-
etc修改工具
说明: 问道修改ETC工具,问道修改商城工具,详细请看说明(Ask about modifying ETC tools, ask about modifying mall tools, see the instructions for details.)
- 2020-06-25 09:40:02下载
- 积分:1
-
HV
说明: 求解Pareto真实前沿和Pareto解之间的超体积(Solving the Supervolume of Pareto front)
- 2020-02-18 13:27:00下载
- 积分:1
-
zi ji zuo de
自己做的东西,穿上来和大家分享一!!!
如果谁要是能用到就下来-zi ji zuo de
- 2022-08-06 23:37:39下载
- 积分: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
-
Data structure the management of curriculum design, student address book C++ to...
数据结构的课程设计 学生通讯录的管理
C++做-Data structure the management of curriculum design, student address book C++ to do
- 2022-02-14 19:36:43下载
- 积分:1
-
Program for the generation of postals on 8th March, on Februaries, 23 and on 1th...
Program for the generation of postals on 8th March, on Februaries, 23 and on 1th April to the chief
- 2023-04-16 02:50:03下载
- 积分:1
-
一本介绍微分方程的电子书籍 differentialEguation
一本介绍微分方程的电子书籍,包含一阶高阶\线性非线性方程的定义及求解方法(introduced a differential equation of e-books includes a band high-ranking linear nonlinear equations and the definition of Solution)
- 2006-12-31 09:42:37下载
- 积分:1
-
华为校园招聘笔试面试题合集
华为校园招聘合集,各个岗位的的笔试题,非常有用(good book is good book)
- 2018-03-20 21:50:52下载
- 积分:1
-
用C语言实现的计算器.功能齐全,且实用,代码却不多
用C语言实现的计算器.功能齐全,且实用,代码却不多-using the C language calculators. Complete functions, and useful, but little code
- 2022-02-01 08:24:58下载
- 积分:1
-
freqresponse
matlab对信号的处理,主要是针对振动信号的处理,包括加速度积分到位移,时域经快速傅里叶变换到频域(The signal processing of MATLAB is mainly aimed at the processing of vibration signal, including acceleration integral to displacement, time domain and FFT to frequency domain)
- 2020-11-11 16:39:44下载
- 积分:1