VisualC++通信編程工程實例精解 \Chapter 2 \Example 1 MSCOMM控件編程實例 \Example 2 基于Windows API的虛擬終端實現 \Example 3 基于CSerialPort的串口多線程通信框架 \調試工具\串口調試助手 \Chapter 3 \Example 4 Winsock API編程技術——基于Winsock的聊天室程序 \Example 5 CAsyncSocket編程技術——基于CAsyncSocket的局域網通信程序 \Example 6 CSocket編程技術——基于CSocket的局域網聊天室程序 \擴充實例 基于CSocket的網絡版中國象棋 \調試工具\TCPUDP調試助手 \Chapter 4 \Example 7 訪問遠程數據庫MS SQLServer實例 \Chapter 5 \Example 8 以RS View32為服務器的OPC客戶端編程 \Example 9 一個OPC客戶端監視程序 \Chapter 6 \Example 10 一個封裝的Modem AT命令操作類的快速撥號程序 \Chapter 7 \Example 11 GSM和GPRS應用實例 \擴充實例 基于CSocket的GPRS數據中心程序 \調試工具和文檔\TCPUDP調試助手 MC55_ATC_V02.06.pdf TCP使用方法.doc 常用SMS指令一覽表.pdf
標簽: Example VisualC Chapter Windows
上傳時間: 2016-03-25
上傳用戶:趙云興
生成隨機數,用來產生RS編碼解碼所需要的符合隨機分布的數,以便之后檢查的科學性
標簽: 隨機數
上傳時間: 2013-11-26
上傳用戶:小眼睛LSL
Atheros無線芯片AR-6000系列wince 6驅動源代碼(這東西我也沒用過別問我,我是搜別的wince資源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 轉自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1
標簽: wince Requires firmware Atheros
上傳時間: 2014-11-11
上傳用戶:bibirnovis
rt12864m樣例程序,管腳號 管腳名稱 電平 管腳功能描述 1 VSS 0V 電源地 2 VCC +5V 電源正 3 V0 - 對比度(亮度)調整 4 RS(CS) H/L RS="H",表示DB7--DB0為顯示數據 4 RS(CS) H/L RS="L",表示DB7--DB0為顯示指令數據 5 R/W(SID) H/L R/W="H",E="H",數據被讀到DB7--DB0 5 R/W(SID) H/L R/W="L",E="H→L", DB7--DB0的數據被寫到IR或DR 6 E(SCLK) H/L 使能信號 7 DB0 H/L 三態數據線 8 DB1 H/L 三態數據線 9 DB2 H/L 三態數據線 10 DB3 H/L 三態數據線 11 DB4 H/L 三態數據線 12 DB5 H/L 三態數據線 13 DB6 H/L 三態數據線 14 DB7 H/L 三態數據線 15 PSB H/L H:8位或4位并口方式,L:串口方式(見注釋1) 16 NC - 空腳 17 /RESET H/L 復位端,低電平有效(見注釋2) 18 VOUT - LCD驅動電壓輸出端 19 A VDD 背光源正端(+5V)(見注釋3) 20 K VSS 背光源負端(見注釋3)
上傳時間: 2016-04-17
上傳用戶:xhz1993
12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
標簽: include unsigned intrins typedef
上傳時間: 2016-04-25
上傳用戶:zsjinju
The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtual machine must have an in-depth understanding of its binary class format and instruction set. If you are programming with the Java programming language, knowledge of the Java virtual machine will give you valuable insight into the Java platform s security capabilities and cross-platform portability. It will increase your understanding of the Java programming language, enabling you to improve the security and performance of your programs.
標簽: machine Java technology computing
上傳時間: 2016-05-03
上傳用戶:zhenyushaw
三星S3C2410,WinCE4.2的BSP源文件,支持2-port Usb Host,可同時插入兩個U盤等USB設備.
上傳時間: 2014-01-07
上傳用戶:yph853211
matlab在通信原理中的應用,信道編碼RS碼仿真,希望大家能用得上!
上傳時間: 2016-05-18
上傳用戶:ryb
本代碼為QQ2440開發板的測試程序,能測試其網絡接口,USB HOST,USB DEVICE,攝像頭,視頻播放等功能。
上傳時間: 2016-05-24
上傳用戶:ouyangtongze
本文章,介紹了RS碼的具體譯碼算法。并揭示了其軟件實現的方法。
標簽:
上傳時間: 2013-12-19
上傳用戶:miaochun888