-
maze of algorithm, with the realization c
迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
- 2022-03-21 15:40:50下载
- 积分:1
-
准谐振变流器matlab/simulink仿真程序,观察模型特性
准谐振变流器matlab/simulink仿真程序,观察模型特性-quasi-resonant converter Matlab/Simulink simulation program to observe the model characteristics
- 2022-08-07 05:02:41下载
- 积分:1
-
按键检测,有四个按键与四个八段数码管对应,按不同的键相应的数码管显示...
按键检测,有四个按键与四个八段数码管对应,按不同的键相应的数码管显示-Key test, there are four buttons with four eight out of the digital control counterparts, according to different keys corresponding digital tube display
- 2022-03-21 03:13:32下载
- 积分: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
-
精美系统图标
精美系统图标-Fine system icon
- 2023-09-01 03:05:04下载
- 积分:1
-
人工智能
prolog 论文
Visual Prolog是国际上已经广泛流行的功能强大的通用智能化应用集成开发环境。...
人工智能
prolog 论文
Visual Prolog是国际上已经广泛流行的功能强大的通用智能化应用集成开发环境。-artificial intelligence prolog papers Visual Prolog is international has been widely popular Gong can be a powerful generic intelligent application integration development environment.
- 2022-09-05 19:30:02下载
- 积分:1
-
使用IrisSkin2控件的C#漂亮关机程序
使用IrisSkin2控件的C#漂亮关机程序,本程序可学习到两个亮点,1、换肤控件IrisSkin2的应用实例,2、C#实现关机。这种关机程序的界面效果可选择5种样式:MSN风格、Vista风格、经典风格等,关机功能可以在设定时间后自动程序,编译环境vs2008。
- 2022-07-13 08:04:15下载
- 积分:1
-
高亮红色的纯CSS网站导航菜单代码
高亮红色的纯CSS网站导航菜单代码,默认状态下菜单是深灰色的,当鼠标放在任意一个菜单文字上时,该菜单背景变红色,高亮显示,变得光彩夺目,色彩对比强烈起来,高亮显示的菜单项也可很好的向用户指引当前的位置,本菜单完全CSS代码实现,无使用javascript来辅助。
- 2022-02-13 13:41:33下载
- 积分:1
-
right no other assembly parts and the permanent link to the assembly of plastic...
对不用其他装配零件而永久性联结的塑料零件的装配可采用焊接方法。焊接方法的选择依据以下几种标准:根据模塑零件的几何形状,所使用的原料, 成本、总生产周期的综合因素,装配部位所要求的机械性能和外观质量。-right no other assembly parts and the permanent link to the assembly of plastic parts available welding methods. Welding method of choice based on the following criteria : Molded parts of the geometry, the use of raw materials, cost, Total production cycle by a combination of factors, the assembly of parts required by the mechanical properties and appearance of quality.
- 2022-03-28 19:31:14下载
- 积分:1
-
吉林大学时小虎老师机器学习课件――介绍动态规划
吉林大学时小虎老师机器学习课件――介绍动态规划-Jilin University, when the Tigers a teacher machine learning courseware- Introduction Dynamic Programming
- 2022-09-02 18:55:03下载
- 积分:1