-
bloo dbank
&这个
- 2022-09-19 12:45:03下载
- 积分:1
-
its very useful 4 en
its very useful 4 en-its very useful 4 enggg
- 2023-05-21 10:15:03下载
- 积分:1
-
时钟程序,C++编程,在做时钟电路设计,单片机控制中可以作为参考...
时钟程序,C++编程,在做时钟电路设计,单片机控制中可以作为参考-Clock procedures, C++ Programming, make the clock in the circuit design, single-chip control can be used as reference
- 2022-02-13 08:01:08下载
- 积分:1
-
通过线程来实现共享,包括threads_demo.zip和threads_src.zip,使用VC++编程。...
通过线程来实现共享,包括threads_demo.zip和threads_src.zip,使用VC++编程。-Through the thread to achieve sharing, including threads_demo.zip & threads_src.zip, using VC++ programming.
- 2023-01-26 11:35:29下载
- 积分: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
-
the firts use vb,simple
the firts use vb,simple
- 2022-03-03 00:29:24下载
- 积分:1
-
计算机底层资料 计算机底层资料
计算机底层资料 计算机底层资料-The bottom of the bottom of the computer information on computer data
- 2022-11-19 09:15:04下载
- 积分:1
-
NT/2000/Win9X远程命令服务器
Remote Command Server for NT/2000/WIN9x -Remote control any NT/2000 server or WIN9x computer via command line with Remote Command Server. This server utility is a must have tool kit for programmers, systems administrators or any serious end-user. Remote Command Server (RCS) extends the NT/2000 command console to any computer on your network. Use your favorite vt100 ANSI terminal or just Telnet to shutdown, reboot, manage files, execute programs and start and stop services. I have personally found RCS valuable to facilitate remote task management and scheduling. RCS comes equipped with a wealth of features and supports both Linux and DOS style commands. The Visual Studio C++ 6 Project is equipped with a free version of VSOCK in source code.
- 2022-05-30 11:35:59下载
- 积分:1
-
C#编写的记事本程序
我使用C#编写的一个记事本程序,对初学者入门C#很有用哦。实现了文件的打开、保存、编辑等功能,对于初学者学习打开对话框、菜单栏、状态栏的用法有帮助。
- 2022-07-11 21:01:40下载
- 积分:1
-
人才管理系统,用于企业人才管理,asp的源码
人才管理系统,用于企业人才管理,asp的源码-talent management system for enterprise talent management, the source asp
- 2023-05-25 08:45:03下载
- 积分:1