-
control_characters
Tests regular expressions containing.
- 2014-01-28 11:25:52下载
- 积分:1
-
这个软件是要推出的
这软件是为了进行收发电子邮件的。 利用这个软件,可以实现邮件的收发和管理。-this software is to launch the e-mail. Use of this software can achieve mail transceivers and management.
- 2022-04-15 00:30:19下载
- 积分:1
-
StudentGradeSystem
说明: 通过读取已经建立的数据库数据,显示数据库信息(Display the database information by reading the established database data)
- 2020-03-13 16:27:27下载
- 积分:1
-
OPC COM ProxyStub MergeModule (x64) 105.1
说明: OPC COM ProxyStub MergeModule (x64) 105.1
- 2020-06-11 13:56:48下载
- 积分:1
-
Samples
此代码实现相机的抓取图像,实时采集,需要搭配海康威视SDK共同使用(This code realizes the capture image of the camera and real-time acquisition. It needs to be used together with Haikangwei SDK.)
- 2020-06-25 17:00:02下载
- 积分:1
-
ebt_802_3
Reserved space for low level debug virtual addresses within 0xf6200000.0xf6201000.
- 2015-11-01 16:04:45下载
- 积分: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
-
红外V10byzmtws
程序实现六路PWM波的输出,实现了逆变器的并联(The program realizes the output of six PWM waves and realizes the parallel connection of inverters.)
- 2018-06-12 19:21:33下载
- 积分:1
-
campo
easy algorithm to 3d representation, and example of plotter vector fields.
- 2009-09-16 08:18:05下载
- 积分:1
-
CreateProcess
WIN32API函数CreateProcess用来创建一个新的进程和它的主线程,这个新进程运行指定的可执行文件。(WIN32API function CreateProcess to create a new process and its primary thread, this new process runs the specified executable file.)
- 2014-09-09 20:56:43下载
- 积分:1