-
第二章
matlab有限元基础进行结构的动力特性和响应分析(Dynamic Characteristics and Response Analysis of Structures)
- 2020-06-25 08:20:02下载
- 积分: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
-
有限单元法及计算程序
说明: 有限单元法及计算程序 (王焕定 吴德伦1997,哈尔滨建筑大学)(Finite Element Method and Computing Program (Wang Huanding, Wu Delun, 1997, Harbin University of Architecture))
- 2020-06-18 05:40:01下载
- 积分:1
-
15f
基于STC15F单片机实现串口波特率、奇偶校验、数据位转换。(Based on STC15F MCU, the serial port baud rate, parity check and data bit conversion are realized)
- 2021-02-07 08:59:55下载
- 积分:1
-
moon_pos_vel_J2000
通过坐标转换的方法估算月球在某一时刻在J2000坐标系下的位置和速度。(理解航天中坐标转化、时间系统的学习案例)(Through the coordinates of the conversion method to estimate the moon at a time in the J2000 coordinate system under the location and speed. (Understanding of aerospace coordinate transformation, time system learning case))
- 2020-10-07 20:17:36下载
- 积分:1
-
98104849fusion-evaluation
图像融合中的平均梯度、相关系数、信息熵、交叉熵、联合熵、均方误差、互信息、信噪比、峰值信噪比、均方根误差、空间频率、标准差、均值、扭曲程度、偏差指数等等(Evaluation indexes average gradient, correlation coefficient, entropy, cross entropy, joint entropy, mean square error, mutual information, signal-to-noise ratio, peak signal-to-noise ratio, mean square error, spatial frequency, mean, standard deviation, distortion degree, deviation index and so on)
- 2017-07-10 11:13:35下载
- 积分:1
-
DevilYuan-master
说明: DevilYuan股票量化系统由python编写,支持python3.4及以上版本,有如下功能: 可视化(基于PyQT的界面) 多线程事件引擎 四大功能 股票数据 选股 策略回测(同时也支持向(Devilyuan stock quantification system is written by python, and supports Python 3.4 and above. It has the following functions: visualization (pyqt based interface) multi thread event engine, four major functions: stock data stock selection strategy back testing (also support to)
- 2021-04-09 18:18:59下载
- 积分:1
-
dianzishijuan
公务员的电子试卷,做起来很方便,建议需要试试的同学下载这个软件。(Civil e-paper, make it very convenient, it is recommended the need for students to try to download the software.)
- 2008-04-10 11:21:42下载
- 积分:1
-
这是一个Prolog程序,是我的同学做的,对于学Prolog的朋友有些帮助,希望大家多多交流。...
这是一个Prolog程序,是我的同学做的,对于学Prolog的朋友有些帮助,希望大家多多交流。-This is a Prolog program is to do my classmates and friends to learn Prolog some help, I hope a lot of U.S. exchanges.
- 2022-03-06 21:16:42下载
- 积分:1
-
DMA
直接总线控制数据采集用于高速数据采集的DMA技术.pdf(DMA)
- 2009-12-20 17:05:32下载
- 积分:1