-
driver_for_USB_to_serial_port
通用USB转串口驱动,用于串口下载程序(而现在很多主机和笔记本都没串口),这是需用到,PL2303(Universal USB-serial driver for the serial download (and now a lot of hosts and laptop no serial port), which is need to rely on, PL2303)
- 2020-06-25 23:00:02下载
- 积分: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
-
04_Modelsim6.5_crack
Modelsim6.5破解与安装详解,内含应用程序及环境配置详情(Modelsim6.5 crack and installation steps)
- 2016-06-19 20:58:13下载
- 积分:1
-
AD9850-9851模块资料
说明: 串口发射1khz信号或者并口发射1khz信号,(Transmitting 1 kHz signal)
- 2020-06-18 01:00:01下载
- 积分:1
-
计算器,天气预报,图片滚动
计算器,天气预报,图片滚动,二级菜单,文件上传,页面分块
- 2022-02-04 03:31:04下载
- 积分:1
-
ofdm/oqam系统代码
整个OFDM/OQAM的系统代码,包括发送、信道、接收端的
- 2022-07-10 21:15:20下载
- 积分:1
-
学生信息管理系统
简易学生信息管理系统,具有查询、删除、排序、更改,输入与显示基本功能。
- 2022-07-19 01:15:33下载
- 积分:1
-
CListCtrl.CHeaderCtrl-
说明: 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景。合适给刚刚接触VC的人学习(Change CListCtrl, CHeaderCtrl height, fonts, colors and backgrounds. The right to learn from people new to VC)
- 2021-02-25 15:19:38下载
- 积分:1
-
PatternShow
设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!(The case of design patterns, there are already Observer pattern, Singleton, conductor patterns, the case of the abstract factory pattern. As long as you give power, I will continue to improve!)
- 2012-01-19 10:31:32下载
- 积分:1
-
MATLAB1
matalab电机仿真,对直流,交流,步进电机进行仿真(matalab motor simulation)
- 2011-04-25 16:50:21下载
- 积分:1