-
simulated bank customer waiting time
模拟银行顾客等候时间-simulated bank customer waiting time
- 2023-07-10 13:35:03下载
- 积分:1
-
implementation object
用C实现面向对象,英文版。请感兴趣的朋友下载。-implementation object-oriented using C
- 2023-06-12 11:55: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
-
C语言通用范例开发源代码
应用背景C语言通用范例开发这本书的配套光盘源代码(第五章),分析给有需要的童鞋。关键技术第五章是关于C函数库的使用的一些例子,很有参考价值。
- 2022-03-05 04:46:51下载
- 积分:1
-
“Win32平台的管包装
Named Pipe Wrapper for Win32 Platforms
- 2022-05-13 09:16:07下载
- 积分:1
-
不是本人作品,想要个五子棋的算法,
以后自己会了以后,会把有用的东西放上来的...
不是本人作品,想要个五子棋的算法,
以后自己会了以后,会把有用的东西放上来的-is not my work, 331 wanted the algorithm, after his will after that will be useful in things Fangshanglai
- 2023-08-01 06:55:03下载
- 积分:1
-
锁相环仿真
phase locked loop simulation
- 2022-03-06 10:06:49下载
- 积分:1
-
reproduced in a process that can achieve real
转载的一个程序,能够实现实时观察系统正在运行的进程,并观察运行进程相关的线程,并能禁止进程运行.-reproduced in a process that can achieve real-time monitoring systems running processes, and to observe the process of running threads, and the process can prohibit operation.
- 2022-11-10 13:55:03下载
- 积分:1
-
翻译英语单词的小程序.我也不想更新程序,所以开源.您要更新了此程序发给我一份吧!...
翻译英语单词的小程序.我也不想更新程序,所以开源.您要更新了此程序发给我一份吧!-English translation of the word small programs. I do not want to update, so revenue. You want to update this to me a procedure!
- 2023-02-06 21:45:03下载
- 积分:1
-
使用c++描述,创建一个链表,并在中实现节点的插入,删除
使用c++描述,创建一个链表,并在中实现节点的插入,删除-Use c++ Description, create a linked list, and realize in the node insert, delete
- 2022-11-14 18:00:03下载
- 积分:1