Borland C 3.1的串口編程源代碼,中斷方式接收,鍵盤按鍵發送。 可運行于DOS,windows98,Windows2
上傳時間: 2015-04-09
上傳用戶:ayfeixiao
用匯編和C編寫的,完成將UART通訊接收的數據在LCD上顯示的功能,無解壓密碼
上傳時間: 2014-01-09
上傳用戶:xaijhqx
本程序是用c++實現的多功能文本編輯器,它除了可以實現一般文本的編輯功能,還增加了保存文檔a(save), 轉為大寫m(large),改為小寫k(small),復制段j(copy),中英文轉換t(language)等功能
上傳時間: 2013-12-23
上傳用戶:wuyuying
用凌陽單片機(sunplus)實現的紅外接收裝置,具體使用參考c文件內的注釋。
上傳時間: 2015-05-11
上傳用戶:小眼睛LSL
linux下 ipv6協議 ping程序 最多運行50線程 2.每個線程發送4個ICMP6包后開始接收 3.試驗程序,多線程結構安排不一定合理,待試驗后進一步修改 4.在終端./pingipv6 IP1 1P2......即可運行程序 5.為單源文件,沒寫make,編譯命令為: gcc -Wall -o pingipv6 pingipv6.c -lpthread
上傳時間: 2015-05-13
上傳用戶:wyc199288
程序接收鍵入的一個關鍵字和一個句子,若句子中不包含關鍵字,則顯示‘NO MATCH’;若句子包含關鍵字則顯示‘MATCH’,并把該關鍵字在句子中的位置用十六進制數顯示出來。程序以輸入CTRL+C退出
上傳時間: 2015-06-09
上傳用戶:qazxsw
JICQ是用JAVA語言編寫的一個基于客戶機/服務器(C/S)模式的局域短信實時通信工具系統,系統采用了Microsoft公司的SQL Server 2000作為后臺數據庫,系統通過JDBC訪問數據庫。系統分為服務器程序和客戶程序兩部分,服務器與客戶間采用“傳輸控制協議”(TCP),通過套接字(Socket)連接,客戶之間采用“用戶數據報協議”(UDP),通過數據報套接字(DatagramSocket)建立連接。系統具有用戶注冊、用戶登錄、添加好友、刪除好友、發送和接收消息等功能。
上傳時間: 2015-06-14
上傳用戶:CHINA526
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標簽: Programming Reference Standard Template
上傳時間: 2014-01-19
上傳用戶:netwolf
c語言編寫的tc下串口通訊原程序,其中包括串口的設置,串口接收數據,串口發送數據!
上傳時間: 2015-07-03
上傳用戶:R50974
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標簽: Cryptographic Primitives generate Library
上傳時間: 2015-07-16
上傳用戶:wqxstar