-
write to event log
将日志写入delphi事件日志的简单示例。
- 2022-05-13 18:46:42下载
- 积分:1
-
这是关于C++的光,
this is about light C++,
- 2022-04-02 04:23:36下载
- 积分:1
-
Dreamweaver作业 制作严谨,欢迎使用
Dreamweaver作业 制作严谨,欢迎使用-Dreamweaver
- 2022-08-26 06:16:24下载
- 积分:1
-
此算法包含了快速排序、堆排序、希尔排序等内容
此算法包含了快速排序、堆排序、希尔排序等内容-Algorithm contains quicksort heap sort, Shell sort etc.
- 2022-12-13 14:50:03下载
- 积分:1
-
自动提醒用户得小程序
自动提醒用户得小程序-automatically remind users in small program
- 2023-04-19 12:05:04下载
- 积分:1
-
SAP bussiness one学习资料
SAP bussiness one学习资料 -SAP bussiness one学习资料
- 2022-01-24 18:06:43下载
- 积分:1
-
一个画图的小程序!简单
一个画图的小程序!简单-drawing of a small program! Simple
- 2022-01-26 06:12: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
-
This project is designed to be used with Visual C++ 4.1.
This project is designed to be used with Visual C++ 4.1.
- 2022-03-20 18:22:38下载
- 积分:1
-
这个软件是EON学习软件,版本号是5.2,这款软件有助于OPEN GL编程,对编写三维程序,对三维物体各部件分解有帮助。...
这个软件是EON学习软件,版本号是5.2,这款软件有助于OPEN GL编程,对编写三维程序,对三维物体各部件分解有帮助。-The software isabout EON learning software, the version number is 5.2, this software is good for programmingOPEN GL, and is helpful for the preparation of three-dimensional process, decomposition of the various components of three-dimensional objects.
- 2022-03-23 20:06:45下载
- 积分:1