搜索资源列表
controlTaskManager
- 控制任务管理器的占用率固定在50 ,内排序,找出字符串中第一个不重复的字符等等。-Control Task Manager fixed at 50 percent occupancy rate, internal sorting, to identify the first one will not repeat the string of characters and so on.
yuntaikongzhi
- 基于VC++的云台控制系统,程序中使用MSCOmm控件,可实现端口的设置,以及波特率的配置等功能,可实现对云台聚焦,闪光灯控制。-VC++ based on the tilt control system, the procedures used in MSCOmm control, enabling the port settings, and the configuration of the baud rate and other functions can be realized on t
cradle
- 云台镜头控制系统,可以实现多组云台镜头的控制,可以自由修改串口的波特率,校验率等,通用性较强,在VC6.0环境中可以正运行常,-PTZ camera control, PTZ control, free to modify the serial port baud rate, parity rate, more versatility in VC6.0 environment are run often.
Cpp1
- 设计一个名为Account 类。这个类包含: (1)一个名为id 的int 型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance 的double 型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate 的double 型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance 和annualInterestRate 的访问器和更改器函数。 (6)一