-
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标...
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标-music playback functions with the automatic shutdown procedures. Can be a long time to choose a timely shutdown, the smallest icon into ghost
- 2022-07-01 22:48:09下载
- 积分:1
-
windows核心编程 DELPHI版 源代码 非常有用
windows核心编程 DELPHI版 源代码 非常有用-DELPHI programming windows version of the core source code is very useful
- 2022-02-28 15:45:52下载
- 积分:1
-
A small calculator, you can complete the calculation, such as computing features...
一个小型计算器,可以完成加减乘除等四则运算功能-A small calculator, you can complete the calculation, such as computing features four
- 2023-06-20 00:30:04下载
- 积分:1
-
此程序使用最小生成树Prim算法。用户输入图的输入文件名,程序读此文件,并调用MinSpanTree()为图建立最小生成树。输出包括树的总权及其顶点和边的列表。...
此程序使用最小生成树Prim算法。用户输入图的输入文件名,程序读此文件,并调用MinSpanTree()为图建立最小生成树。输出包括树的总权及其顶点和边的列表。-This procedure use the Prim algorithm. The
user input the filename of the chart, the procedure reads this document and transfers the chart to Minimum SpannirngTree with MinSpanTree () function. Output the table including tree s total power and its apex and side.
- 2022-01-22 16:52:26下载
- 积分:1
-
这是本人用ACSESS编的一个销售管理系统,适合直销。
这是本人用ACSESS编的一个销售管理系统,适合直销。-ACSESS series with a sales management system for direct marketing.
- 2022-07-27 15:16:31下载
- 积分:1
-
易语言网络斗地主源码
应用背景
易语言斗地主游戏,完整可运行
编译无bug
关键技术
网络通信游戏算法等
可以多人联机游戏
提示牌的没有写
进入游戏是房间满了自动到下一个房间
- 2022-03-04 20:01:18下载
- 积分:1
-
delphi 高精度计时函数调用,比gettickcount要精确
delphi 高精度计时函数调用,比gettickcount要精确-delphi precision timing function call, to be accurate than gettickcount
- 2022-03-14 16:50:05下载
- 积分:1
-
医院管理系统
医院管理系统,c#,由前台和后台共同组成,可以连接数据库,用到的数据库是sqlsever.
- 2023-08-15 09:45:03下载
- 积分:1
-
1602液晶驱动程序,可以驱动0801到2004的所有模块...
1602液晶驱动程序,可以驱动0801到2004的所有模块-1602 LCD driver can drive 0801-2004 all modules
- 2022-01-22 04:33:14下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1