代碼名稱: DBMEdit 1.0 添加日期: 2000-8-22 所屬分類: CGI代碼>數據庫管理 總下載次數: 984 文件大?。?12KB 適用環境: UNIX 評定級別: 上傳者: roland 下載地址: 按此下載 代碼效果演示: 暫無 詳細介紹: 以WEB方式添加、編輯、刪除DBM數據庫里面資料。
上傳時間: 2015-03-26
上傳用戶:dragonhaixm
編寫自己的SHELL程序myshell.c實現如下功能: (1)、顯示提示符“>”。 (2)、用戶在此提示符可輸入簡單的shell命令執行。 (3)、shell命令執行完又回到“>”提示符下。 (4)、在“>”提示符下輸入“quit”退出程序
上傳時間: 2014-01-12
上傳用戶:lvzhr
USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.
標簽: wondernetworkresources Yamaguchi Manager Special
上傳時間: 2014-01-27
上傳用戶:zhaiyanzhong
機械工業出版社<<嵌入式linux9應用開發祥解>> 劉崢嶸 著
上傳時間: 2015-03-27
上傳用戶:ggwz258
C++完美演繹 經典算法 如 /* 頭文件:my_Include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數,圓的面積 */ /* 將比較數值大小的函數寫在自編include文件內 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的結果:%d %d %d\n", a, b, c) } 程序執行結果: 由小至大排序之后的結果:1 2 3 可將內建函數的include文件展開在自編的include文件中 圓圈的面積是=201.0619264
標簽: my_Include include define 3.141
上傳時間: 2014-01-17
上傳用戶:epson850
< PageIndex=1> <<PageIndex=2>>本文主要通過對企業物流的發展 里程的研究,總結了現代成功物流管理 的 經驗和優點.
上傳時間: 2013-12-10
上傳用戶:liglechongchong
#include<fstream>
上傳時間: 2014-02-23
上傳用戶:llandlu
< JAVA經典實例> 第二版的英文版
上傳時間: 2014-01-05
上傳用戶:gxf2016
最新引進美國計算機系列圖書<用DirectX6_0開發及時戰略游戲> 網上很推崇的書,我分三部分上船,這是第一部分
上傳時間: 2014-01-10
上傳用戶:aappkkee
算法ebook(10部算法經典著作的合集) 算法ebook> 10部算法經典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles
標簽: ebook Fundamentals Structures Ellis
上傳時間: 2015-04-04
上傳用戶:tfyt