-
FOFDM
Filtered OFDM technique for 5G wireless communication
- 2021-04-29 11:38:43下载
- 积分: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
-
先跑的那个车
说明: 基于k60单片机的机器人接力竞速程序,前车(Robot Relay Speed Competition Program Based on K60 Single Chip Microcomputer)
- 2020-06-18 15:00:01下载
- 积分:1
-
I AM VERY BUSY
code for i am very busy
- 2019-04-11 23:29:13下载
- 积分:1
-
ISING model的monte carlo 不同温度模拟程序,要用FORTRAN语言程序软件打开...
ISING model的monte carlo 不同温度模拟程序,要用FORTRAN语言程序软件打开-ISING model of monte carlo simulation program at different temperatures, using FORTRAN language software Open
- 2023-02-24 06:55:03下载
- 积分:1
-
6轴运动学正反解
通过使用VS2010对六轴运动学正反解析,内容包括正运动学解析,反解等。(Through the use of VS2010 on the six-axis kinematics positive and negative analysis, including positive kinematics analysis, anti-solution and so on.)
- 2020-11-12 17:39:44下载
- 积分:1
-
InfoNES改编
没有丝毫卡顿现象(map很全,但有些模拟不是很好),但开声音后会不流畅(声音模拟不完美).纯c的vc6.0工程.可以直接移植到Linux等系统.
- 2023-07-28 15:55:03下载
- 积分:1
-
小米电视全系列刷机包01
说明: 小米刷机包破解版,实用多种小米盒子,多交流发掘问题(XIAOMI cracking version)
- 2020-07-03 17:00:01下载
- 积分:1
-
zzz
根据颜色初步提取目标,二值化处理,边缘检测,霍夫变换提取目标(According to the color initial extraction, two value processing, edge detection and Hof transform are used to extract the target.)
- 2018-06-30 21:14:54下载
- 积分:1
-
一个java漂亮外观的源码,支持窗体透明,有兴趣的朋友看看。...
一个java漂亮外观的源码,支持窗体透明,有兴趣的朋友看看。-Beautiful appearance of a java source code to support transparent form, interested to see friends.
- 2023-04-01 04:05:04下载
- 积分:1