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

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

null-terminated

  • 這是本人做數據庫課程設計時的倉促之作

    這是本人做數據庫課程設計時的倉促之作,自我感覺實際應用價值并不大,但可以給學VC和數據庫編程的朋友做個范例。在做之前也參看了不少同類型的管理系統,收獲不小,現將這個學生管理系統貼出來,希望能對有需要的朋友有所幫助。系統不足之處肯定不少,還請高手多多指教,歡迎跟本人聯系。 本人在系統中添加了直接通過SQL語句對后臺的表進行修改的功能,頗有爭議,還請有實際開發經驗的朋友指教。 本人正忙于考研,沒時間寫一個完整的程序說明,敬請諒解。如有問題,也可與本人聯系。 QQ:332723187 EMAIL:wythust@163.com 當前系統用戶和密碼:(可改) 管理員級: administer 126 (Access加密密碼也為126) 普通用戶級: customer 123 teacher ttt 匿名用戶級: anonymous (null)

    標簽: 數據庫 計時

    上傳時間: 2013-12-27

    上傳用戶:thesk123

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的源文件和文檔說明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels

    標簽: SharpZipLib NZipLib

    上傳時間: 2015-12-11

    上傳用戶:84425894

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的代碼實例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels

    標簽: SharpZipLib NZipLib

    上傳時間: 2015-12-11

    上傳用戶:love_stanford

  • #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

    #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 warcraft<x warcraft++) { cout<<*p<<" " war=*p for(l=1 x>1 l++) { if(*(p+l)==0) { cout<<endl *(p+l)=1 break } else { cout<<*(p+l)<<" " *(p+l)=war+*(p+l) war=*(p+l)-war } } } cout<<endl delete [] p cin>>x } return 0 }

    標簽: namespace iostream unsigned warcraft

    上傳時間: 2015-12-12

    上傳用戶:manlian

  • 在vb中初學者很容易搞混的“0”

    在vb中初學者很容易搞混的“0”,“Null”,“Empty”,“Nothing”之間的區別

    標簽: 初學者

    上傳時間: 2015-12-21

    上傳用戶:wmwai1314

  • 用C++寫的兩個多項式相加

    用C++寫的兩個多項式相加,但可在C下實現,只用將#define NULL 0 去掉就可以了.是用單向鏈表實現

    標簽: 多項式

    上傳時間: 2016-01-22

    上傳用戶:xuan‘nian

  • when enter different number from 1 to 8 the litte character on the screen can make different activ

    when enter different number from 1 to 8 the litte character on the screen can make different activities accompanied by 8 different voice! and the program will terminated when you press the "enter " key

    標簽: different character the number

    上傳時間: 2014-10-31

    上傳用戶:aysyzxzm

  • Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch

    Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.

    標簽: performance equalizers Adaptive several

    上傳時間: 2016-02-16

    上傳用戶:yan2267246

  • 演示遍歷二叉樹的過程

    演示遍歷二叉樹的過程,所以首先建立二叉樹,并用圖形顯示出樹的形狀。建立的過程是采用前序便利的方法來創建,設計兩種生成樹的方式:一種是系統隨機生成,另一種是人工輸入。考慮到屏幕界面的有限性,限定二叉樹不超過5層,最多26個字符,輸入字符小數點“.”代表NULL。初始樹為某種顏色的結點,三種情況的遍歷采用填充另外一種醒目的顏色,來表示當前遍歷的結點,同時顯示該結點的訪問序號。同時在遍歷的過程中在遍歷圖形的下方顯示出遍歷序列。

    標簽: 二叉樹 過程

    上傳時間: 2013-12-14

    上傳用戶:semi1981

  • DAB發送端仿真

    DAB發送端仿真,包括編碼,刪余,QPSK映射,頻率交織,差分調制,循環嵌綴,加NULL、PRS,IFFT,信道

    標簽: DAB 發送 仿真

    上傳時間: 2016-04-12

    上傳用戶:源弋弋

主站蜘蛛池模板: 于都县| 平利县| 保山市| 阳山县| 重庆市| 赤水市| 陆河县| 黎川县| 青海省| 边坝县| 布拖县| 大荔县| 于田县| 宁海县| 绥芬河市| 上林县| 正阳县| 彭阳县| 白山市| 玉田县| 兴山县| 桂东县| 安塞县| 平凉市| 丹凤县| 游戏| 凤阳县| 海阳市| 开阳县| 闽侯县| 安化县| 册亨县| 遂昌县| 石棉县| 邹城市| 桦甸市| 香格里拉县| 博野县| 崇明县| 沂南县| 三明市|