-
双重链接的列表
双重链接列表中给出如何您可以执行链接列表中的文件操作
其中包括搜索、 选择、 插入、 从列表中删除一个元素
使用户可以快速访问链接列表的
- 2022-02-06 15:07:51下载
- 积分:1
-
GPS数据采集程序源代码.
GPS数据采集程序源代码.-GPS data acquisition program source code.
- 2022-02-26 04:38:32下载
- 积分:1
-
IGS文件处理是处理从Solidworks输出的图形信息汇总中提取图形信息来做为其他软件或系统处理的前驱文件...
IGS文件处理是处理从Solidworks输出的图形信息汇总中提取图形信息来做为其他软件或系统处理的前驱文件-IGS document processing is to deal with Solidworks output from the graphics information to extract summary information to make graphics for other software or systems for treating the precursor document
- 2022-02-15 10:00:15下载
- 积分:1
-
自己开发的短信息发送DLL,环境evc4 + 短信猫,通过串口连接,发AT指令,目前该模块测试通过.可供大家参考,程序中有公司信息,请使用的时候去除,避免麻烦...
自己开发的短信息发送DLL,环境evc4 + 短信猫,通过串口连接,发AT指令,目前该模块测试通过.可供大家参考,程序中有公司信息,请使用的时候去除,避免麻烦-Developed their own short message DLL, environmental evc4+ Message cats, through the serial port connection, the AT command, the current of the module test. For your reference, proceedings have company information, please use the time to remove and avoid trouble
- 2022-01-25 23:00:51下载
- 积分:1
-
此源码在代理中检查您的知识产权
this Source to check your ip in proxy
- 2023-04-03 14:10:03下载
- 积分:1
-
对于残缺棋盘的图形演示,可以演示出是如何放入棋盘的
对于残缺棋盘的图形演示,可以演示出是如何放入棋盘的-Defective chessboard graphics for presentations, can be a demonstration of how the board Add the
- 2022-06-06 15:16:42下载
- 积分:1
-
NXP
NXP
8-bit synchronous binary down
counter
- 2022-01-25 20:23:43下载
- 积分:1
-
主要实现对汽车进入驶出停车场的仿真。当汽车进入时,要判断该车所持卡号是否为合法卡,以及场中是否有空位决定该车能否出入。同理当车驶出时,要看该车卡号是否合法,能否...
主要实现对汽车进入驶出停车场的仿真。当汽车进入时,要判断该车所持卡号是否为合法卡,以及场中是否有空位决定该车能否出入。同理当车驶出时,要看该车卡号是否合法,能否驶出。以及,在进入驶出时,行车道上是否有车辆行驶冲突,从而决定让道操作。-The main exit of the car into the parking lot of the simulation. When the car enters, it is necessary to judge whether the car
- 2023-03-26 13:30:03下载
- 积分:1
-
排课系统的开发实现
很不错的可以运行的delphi 7.0下的代码,可以简单调试,即可运行,希望该代码能够对编程爱好者有用!
使用说明
1、在SQL sever 2000的企业管理器附加data中的数据库
2、打开Exe中的paike文件,把sever的值改为自己的服务器名
3、用户鲍仁云的密码为 bao
- 2022-01-26 08:00:42下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1