-
ATS2825_Bluetooth Module_SPEC_V1.0
说明: ats2825 bluetooth i2s data sheet
- 2020-06-19 23:00:02下载
- 积分:1
-
内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写...
内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了-Containing pure DOS, WIN32, and WIN32 GUI console in three versions. They generated backup files can be used in any version. WIN32 GUI version temporarily use the backup function (all other modules have also written, is complete, now only open the backup feature), if you want to use to restore the replacement and comparison of features, can open the call a few of the switches or the code can call the
- 2022-02-24 12:25:13下载
- 积分:1
-
VCGAME
本文件夹提供了扫雷游戏、俄罗斯方块等游戏的源码(this is a good source code)
- 2010-11-23 19:09:49下载
- 积分:1
-
求最简合一的程序
求最简合一的程序-seek convergence of the most simple procedures
- 2022-11-28 03:10:04下载
- 积分:1
-
Implments a Bank of hours
Implments a Bank of hours
- 2023-06-17 21:40:03下载
- 积分:1
-
Attachments1011183641
说明: Hacker PC, Exploit windows dektop and phshins
- 2019-07-11 21:06:49下载
- 积分:1
-
ATS282X-0813
说明: ats282x bluetooth dual mode
- 2020-06-19 23:00:02下载
- 积分: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
-
各类信号处理方法与滤波器
说明: 包含hht、emd、eemd、winger-vile、lms、各类滤波器等的代码及实际数据验证,可用于机械振动、地震爆破声波等,内含数据和注释说明(Including HHT, EMD, EEMD, winger-ville, LMS, all kinds of filter codes and actual data verification, which can be used for mechanical vibration, seismic blasting sound wave, etc., including data and notes)
- 2020-03-02 00:52:11下载
- 积分:1
-
PSO_约束
在典型的pso粒子群算法应用中,解决有约束的问题的pso算法(In the application of typical PSO particle swarm optimization, the PSO algorithm for solving constrained problems is presented)
- 2017-09-03 09:40:54下载
- 积分:1