See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard drive and create an Internet Programming group window. Internet編程技術(shù) [配套程序] [涉及平臺(tái)] VC [作者] VOID [文件大小] 1032K
標(biāo)簽: description companion Appendix RESOURCE
上傳時(shí)間: 2013-12-04
上傳用戶:asasasas
此軟件包包含了模擬I2C C51程序軟件包和ZLG7290的C51程序然后包。 軟件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (無子地址)寫單字節(jié)數(shù)據(jù) (現(xiàn)行地址寫) (2) bit IRcvByte(uchar sla,uchar *c) (無子地址)讀單字節(jié)數(shù)據(jù) (現(xiàn)行地址讀) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)讀N字節(jié)數(shù)據(jù) (4) bit IRcvStr(uchar sla,uchar suba,uchar *s,uchar no) (有子地址)寫N字節(jié)數(shù)據(jù) (5) bit ISendStr(uchar sla,uchar *s,uchar no) (無子地址)寫多字節(jié)數(shù)據(jù) (6) bit IRcvStr(uchar sla,uchar *s,uchar no) (無子地址)讀單字節(jié)數(shù)據(jù) (7) unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data) (8) VOID ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num) (9) unsigned char ZLG7290_SendCmd(unsigned char Data1,unsigned char Data2) (10)unsigned char ZLG7290_GetKey()
標(biāo)簽: uchar C51 ISendByte 7290
上傳時(shí)間: 2013-12-05
上傳用戶:hongmo
c8051f020 實(shí)時(shí)時(shí)鐘模塊程序 內(nèi)含IIC模塊程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1 0x00, // control regesiter 2 0x01, //current second 0x19, //current minute 0x20, //current hour 0x29, //current data 0x04, //current week 0x07, //current month 0x05, //current year 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // clk out disable 0x00, // close timer 0x00, } /*********************************************************************/ extern VOID Current_Time ( VOID ) extern VOID Set_Time ( VOID )
標(biāo)簽: c8051f020 SYSTEM CLOCK IIC
上傳時(shí)間: 2015-06-30
上傳用戶:edisonfather
編程精粹 ─── Microsoft 編寫優(yōu)質(zhì)無錯(cuò)C 程序秘訣 Writing Clean Code ─── Microsoft Techniques for Developing Bug-free C Programs Steve Maguire 著 姜靜波 佟金榮 譯 麥中凡 校 電子工業(yè)出版社 編寫優(yōu)化、高效、無錯(cuò)地代碼 2 這份電子書籍由PC Home 俱樂部、C++ Bulider 討論區(qū)數(shù)位網(wǎng)友分別整理完成,基本 上完全按照所據(jù)譯本原貌,極少數(shù)文字為通順起見稍作修改。由于并非一人整理完成,書 中例程各章節(jié)代碼書寫風(fēng)格可能稍有不同,如指針聲明,以下兩種寫法都存在: VOID* pv // ‘*’號(hào)與類型說明符相連 VOID *pv // ‘*’號(hào)與變量名相連
標(biāo)簽: Microsoft Developing Techniques Writing
上傳時(shí)間: 2014-01-23
上傳用戶:啊颯颯大師的
構(gòu)成及源代碼: 1 構(gòu)成:VB程序調(diào)用VC編寫的OCX,這樣做是為了方面大家自己做界面。 2 OCX的輸出函數(shù):只有一個(gè):VOID CQQDecoderCtrl::Decoder(LPCTSTR fileQQ, LPCTSTR filePwd) ,第一個(gè)參數(shù)是QQ的密碼文件,第二個(gè)參數(shù)是密碼字典。 3 源代碼:VB的源代碼不作介紹了,附件里面有。這里只說明一下VC的源代碼(附件里面也有)。
上傳時(shí)間: 2015-07-05
上傳用戶:jing911003
#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ VOID readIntoBuffer(char buffer[256]) { char ch1 char temp int i for(i=0 i<256&&!feof(fp) i++) { ch1=fgetc(fp) if(ch1== )
標(biāo)簽: include gt lt define
上傳時(shí)間: 2015-07-16
上傳用戶:ynsnjs
本移植是將zlg arm2100 上的ucosII2.52 版本升級(jí)到2.80 版本;根據(jù)ucosII2.80 的發(fā)布說明,需要在此文件中添加三個(gè)函數(shù)原形VOID OSStartHighRdy(VOID) VOID OSCtxSw(VOID) VOID OSIntCtxSw(VOID)
標(biāo)簽: ucosII 2.80 2100 2.52
上傳時(shí)間: 2013-12-12
上傳用戶:zukfu
avr應(yīng)用有關(guān)使用注意事項(xiàng)如下 1 在使用例子程序之前將庫文件libslavr.a 拷貝到ICCAVR 安裝目錄下的庫文件目錄中 即...\LIB\目錄將頭文件slavr.h 拷貝到頭文件目錄即...\include\目錄 2 如果想使用庫文件中的函數(shù)那么設(shè)置如下 1) 在文件中應(yīng)使用 "#include <slavr.h>"包含slavr.h 頭文件 2) 在工程選項(xiàng)中的Additional LIB 一欄中填入"slavr" 使用附加的libslavr.a 庫文件(注意引號(hào)不需要輸入) 3 libslavr.a 庫中包含的函數(shù)清單如下 1) VOID write_lcd(unsigned char data,unsigned
標(biāo)簽: libslavr ICCAVR slavr 目錄
上傳時(shí)間: 2013-12-29
上傳用戶:dongqiangqiang
圖形學(xué)消隱實(shí)驗(yàn),*方案1上下旋轉(zhuǎn),只顯示可見面,函數(shù)說明:VOID Project(float X,float Y,float Z) 功能:根據(jù)透視或平行投影將三維點(diǎn)進(jìn)行投影變換 入口參數(shù):float X,float Y,float Z 返回參數(shù):無(VOID)
標(biāo)簽: 圖形 實(shí)驗(yàn)
上傳時(shí)間: 2013-12-22
上傳用戶:liuchee
數(shù)據(jù)抽象(使用類和對(duì)象設(shè)計(jì)回應(yīng)程序) 實(shí)驗(yàn)內(nèi)容描述: 1. 測試程序 假設(shè)類名為Welcome,測試程序如下: VOID main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() }
標(biāo)簽: Welcome 數(shù)據(jù) 抽象 對(duì)象
上傳時(shí)間: 2015-08-27
上傳用戶:ommshaggar
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1