-
windows Mobile 时间同步软件,可设置开机自动同步时间
windows Mobile 时间同步软件,可设置开机自动同步时间 -WM Time Auto Sync
- 2023-04-03 03:40:04下载
- 积分:1
-
这是我自己在学习VB过程中所编的一个钟的程序,不知道能不能行...
这是我自己在学习VB过程中所编的一个钟的程序,不知道能不能行-This was my learning process VB series by a 10-minute procedure, I do not know whether or not OK
- 2022-01-25 18:58:25下载
- 积分:1
-
Registry Editor
在Windows注册表编辑器中实现的一些功能;
- 2022-07-24 08:17:17下载
- 积分:1
-
a beautiful correspondence, written in Delphi, you will like
一个漂亮的通讯录,delphi写的,大家会喜欢的-a beautiful correspondence, written in Delphi, you will like
- 2023-02-21 03:55:04下载
- 积分:1
-
A binary search procedures. Structure that is clear and complete iterative form.
一个二分查找程序。
结构很清晰,采用迭代形式完成。-A binary search procedures. Structure that is clear and complete iterative form.
- 2023-02-25 07:50:03下载
- 积分:1
-
固高控制卡XY运动控制平台实验软件源代码
固高运动控制平台实验软件源代码,GT系列运动控制器编程仿真器,很好用!固高XY平台开发和使用。适合运动控制从业者!固高控制卡XY运动控制平台实验软件源代码,内容详细,对运动控制的朋友非常有用。物有所值,感觉是找到运动控制的最好的资料了。
- 2022-03-21 20:23:39下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1
-
与构造函数的默认参数。一个重载的构造函数…
带默认参数的构造函数。又一个有关VC++构造函数重载的源程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-with default parameters of Constructors. One of the Heavy Constructors VC source, more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
- 2023-07-11 04:45:02下载
- 积分:1
-
ini文件读写的类,可以满足基本INI文件的读写。
ini文件读写的类,可以满足基本INI文件的读写。-ini file reading and writing classes, to meet the basic reading and writing INI files.
- 2023-01-29 14:50:03下载
- 积分:1
-
基本粒子群源代码
粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解,每个粒子都有一个由目标函数决定的适应度值,并且知道自己到目前为止发现的最好位置,和现在的位置,在每次一迭代中,例子通过跟踪这两个极值来更新自己。
- 2022-05-07 20:03:10下载
- 积分:1