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

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

Select

  • Town是一個(gè)100% 純Java API

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

    標(biāo)簽: Town 100% Java API

    上傳時(shí)間: 2014-12-02

    上傳用戶:cuibaigao

  • ASP站長助手 v4.0 功能增強(qiáng)版 站內(nèi)文件在線管理功能

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

    標(biāo)簽: ASP 4.0

    上傳時(shí)間: 2015-01-12

    上傳用戶:www240697738

  • Excel報(bào)表 我做的

    Excel報(bào)表 我做的,很老的了 Rksvr.ini文件里的下列設(shè)置,要改成你實(shí)際的目錄 [syspath] 系統(tǒng)=D:\excel_sample1臨時(shí)=D:\excel_sample1 此主題相關(guān)圖片如下: 點(diǎn)擊瀏覽該文件 忘記說明一下, 因?yàn)樵趘fp6下寫的,所以 Select 語句在vfp8下要稍做修改,請自行修改

    標(biāo)簽: Excel 報(bào)表

    上傳時(shí)間: 2014-12-01

    上傳用戶:aa17807091

  • 該系統(tǒng)是本人課程設(shè)計(jì)作業(yè)

    該系統(tǒng)是本人課程設(shè)計(jì)作業(yè),因?yàn)闀r(shí)間關(guān)系,只用了兩天多的時(shí)間編成。所以有很多地方?jīng)]有得到增強(qiáng)。版本為1.0。現(xiàn)作以下升級。 增加NEW,OPEN版本。 提高輸入容錯(cuò)。判斷輸入的對錯(cuò)。 時(shí)間關(guān)系,搜索功能為線性搜索,現(xiàn)增強(qiáng)如下:f_search:費(fèi)氏查找法;btree:二叉樹查找法;l_search:線性查找法; r_search:遞歸折半查找法;zcsear:雜湊碰撞查找法;o_sear:插補(bǔ)查找加強(qiáng)法; 排序是冒泡法,現(xiàn)增強(qiáng)為:heaps:累堆排序;binary:二叉樹排序;xieer:謝耳排序;sinsert:插入排序;quicks:快速排序;Select:選擇排序法; 有時(shí)間不仿試試。

    標(biāo)簽:

    上傳時(shí)間: 2013-12-30

    上傳用戶:釣鰲牧馬

  • 1.簡介 本程序是用純C語言編的一個(gè)基于菜單命令行的數(shù)據(jù)庫系統(tǒng)。可以創(chuàng)建多個(gè)數(shù)據(jù)庫

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

    標(biāo)簽: 程序 C語言 命令行 數(shù)據(jù)庫系統(tǒng)

    上傳時(shí)間: 2013-12-19

    上傳用戶:離殤

  • 提高輸入容錯(cuò)。判斷輸入的對錯(cuò)。 時(shí)間關(guān)系

    提高輸入容錯(cuò)。判斷輸入的對錯(cuò)。 時(shí)間關(guān)系,搜索功能為線性搜索,現(xiàn)增強(qiáng)如下:f_search:費(fèi)氏查找法;btree:二叉樹查找法;l_search:線性查找法; r_search:遞歸折半查找法;zcsear:雜湊碰撞查找法;o_sear:插補(bǔ)查找加強(qiáng)法; 排序是冒泡法,現(xiàn)增強(qiáng)為:heaps:累堆排序;binary:二叉樹排序;xieer:謝耳排序;sinsert:插入排序;quicks:快速排序;Select:選擇排序法;

    標(biāo)簽: 輸入 容錯(cuò)

    上傳時(shí)間: 2015-02-21

    上傳用戶:wang0123456789

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

    linux 的引導(dǎo)程序源碼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.

    標(biāo)簽: documentation Development Microsoft reg

    上傳時(shí)間: 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.

    標(biāo)簽: instruction additional language example

    上傳時(shí)間: 2014-01-17

    上傳用戶:yyyyyyyyyy

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

    內(nèi)容如下: 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

    標(biāo)簽: computerized Statements database history

    上傳時(shí)間: 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

    標(biāo)簽: file Familiar computer waveform

    上傳時(shí)間: 2015-05-07

    上傳用戶:l254587896

主站蜘蛛池模板: 城步| 库伦旗| 松江区| 绩溪县| 红安县| 霍州市| 梁平县| 富锦市| 盐池县| 双柏县| 南溪县| 延寿县| 阿克苏市| 来宾市| 益阳市| 攀枝花市| 安徽省| 万载县| 正蓝旗| 东宁县| 澳门| 西华县| 中方县| 江孜县| 曲周县| 岢岚县| 海口市| 金溪县| 金沙县| 普定县| 镇康县| 鄱阳县| 象州县| 鹤峰县| 巍山| 南乐县| 敖汉旗| 靖远县| 黄骅市| 时尚| 葵青区|