-
boom网站宝贝v2.0
boom网站宝贝v2.0-website v2.0
- 2022-11-20 07:00:03下载
- 积分:1
-
this a sample C++ codes for beginners.It helps to draw a graph using some inbuil...
this a sample C++ codes for beginners.It helps to draw a graph using some inbuilt functions.-this is a sample C++ codes for beginners.It helps to draw a graph using some inbuilt functions.
- 2022-01-25 23:36:33下载
- 积分:1
-
tms320f240x c语言设计书
tms320f240x c语言设计书-tms320f240x design book
- 2022-01-23 11:02:12下载
- 积分:1
-
磁法演示
走向无限延深有限的无限长薄板状体在matlab上实现Za,Ha,T的异常曲线。(The abnormal curves of Za, Ha and T are realized on MATLAB for an infinite thin plate with infinite extension and finite length.)
- 2019-04-22 20:04:56下载
- 积分:1
-
shuangyixiang
实现隔离全桥型dcdc变流的双移相控制,后面可以增加闭环控制(The dual phase shifted control of isolated full bridge DCDC converter is realized, and closed loop control can be added afterwards.)
- 2018-04-01 19:26:50下载
- 积分:1
-
AVR单片机的PWM发生器
此项目由 codvisionavr 和 proteusthis 项目产生 pwm。
- 2022-03-26 13:36:54下载
- 积分:1
-
TwinCAT3_运动控制教程V1.11
说明: 基于Twincat3平台的PLC编程教程,使用ST语言控制电机运动(Based on twincat3 platform PLC programming course, using ST language to control motor movement)
- 2020-02-17 13:26:34下载
- 积分:1
-
每日薪资计算器代码
说明: jQuery每日薪资计算器代码是一款每日实时薪资收入计算代码。(JQuery daily payroll calculator code is a daily real-time payroll income calculation code.)
- 2019-04-09 13:41:50下载
- 积分:1
-
CARS_PLSLDA_V3.50
用于光谱波长选择的cars,spa等方法以及定性分析 的PLS-LDA方法(Cars, spa and other methods for spectral wavelength selection and PLS-LDA methods for qualitative analysis are used)
- 2017-07-19 11:50:58下载
- 积分: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