#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
資源簡介:#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
上傳時間: 2013-12-29
上傳用戶:王者A
資源簡介:C++完美演繹 經典算法 如 /* 頭文件:my_include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數,圓的面積 */ /* 將比較數值大小的...
上傳時間: 2014-01-17
上傳用戶:epson850
資源簡介:早期的作品 =ZHB油泵校正器檢測系統(DEMO)= 【dos界面設計】 本軟件系統采用Borland C++[3.1]編寫,系統完全由本人一人利用業余時間開發而成。系統 的開發過程中完全沒有用到別人做好的軟件包,所有的功能都是由自己一個一個的去實現的,所有的接口都是由...
上傳時間: 2015-02-27
上傳用戶:zjf3110
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2015-05-22
上傳用戶:lwwhust
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2015-05-22
上傳用戶:cc1915
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2014-01-03
上傳用戶:JIUSHICHEN
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2014-06-01
上傳用戶:yepeng139
資源簡介:一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定...
上傳時間: 2014-12-19
上傳用戶:zukfu
資源簡介:#include <stdio.h> #include<math.h> void pid_init() void pid_tune() void pid_setinteg() void pid_bumpless() float pid_calc() void main()
上傳時間: 2016-04-19
上傳用戶:851197153
資源簡介:fft源代碼,#include "f2407_c.h" #include "math.h" #define N 32 // FFT變換的點數 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
上傳時間: 2016-06-28
上傳用戶:LouieWu
資源簡介:數學函數,所在函數庫為math.h、stdlib.h、string.h、float.h
上傳時間: 2014-01-15
上傳用戶:xauthu
資源簡介:雙向鏈表\qdlist.h 雙向鏈表\stdafx.cpp 雙向鏈表\stdafx.h 雙向鏈表\雙向鏈表.cpp 雙向鏈表\雙向鏈表.ncb 雙向鏈表\雙向鏈表.dsw 雙向鏈表\雙向鏈表.dsp 雙向鏈表\雙向鏈表.opt
上傳時間: 2015-05-30
上傳用戶:lwwhust
資源簡介:H.323協議的中午介紹文檔(對H.323協議較詳細的介紹)
上傳時間: 2014-03-10
上傳用戶:lacsx
資源簡介:H.263編解碼源代碼 目錄中存放的是H.263視頻編碼器和解碼器的程序代碼。 \播放工具 目錄中存放的是用于播放YUV格式視頻的工具。 \壓縮視頻 目錄中存放的是筆者已壓縮好了的263視頻數據流文件。 \原始視頻 目錄中存放的是用于測試用的Demo視頻,YUV格式。
上傳時間: 2013-11-30
上傳用戶:h886166
資源簡介:\H.263編解碼源代碼 目錄中存放的是H.263視頻編碼器和解碼器的程序代碼。 \播放工具 目錄中存放的是用于播放YUV格式視頻的工具。 \壓縮視頻 目錄中存放的是筆者已壓縮好了的263視頻數據流文件。 \原始視頻 目錄中存放的是用于測試用的Demo視頻,YUV格式。
上傳時間: 2016-05-19
上傳用戶:chens000
資源簡介:Ch03 Ex16 [Ch03 Ex16] 假設如題3.1所述火車調度站的入口處有n節硬席或軟席車廂(分別以H和S表示) 等待調度,試編寫算法,輸出對這n節車廂進行調度的操作(即入棧或出棧操作)序列,以使用 所有的軟席車廂都被調整到硬席車廂之前。 串。
上傳時間: 2016-06-20
上傳用戶:fredguo
資源簡介:H.263 Demo with Loopback"DSP端(SEED-VPM642板卡上)實現1路D1格式視頻采集、H.263編碼、H.263解碼和視頻輸出回放顯示。
上傳時間: 2017-05-03
上傳用戶:fredguo
資源簡介:13、堆 MinHeap.h test.cpp 14、哈夫曼樹 BinTreeNode.h BinaryTree.h MinHeap.h Huffman.h Test.cpp 15、樹 164 QueueNode.h LinkQueue.h TreeNode.h Tree.h 170 test.cpp 16、B+樹 BTreeNode.h BTree.h 192 test.cpp 17...
上傳時間: 2017-08-14
上傳用戶:AbuGe
資源簡介:這個程序是在BC++3.1 for DOS下開發的一個小的示例程序,適用于philips的SJA1000芯片的通信
上傳時間: 2013-12-08
上傳用戶:kiklkook
資源簡介:3.1 磁盤存取簡介 3.1.1 利用FCB(文件控制塊)存取磁盤文件: (2) 在程序的數據段設置FCB和DAT(數據傳輸區)。 (3) 利用DOS功能調用打開文件(讀)或建立文件(寫),同時將文件名、擴展名、記錄大小等信息保存在FCB中。 (4) 用DOS功能設置DAT地...
上傳時間: 2017-02-14
上傳用戶:chens000
資源簡介:1、DOS命令擴充 2、給硬盤加軟鎖 3、外設的軟鎖與解除 4、DIR命令擴充 5、TYPE命令擴充 ……
上傳時間: 2014-12-20
上傳用戶:l254587896
資源簡介:#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
資源簡介:BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //學習樣本個數 #define IN 3 //輸入層神經元...
上傳時間: 2017-06-15
上傳用戶:xinzhch
資源簡介:#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim exter...
上傳時間: 2016-12-31
上傳用戶:colinal
資源簡介:/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
上傳時間: 2015-03-25
上傳用戶:璇珠官人
資源簡介:/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
上傳時間: 2015-03-25
上傳用戶:cc1
資源簡介:/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
上傳時間: 2013-12-27
上傳用戶:baiom
資源簡介:/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
上傳時間: 2013-12-29
上傳用戶:風之驕子
資源簡介:/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
上傳時間: 2015-03-25
上傳用戶:xieguodong1234
資源簡介:/*** *****詞法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0
上傳時間: 2013-12-19
上傳用戶:佳期如夢