-
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助...
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助-optimal MATLAB realized, said very comprehensive Oh, we want to help
- 2022-04-12 20:34:19下载
- 积分: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
-
bayes分类器,本程序根据病人症状可初步诊断疾病
bayes分类器,本程序根据病人症状可初步诊断疾病-Bayes classifier, this procedure can be based on the patient"s symptoms preliminary diagnosis of diseases
- 2022-04-17 22:14:55下载
- 积分:1
-
starry blue background, transparent rotating cube, the science of sound; Used in...
蓝色的星空背景,透明的旋转立方体,科幻的音效;用来做片头动画也不错-starry blue background, transparent rotating cube, the science of sound; Used in film animation is not bad
- 2022-02-03 02:39:36下载
- 积分:1
-
Is a small program, hope that we can gain. . . . . .
是一个小程序,希望大家能收获。
- 2022-03-15 20:19:41下载
- 积分:1
-
雷迪的信噪比估计算法。运行交织文件第一比运行估计文件…
reddy snr estimator. run the interleaver file first than run the estimator file and get the results.
- 2022-03-13 04:48:30下载
- 积分:1
-
firefox全部美化
Piccsy - 火狐橙.css 用于美化火狐的界面,包括菜单栏,标题栏,导航栏,附加组件管理栏及书签栏等的美化
- 2023-03-12 21:10:03下载
- 积分:1
-
建立通讯录记录信息摸拟建立班级通信录可以自己扩充内容
建立通讯录记录信息摸拟建立班级通信录可以自己扩充内容-establish contacts record information Moot establish communication classes can be recorded to expand its content
- 2022-02-14 04:52:47下载
- 积分:1
-
如果ATL组件称为阴极射线管
如果在 ATL 组件程序中调用了 CRT 的运行时刻库函数,比如开平方 sqrt() ,那么编译的时候可能会报错“error LNK2001: unresolved external symbol _main”。怎么办?下面方法中的任何一个都可以纠正这个错误:-If the ATL component called the CRT-program run-time library functions, such as the square root sqrt (), then the compiler will complain when possible " error LNK2001: unresolved external symbol _main" . How to do? Any one of the following methods can rectify this error:
- 2022-02-12 21:47:56下载
- 积分:1
-
大学时代的第一个游戏作品,相当的简单的使用MFC的框架实现的一个小弹珠台游戏。其中的背景图片为使用网络上的,其余为自己画滴。新手学习用吧。...
大学时代的第一个游戏作品,相当的简单的使用MFC的框架实现的一个小弹珠台游戏。其中的背景图片为使用网络上的,其余为自己画滴。新手学习用吧。-University of times the first game works fairly simple framework for the use of MFC realize a small game Pinball. In which the background image to use on the network, and the rest for their own drip painting. Novice to learn to use it.
- 2022-04-30 17:29:37下载
- 积分:1