海底潛艇游戲源代碼 調試環境為TC2.0或者TC3.0。運行這個程序需要tc提供的幾個頭文件。建議修改options菜單中的include目錄項到tc的include的目錄下(具體方法可以參見本書第一章的講解);或者把源程序拷貝到tc目錄下運行。
上傳時間: 2016-05-14
上傳用戶:wys0120
string類應用方法 比較全面的介紹了STRING的應用,值得收藏。 以后什么時候想不起來的時候可以當做資料查看下
上傳時間: 2016-05-16
上傳用戶:
linux下的CAN驅動程序。 分三個文件夾:include,driver,app, 分別存放頭文件、驅動程序和應用程序。 里邊還有驅動程序的簡要介紹,介紹了驅動程序的組成和編寫應用過程。 很詳細的一份驅動資料。 CAN程序分為兩塊:驅動程序的編寫和應用程序的編寫,分別放在driver文件夾和app文件夾中,而所有驅動程序和應用程序會用到的頭文件都放在include文件夾中。
上傳時間: 2013-12-31
上傳用戶:13215175592
linux 下串口編程 #include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #include <unistd.h> /*Unix標準函數定義*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定義*/ #include <termios.h> /*PPSIX終端控制定義*/ #include <errno.h> /*錯誤號定義*/ /***@brief 設置串口通信速率 *@param fd 類型 int 打開串口的文件句柄 *@param speed 類型 int 串口速度 *@return void*/
標簽: include stdlib linux stdio
上傳時間: 2014-01-18
上傳用戶:xjz632
J2EE手機開發時,手機只支持utf8格式的String,此程序應用于utf8向gb2312的轉換,程序需要2個文件,一個類文件,一個轉換表dat格式
上傳時間: 2016-05-17
上傳用戶:chenjjer
五子棋小游戲#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 /*作為優先級用*/ }chess_a[169]
上傳時間: 2016-05-18
上傳用戶:anng
單字右移1616點陣右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*"74HC595第14腳 數據 ",0*/ sbit YW=P1^1 /*"74HC595第11腳 移位存 ",0*/ sbit SUO=P1^2 /*"74HC595第12腳 鎖存 ",0*/
上傳時間: 2016-05-19
上傳用戶:zhangyigenius
As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software utilities for communication, and should include documentation on the baud rate, packet size, stop bits, and parity bits that the instrument will use. Additionally, check the National Instruments Instrument Driver Network to see if LabVIEW drivers already exist for yout instrument, as
標簽: connecting mentioned computers hardware
上傳時間: 2016-05-27
上傳用戶:gououo
//*********主機代碼****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funtion.h" #include "Futions.h" #include "Host_Interrupt_Funtion.h" int num1=1 //從機數碼管起始數 int num2=0 int num3=1
標簽: include Clicent_Setting LCD_Funt reg
上傳時間: 2016-05-27
上傳用戶:王者A
已經封裝好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用請刪除其中的include文件
上傳時間: 2016-05-28
上傳用戶:kbnswdifs