-
IOCP-SRC
网络模型IOCP的一个DEMO,可以有效的帮助你熟悉IOCP原理,掌握IOCP的使用方法(A network model IOCP DEMO, the help you are familiar with the IOCP principle, to master the use of IOCP)
- 2013-02-22 10:07:03下载
- 积分:1
-
wosa_sdk303
基于wosa协议的驱动开发需要安装的相关管理工具(Related management tools that need to be installed on the driver development based on WOSA protocol)
- 2018-01-02 10:16:20下载
- 积分:1
-
USB_test
stm32下全速USB接口例程,USB的应用(stm32 under full-speed USB interface routines, USB applications)
- 2011-12-02 20:57:01下载
- 积分:1
-
Socket.io-Esp-client
socket.io library for ESP8266
- 2019-07-06 19:08:53下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
STC15系列库函数与例程测试版V2.0
说明: STC15系列库函数与例程测试版 ADC 定时器 串口通信 PCA EEPROM等(STC15 Series Library Function and Routine Test Edition ADC Timer Serial Communication PCA EEPROM, etc.)
- 2020-06-21 04:20:02下载
- 积分:1
-
MCUchip
单片机常用芯片手册,非常实用,初学者适合(Commonly used single-chip chip manual, very practical, suitable for beginners)
- 2009-03-09 19:48:44下载
- 积分:1
-
ld3320
LD3320 是一颗基于非特定人语音识别(SI-ASR:Speaker-Independent
Automatic Speech Recognition)技术的语音识别/声控芯片。提供了真正的单
芯片语音识别解决方案。
LD3320 芯片上集成了高精度的A/D 和D/A 接口,不再需要外接辅助的
Flash 和RAM,即可以实现语音识别/声控/人机对话功能。并且,识别的关键词
语列表是可以动态编辑的。(Voice Recognition ;Speech Recognition ;Speech recognition technology
)
- 2011-08-19 22:47:10下载
- 积分:1
-
matrix
C++中矩阵运算的实现 nr3.h为其他的书籍代码,测试环境为VS2008(Achieve C++ in matrix operations nr3 code for other books)
- 2014-10-16 10:25:43下载
- 积分:1
-
学生管理系统
资源描述用于管理学生的信息,成绩查询,可支持多种方式查询。代码简洁,可直接编辑文件,修改代码,使得该代码符合你的要求,希望大家能够在参考时提出更好的改进方法和意见,谢谢和我进行交流与沟通。
- 2022-08-20 11:29:50下载
- 积分:1