-
c语言的著名编程工具。内付说明文件等
界面简单,实用。
c语言的著名编程工具。内付说明文件等
界面简单,实用。-c famous language programming tools. Note settled within documents interface is simple and practical.
- 2022-06-18 07:00:16下载
- 积分:1
-
用TC编写的一种下拉式菜单,操作方便简单。
用TC编写的一种下拉式菜单,操作方便简单。-TC prepared with a drop-down menu, convenient operation simple.
- 2023-07-17 13:25:02下载
- 积分:1
-
[Trone V0.1] profiles gamers control a key : R, F, D, G game two control buttons...
[Trone V0.1]功能简介 游戏者1控制键:R,F,D,G 游戏者2控制键:UP,DOWN,LEFT,RIGHT F1:查看帮助信息 F2:设定游戏速度等级,0为最快,1为正常,2最慢 F3:设定游戏者1的颜色,有15种颜色可以选择,黑色是背景色,不能选 F4:设定游戏者2的颜色-[Trone V0.1] profiles gamers control a key : R, F, D, G game two control buttons : UP, DOWN, LEFT, RIGHT F1 : View information to help F2 : Setting speed grade games, 0 for the fastest one- normally, the two slowest F3 : a game set the color, 15 colors to choose from, the background color is black, not your F4 : Setting game two colors
- 2022-01-26 03:55:01下载
- 积分:1
-
高速PCB设计常见问题,有兴趣的朋友这下子可算是有福气了。
高速PCB设计常见问题,有兴趣的朋友这下子可算是有福气了。-High-speed PCB design frequently asked questions, are interested in can be regarded as Friend Now the lucky.
- 2022-02-14 22:37:15下载
- 积分:1
-
陀螺误差建模
MEMS陀螺随机误差建模算法研究。MEMS陀螺精度较低,随机漂移较大,严重影响系统的性能。对MEMS陀螺随机误差进行了时间序列分析,并建立了ARMA模型。使用MATLAB计算所选模型参数建立随机误差的系统方程,采用经典卡尔曼滤波器验证了在静态条件下,滤波后的信号标准差为滤波前的3.88%。针对动态条件下,常规卡尔曼滤波器滤波效果下降的问题,推导并设计了渐消卡尔曼滤波器。仿真结果表明,渐消卡尔曼滤波器能显著改善动态条件下的滤波效果,并且滤波精度较高。
- 2022-07-16 21:05:47下载
- 积分: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
-
24小时打铃控制器,定点报时。而且报时采用的声音信号频率不同。便于区分。...
24小时打铃控制器,定点报时。而且报时采用的声音信号频率不同。便于区分。-24-hour bell beat controller
- 2022-09-25 17:10:03下载
- 积分:1
-
Bubble Hall, and Shanda' s games are very similar to a similar product, we ca...
泡泡堂,和盛大的游戏非常类似,功能差不多,大家可以相互参考学习下-Bubble Hall, and Shanda" s games are very similar to a similar product, we can learn from the next cross-reference
- 2022-04-19 17:40:27下载
- 积分:1
-
This program, prepared according to Xiao
本程序根据周晓云编写的VC教科书进行练习并编写!验证了部分算法和VC的实现方法-This program, prepared according to Xiao-Yun Zhou VC textbook exercises and the preparation! Validate some of the algorithm and the realization method of VC
- 2022-09-05 13:50:03下载
- 积分:1
-
Delphi realization of well
Delphi realization of well-known points game. Compiles with Delphi 7. Demonstrates simple depth search with some heuristics in estimate function.
- 2022-01-26 08:35:44下载
- 积分:1