C語言筆試必考題,掌握了這幾道題,保證C語言筆試戰(zhàn)無不勝。此系本人筆試N次后總結(jié)、整理,很好用,試試就知道啦。
上傳時(shí)間: 2013-12-21
上傳用戶:Yukiseop
一、編程環(huán)境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫(kù),導(dǎo)入數(shù)據(jù)文件 三、導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫(kù)備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫(kù)來導(dǎo)入數(shù)據(jù) 訪問本地?cái)?shù)據(jù)庫(kù)服務(wù)器,密碼是自己設(shè)置的那個(gè),操作schooldata數(shù)據(jù)庫(kù)的用戶名和密碼相同。 主要用ADO訪問數(shù)據(jù)庫(kù),和幾個(gè)顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等程序中有幾個(gè)BUG還沒解決, 四、實(shí)現(xiàn)功能: 操作:在選擇查詢條件:選擇一個(gè),tree控件里顯示相關(guān)信息 可以在tree控件里單擊來顯示每個(gè)ITEM,每個(gè)ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 五、主要功能: 查詢,添加,刪除,顯示“學(xué)院,各系,班級(jí),學(xué)生,教師,社團(tuán),課程”等信息 程序還用了Active Skin 對(duì)程序進(jìn)行了換膚!!
標(biāo)簽: SQL 2000 schooldata windows
上傳時(shí)間: 2013-12-23
上傳用戶:BIBI
System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)
標(biāo)簽: System out println print
上傳時(shí)間: 2016-07-01
上傳用戶:日光微瀾
T-kernel 的extension源代碼,是日本最著名的T-kernel所獨(dú)有的,適合開發(fā)T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)
標(biāo)簽: extension T-kernel 源代碼
上傳時(shí)間: 2014-01-20
上傳用戶:czl10052678
c++二、通過將其元素插入到雙向鏈表中的方法對(duì)數(shù)組A進(jìn)行排序。算法對(duì)鏈表的當(dāng)前操作位置進(jìn)行維護(hù),當(dāng)需要插入表項(xiàng)時(shí),若新元素比當(dāng)前位置值要大,則往前移動(dòng);若小則往后移動(dòng)。編寫函數(shù)DoubleSort實(shí)現(xiàn)上述排序算法。 template <class T> void DoubliSort( T a[], int n)
標(biāo)簽: 元素 對(duì)數(shù) 排序 算法
上傳時(shí)間: 2013-12-03
上傳用戶:gundamwzc
C編譯器產(chǎn)生的可顯示機(jī)器碼/匯編代碼文件,其中附有源C v: v: @8 g: X& z代碼作為注釋 : z! [3 \) O&...UWOW Grave Composer音樂模塊(MOD)文件 + Q* T) \ z) R f$ a: H, iWP WordPerfect文檔 H! t7 D2 |...
標(biāo)簽: Composer Grave UWOW MOD
上傳時(shí)間: 2013-12-14
上傳用戶:love_stanford
ITU-T在1996年3月公布了G.729建議的8Kbit/s共軛結(jié)構(gòu)代數(shù)碼激勵(lì)線性預(yù)測(cè)(CS-ACELP)語音編碼方案,其編解碼程序C語言的源代碼。
標(biāo)簽: CS-ACELP ITU-T 1996 Kbit
上傳時(shí)間: 2014-01-25
上傳用戶:whenfly
Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block only(n=0-7) | | /Q - Silent execution | | /REBOOT - Reboot after programming | | /X - Don t Check ROM ID | | /S - Display current system s ROMID | | /Ln - Load CMOS defaults
標(biāo)簽: Program Destroy Block NVRAM
上傳時(shí)間: 2016-07-26
上傳用戶:wfl_yy
C++沉思錄的完整版,作者是AT&T網(wǎng)絡(luò)體系結(jié)構(gòu)部門的負(fù)責(zé)人,從事C++已十年之久。此書很值得一看
標(biāo)簽:
上傳時(shí)間: 2013-12-10
上傳用戶:lifangyuan12
C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions. The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training.
標(biāo)簽: Optimization Performance Footprint and
上傳時(shí)間: 2014-01-06
上傳用戶:杜瑩12345
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1