-
实用的485通讯电路,测试通过,抗干扰性能优良
实用的485通讯电路,测试通过,抗干扰性能优良-Practical 485 communications circuits, test passed, excellent anti-interference performance
- 2023-08-08 13:50:04下载
- 积分:1
-
嵌入式操作系统来收集信息,致力于发展…
收集的嵌入式操作系统的资料,对致力于开发嵌入式操作系统的开发人员有帮助作用。-Embedded operating system to collect information, a commitment to the development of embedded system development staff are helpful.
- 2022-03-11 05:26:15下载
- 积分:1
-
考勤专家》安装软件包括以下两个文件:
1、Tr520.exe
2、Tr520.w02
压缩包中文件kq.mdb是一个测试数据库文件,安装完成并...
考勤专家》安装软件包括以下两个文件:
1、Tr520.exe
2、Tr520.w02
压缩包中文件kq.mdb是一个测试数据库文件,安装完成并且完成第一次运行后,
用该文件替换掉安装目录下的 TimeRecordermdbkq.mdb 文件即可。
系统安装后附有使用说明书和帮助文件。-appraisal experts "install the software include the following two documents : one, two Tr520.exe. Tr520.w02 compression package kq.mdb document is a test database files, completed the installation and completion of the first run, with the document replace installed in the directory TimeRecorder mdb kq.mdb document can be . System installation with the use of manual and help files.
- 2022-04-22 06:54:20下载
- 积分:1
-
系统资源(r1…rm),共有m类,每类数目为r1…rm。随机产生进程Pi(id,s(j,k),t),0...
系统资源(r1…rm),共有m类,每类数目为r1…rm。随机产生进程Pi(id,s(j,k),t),0
- 2022-08-09 11:22:59下载
- 积分:1
-
一
一维小波算法的VC++实现
详细算法流程请参考程序中的注释部分
程序通过测试-One-dimensional wavelet algorithm for VC to achieve a detailed algorithm flow process please refer to the Notes section of the program to pass the test
- 2022-01-25 20:54:15下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
移动通信系统中的通信信号调制的MATLAB仿真,包括BPSKQPSK等调制方法...
移动通信系统中的通信信号调制的MATLAB仿真,包括BPSKQPSK等调制方法-Mobile communication systems Communications of the MATLAB simulation of signal modulation, including BPSK QPSK modulation method, etc.
- 2023-06-09 04:50:03下载
- 积分:1
-
冰雨轩个人网站程序,上传到免费空间就可以拥有自己的网站了。里面还包含一些管理网站常用的程序。一整套很齐全的!...
冰雨轩个人网站程序,上传到免费空间就可以拥有自己的网站了。里面还包含一些管理网站常用的程序。一整套很齐全的!-Xuan冰雨personal websites procedures, uploaded to the free space can have its own website. Which also contains a number of commonly used web site management procedures. A set of very complete!
- 2022-09-02 00:35:04下载
- 积分:1
-
操作系统的一些有用的题目
操作系统的一些有用的题目-operating system some useful topics
- 2022-02-22 05:19:10下载
- 积分:1
-
在 C# 程序中使用摄像头
通过此源代码,您可以用 C# 写的程序中使用摄像头。事实上,这个源代码是摄像头在您的程序中使用的最好的例子。此源代码可以帮你吧
- 2022-03-14 07:29:10下载
- 积分:1