-
每次启动随机数都不一样,实现真正意义上的全局随机数
每次启动随机数都不一样,实现真正意义上的全局随机数-each start random number is different, and genuine sense of the overall situation Random Number
- 2022-03-23 06:45:12下载
- 积分:1
-
用于使用xp做为打印服务器,提示会话数过多的问题。
用于使用xp做为打印服务器,提示会话数过多的问题。-For the use of xp as print server, suggesting that the problem of too many conversations.
- 2022-01-31 15:13:10下载
- 积分:1
-
数组的一个小例子 具体说明数组中的一些用法和属性
数组的一个小例子 具体说明数组中的一些用法和属性-A small example of the array to specify an array of some of the usage and attributes
- 2023-04-01 01:40:04下载
- 积分:1
-
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的...
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的数据格式。-Labview in the data format will be converted to mat format, and then directly calls in matlab compressed package there is a routine to help you quickly grasp the actual item in this package after I test. Note that when used to convert data format.
- 2022-09-15 04:05:03下载
- 积分:1
-
PPC 上 播放声音的一些测试使用,包括并发播放声音,窗口切换出去后暂停声音等(适合做游戏),附带PPC窗口旋转的示例...
PPC 上 播放声音的一些测试使用,包括并发播放声音,窗口切换出去后暂停声音等(适合做游戏),附带PPC窗口旋转的示例
- 2023-04-01 13:25:03下载
- 积分:1
-
一个用vc写的日历控件.
一个用vc写的日历控件.-vc write with a calendar control.
- 2023-05-20 11:10:02下载
- 积分:1
-
VB do MP3, and can play the Eastern, Lower see! ! ! ! ! ! ! :)
VB做的MP3,可以播放东东,下下看看吧!!!!!!!:)-VB do MP3, and can play the Eastern, Lower see! ! ! ! ! ! ! :)
- 2022-08-11 08:41:38下载
- 积分:1
-
风云压力测试10。0所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来...
风云压力测试10。0所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来-Stress tests Fengyun 10.0 best VC all package source code has a certain role of U.S. research study can be downloaded to
- 2022-05-29 14:23:17下载
- 积分:1
-
s3c2510 Development
s3c2510 开发-s3c2510 Development
- 2022-12-26 19:10:03下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1