#include <STDIO.h> #include<math.h> void pid_init() void pid_tune() void pid_setinteg() void pid_bumpless() float pid_calc() void main()
標簽: void include pid_setinte pid_init
上傳時間: 2016-04-19
上傳用戶:851197153
#include<malloc.h> #include<limits.h> #include<STDIO.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*樹元素的類型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各種結(jié)點數(shù)*/ char le[m],l[m],r[m],ro[m] /*用與存放各種結(jié)點*/ typedef struct BiTNode/*定義二叉樹*/
上傳時間: 2013-12-15
上傳用戶:liansi
軟件介紹: 編程環(huán)境: windows2003 +visual STDIO c++ .net Ado + SQL2000 /####################################/ SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫 導(dǎo)入數(shù)據(jù)文件 導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫來導(dǎo)入數(shù)據(jù)
上傳時間: 2016-05-05
上傳用戶:zjf3110
linux 下串口編程 #include <STDIO.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數(shù)庫定義*/ #include <unistd.h> /*Unix標準函數(shù)定義*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定義*/ #include <termios.h> /*PPSIX終端控制定義*/ #include <errno.h> /*錯誤號定義*/ /***@brief 設(shè)置串口通信速率 *@param fd 類型 int 打開串口的文件句柄 *@param speed 類型 int 串口速度 *@return void*/
標簽: include stdlib linux STDIO
上傳時間: 2014-01-18
上傳用戶:xjz632
#include <reg52.h> #include <STDIO.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #define wait_time 0x1
上傳時間: 2016-05-18
上傳用戶:agent
五子棋小游戲#include<stdlib.h> #include<time.h> #include<STDIO.h> #include<conio.h> int chess[169]={0} /*棋盤*/ struct chess_t/*作為輔助,即是作為建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作為優(yōu)先級用*/ }chess_a[169]
上傳時間: 2016-05-18
上傳用戶:anng
一、編程環(huán)境: windows2003 +visual STDIO c++ .net,Ado + SQL2000 二、SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫,導(dǎo)入數(shù)據(jù)文件 三、導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫來導(dǎo)入數(shù)據(jù) 訪問本地數(shù)據(jù)庫服務(wù)器,密碼是自己設(shè)置的那個,操作schooldata數(shù)據(jù)庫的用戶名和密碼相同。 主要用ADO訪問數(shù)據(jù)庫,和幾個顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等程序中有幾個BUG還沒解決, 四、實現(xiàn)功能: 操作:在選擇查詢條件:選擇一個,tree控件里顯示相關(guān)信息 可以在tree控件里單擊來顯示每個ITEM,每個ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 五、主要功能: 查詢,添加,刪除,顯示“學(xué)院,各系,班級,學(xué)生,教師,社團,課程”等信息 程序還用了Active Skin 對程序進行了換膚!!
標簽: SQL 2000 schooldata windows
上傳時間: 2013-12-23
上傳用戶:BIBI
操作系統(tǒng)課程設(shè)計_進程調(diào)度演示源程序 #include "STDIO.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*進程標識符*/ int prio /*進程優(yōu)先數(shù)*/ int round /*進程時間輪轉(zhuǎn)時間片*/ int cputime /*進程占用CPU時間*/ int needtime /*進程到完成還要的時間*/ int count /*計數(shù)器*/ char state /*進程的狀態(tài)*/ struct node *next /*鏈指針*/ }PCB
標簽: include typedef stdlib string
上傳時間: 2016-08-09
上傳用戶:鳳臨西北
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that character.
標簽: demonstrates c8051f340 C8051F340 configure
上傳時間: 2013-12-25
上傳用戶:lepoke
AT91SAM7 SWI, Remap, GPIO, PIT and STDIO Example ( Gamma )
上傳時間: 2013-12-24
上傳用戶:woshini123456
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1