搜索资源列表
test
- 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员
CryptAPI
- CSP组件的开发和测试,编写CryptAPI功能函数的整体测试,比较全面的进行CryptAPI接口的测试,实现P7 P12的接口。-CSP component development and testing, the preparation of CryptAPI function function of the overall test, a more comprehensive CryptAPI interface testing to achieve P7 P12 interface.