亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

SElect

  • Town是一個100% 純Java API

    Town是一個100% 純Java API,它位于JDBC API的頂部。這個API的目的是簡化和一個JDBC兼容的關系數據庫的交互。通過使用Town,可以執行和管理SElect/insert/update/delete SQL語句,而不用真正寫一行SQL。Town也可以使用任何JDBC連接字符串和內部連接池。

    標簽: Town 100% Java API

    上傳時間: 2014-12-02

    上傳用戶:cuibaigao

  • ASP站長助手 v4.0 功能增強版 站內文件在線管理功能

    ASP站長助手 v4.0 功能增強版 站內文件在線管理功能,無組件上傳功能,可操作MSSQL數據庫和Access數據庫。包括瀏覽數據和添加,刪除,修改數據,建立數據表,修改數據庫等,非SElect命令提供一個SQL輸入框給大家輸入SQL指令來執行

    標簽: ASP 4.0

    上傳時間: 2015-01-12

    上傳用戶:www240697738

  • Excel報表 我做的

    Excel報表 我做的,很老的了 Rksvr.ini文件里的下列設置,要改成你實際的目錄 [syspath] 系統=D:\excel_sample1臨時=D:\excel_sample1 此主題相關圖片如下: 點擊瀏覽該文件 忘記說明一下, 因為在vfp6下寫的,所以 SElect 語句在vfp8下要稍做修改,請自行修改

    標簽: Excel 報表

    上傳時間: 2014-12-01

    上傳用戶:aa17807091

  • 該系統是本人課程設計作業

    該系統是本人課程設計作業,因為時間關系,只用了兩天多的時間編成。所以有很多地方沒有得到增強。版本為1.0。現作以下升級。 增加NEW,OPEN版本。 提高輸入容錯。判斷輸入的對錯。 時間關系,搜索功能為線性搜索,現增強如下:f_search:費氏查找法;btree:二叉樹查找法;l_search:線性查找法; r_search:遞歸折半查找法;zcsear:雜湊碰撞查找法;o_sear:插補查找加強法; 排序是冒泡法,現增強為:heaps:累堆排序;binary:二叉樹排序;xieer:謝耳排序;sinsert:插入排序;quicks:快速排序;SElect:選擇排序法; 有時間不仿試試。

    標簽:

    上傳時間: 2013-12-30

    上傳用戶:釣鰲牧馬

  • 1.簡介 本程序是用純C語言編的一個基于菜單命令行的數據庫系統。可以創建多個數據庫

    1.簡介 本程序是用純C語言編的一個基于菜單命令行的數據庫系統。可以創建多個數據庫,數據庫表,字段。其中字段的類型只能為整形,浮點型,字符型和字符串型(最大長度確定,不能改變)。 2.功能 a)數據庫存儲: 一個數據庫存儲于一個文件中,打開文件將數據庫載入到內存。 保存時將內存中數據重新寫到文件中去。 b)數據庫管理: 提供數據庫的創建,表的創建,字段的創建 提供對數據的查詢,刪除,修改,排序功能 c)支持SQL部分語句: 支持SElect 和DELETE語句

    標簽: 程序 C語言 命令行 數據庫系統

    上傳時間: 2013-12-19

    上傳用戶:離殤

  • 提高輸入容錯。判斷輸入的對錯。 時間關系

    提高輸入容錯。判斷輸入的對錯。 時間關系,搜索功能為線性搜索,現增強如下:f_search:費氏查找法;btree:二叉樹查找法;l_search:線性查找法; r_search:遞歸折半查找法;zcsear:雜湊碰撞查找法;o_sear:插補查找加強法; 排序是冒泡法,現增強為:heaps:累堆排序;binary:二叉樹排序;xieer:謝耳排序;sinsert:插入排序;quicks:快速排序;SElect:選擇排序法;

    標簽: 輸入 容錯

    上傳時間: 2015-02-21

    上傳用戶:wang0123456789

  • linux 的引導程序源碼The Microsoft® Windows® Software Development Kit (SDK) provides the documentation

    linux 的引導程序源碼The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium-based versions of Windows Server 2003 SP1, Windows XP SP2, Windows XP x64 Pro Edition, and Windows 2000. A new custom install allows you to SElect components you wish to install on a more granular level.

    標簽: documentation Development Microsoft reg

    上傳時間: 2013-12-20

    上傳用戶:我們的船長

  • Use the verilog language write a MIPS CPU code, and have additional instruction, for example: SElect

    Use the verilog language write a MIPS CPU code, and have additional instruction, for example: SElection sort instruction. The code has contain combination circuit and sequenial circuit. CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.

    標簽: instruction additional language example

    上傳時間: 2014-01-17

    上傳用戶:yyyyyyyyyy

  • 內容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, mani

    內容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include SElect, update, insert, and delete 3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints 4.How data sets can interact with queries 5.The importance of subqueries 6.Data conversion and manipulation via SQL s built-in functions 7.How conditional logic can be used in Data Statements

    標簽: computerized Statements database history

    上傳時間: 2015-04-25

    上傳用戶:ardager

  • to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format a

    to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format and UI design It should have the following functions: Provide a Graphic User Interface for user to browse the file system and SElect one WAV file Show the waveform of input audio signal Play the SElected WAV file Print the parameters of WAV file such as sampling rate, bit-depth, etc

    標簽: file Familiar computer waveform

    上傳時間: 2015-05-07

    上傳用戶:l254587896

主站蜘蛛池模板: 凤庆县| 光山县| 湄潭县| 徐闻县| 尉氏县| 乌兰浩特市| 沿河| 简阳市| 文登市| 扶余县| 成都市| 丰顺县| 加查县| 保靖县| 宁都县| 东方市| 二连浩特市| 龙川县| 钦州市| 石台县| 青海省| 保靖县| 贞丰县| 西畴县| 兴文县| 邛崃市| 军事| 余庆县| 漠河县| 双流县| 开远市| 太和县| 博爱县| 吉木乃县| 青田县| 介休市| 浑源县| 南陵县| 茌平县| 肥东县| 合阳县|