#include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next
上傳時間: 2014-01-01
上傳用戶:caiiicc
Visure stdio 6.0 開發usb驅動
上傳時間: 2013-12-26
上傳用戶:songrui
C#實現的遺傳算法智能組卷系統,數據庫SQLsever2000,Visual stdio.net2003實現
標簽: SQLsever Visual stdio 2000
上傳時間: 2015-09-13
上傳用戶:yxgi5
一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定義游標位置常數 #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC 3
標簽: include define RELOAD stdio
上傳時間: 2014-12-19
上傳用戶:zukfu
基于終端的訂花系統_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1
上傳時間: 2014-01-18
上傳用戶:003030
#include <stdio.h> #define MAX 10
上傳時間: 2013-12-18
上傳用戶:talenthn
編寫驅動程序工具: 使用Numega stdio中的工具,SOURCE to Project Utilitity 點擊"開始"->程序->Numega Driverstdio->Tools->Source to DSP Convert 在SOURCE框中選擇你DDK的程序中的SOURCE文件,然后選擇VC6.0(or VC5.0),點擊Create ,你就可以在 VC中編譯了。
上傳時間: 2013-12-26
上傳用戶:天涯
#include<stdio.h> struct powernode { float pi float qi int i float vi } struct powernode wg[20] struct powernode wl[20] struct linedata
標簽: float powernode include struct
上傳時間: 2013-12-29
上傳用戶:athjac
清華大學-電子信息工程系-實驗用ARM-linux-源代碼-stdio篇
上傳時間: 2015-12-06
上傳用戶:han_zh
軟件介紹: 編程環境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL設置: 將在SQL2000下建立schooldata數據庫 導入數據文件 導入數據: data目錄下有school_back數據庫備分文件 操作:用SQL企業管理器還原數據庫來導入數據 訪問本地數據庫服務器,密碼是自己設置的那個,操作schooldata數據庫的用戶名和密碼相同 主要用ADO訪問數據庫,和幾個顯示數據的控件Treectrl,listctrl,datagrid等 程序中有幾個BUG還沒解決, 實現功能: 操作:在選擇查詢條件:選擇一個,tree控件里顯示相關信息 可以在tree控件里單擊來顯示每個ITEM,每個ITEM相關信息顯示在LIST控件內 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢,添加,刪除,顯示“學院,各系,班級,學生,教師,社團,課程”等信息 //====================================================================== 程序還用了Active Skin 對程序進行了換膚
上傳時間: 2013-12-18
上傳用戶:er1219