-
BCB配置文件操作。
BCB配置文件操作。-BCB configuration file manipulation.
- 2022-03-10 03:54:45下载
- 积分:1
-
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.-This procedure to DATEVIEW the data into EXCEL, the good with the code Oh.
- 2022-05-22 02:14:54下载
- 积分: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
-
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料....
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of directX 9 in delphi, it will bring you very big benfit if you will read it, it is very nice.
- 2022-07-14 15:00:04下载
- 积分:1
-
实现滚动流星位图.rar
实现滚动流星位图.rar-rolling meteor bitmap. Rar
- 2023-01-20 21:10:03下载
- 积分:1
-
这是一个求网络最小费用最大流问题的一个C++的程序已经经过调试,请放心使用....
这是一个求网络最小费用最大流问题的一个C++的程序已经经过调试,请放心使用.-This is a minimum cost network for the largest flow of a C procedures after debugging, please rest assured that use.
- 2023-01-05 21:45:04下载
- 积分:1
-
128x64 lcd instructional manuals
128x64 lcd instructional manuals
- 2022-04-17 07:18:28下载
- 积分:1
-
tree树的模拟
tree树的模拟-tree tree simulation
- 2022-05-19 16:47:37下载
- 积分:1
-
Apache使用指南与实现原理。中国水利水电出版社。
Apache使用指南与实现原理。中国水利水电出版社。-Apache using the guidelines and implementation principle. China Water Conservancy and Hydropower Press.
- 2023-04-09 15:35:05下载
- 积分:1
-
基于tm1300的网络视频监控软件的源码。很有价值!
基于tm1300的网络视频监控软件的源码。很有价值!-The source code of a web video monitoring&control software based on tm1300, it s valuable.
- 2022-03-11 04:09:44下载
- 积分:1