搜索资源列表
C++类学习资料
- 1.编写一个类,声明一个数据成员和一个静态数据成员,其构造函数初始化数据成员,并把静态数据成员加1,其析构函数把静态数据成员减1。 (1) 编写一个应用程序,创建该类的3个对象,然后显示其数据成员和静态数据成员,再析构每个对象,并显示它们对静态数据成员的影响。 (2) 修改该类,增加静态成员函数并访问静态数据成员,并声明静态数据成员为保护成员。体会静态成员函数的使用,静态成员之间与非静态成员之间互访问题。 -1 write a class, declare a data mem
charu
- 这是一个有关C语言中有关排序的算法,请各位 看看,有意见可以交流-This is a C language algorithms related to sorting, you see, there can exchange views
weiyu
- 这是 一个有关C语言中验证位域 的算法,请在家看看,有意见可以交流-This is a C language algorithms to verify the bit field, please take a look at home, there can exchange views
shanchuzifu
- 这是 一个有关C语言中验证删除特定客串 的算法,请在家看看,有意见可以交流-This is a C language algorithms to verify delete a specific guest, please take a look at home, there can exchange views
zhiyinshu
- 这是 一个有关C语言中验证质因数 的算法,请在家看看,有意见可以交流-This is a prime factor in the C language verification algorithms, please take a look at home, there can exchange views
CFFEX-API
- 中金所交易系统API是一个基于C++的类库, 通过使用和扩展类库提供的接口来实现全部的交易功能,包括报单与报价的录入、报单与报价的撤销、报单与报价的挂起、报单与报价的激活、报单与报价的修改、报单与报价的查询、成交单查询、会员客户查询、会员持仓查询、客户持仓查询、合约查询、合约交易状态查询、交易所公告查询。-Gold in the trading system API is a library-based C++ interface provided by the use and expansio
