-
神经网络的应用,强大的非线性映射能力,进行凸轮…
利用神经网络强大的非线性映射能力来进行摄像机的标定,这里提供了许多这方面的论文资料。-The use of neural networks a powerful nonlinear mapping ability to carry out camera calibration, here are a lot of papers in this regard the information.
- 2022-01-25 16:17:17下载
- 积分: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
-
fftt
应用MATLAB的FFT谐波分析计算文件,可以显示17次以下谐波含量和幅值(MATLAB harmonic analysis using FFT computing documents, you can display 17 times the following harmonic content and amplitude)
- 2017-06-13 16:28:14下载
- 积分:1
-
VB做的超级
vb做的超级马力游戏
相似度挺高,应该是画面相似度高:)-vb do super-powered game similarity Tinggao should screen similarity is high :)
- 2022-03-19 03:48:00下载
- 积分:1
-
很好的英语学习资源,对词汇量的提高十分有益。
很好的英语学习资源,对词汇量的提高十分有益。-Very good English learning resources, improve vocabulary and useful.
- 2022-08-24 04:00:27下载
- 积分:1
-
USB Gamepad Driver
Drive for gamepad China, all taest
- 2018-05-20 12:36:11下载
- 积分:1
-
Wavelet_packet
小波包分解,重构方法。小波包能量提取。。。用MATLAB实现。。。。。(wavelet,packetdecomposition,reconstruct)
- 2019-05-10 21:25:43下载
- 积分:1
-
ChemHeatPump
可逆气固化学热泵制冷系统的动态模拟--考虑热容随反应进度的变化(Reversible gas-solid chemical heat pump refrigeration system dynamic simulation- consider the heat capacity changes with the reaction)
- 2009-05-20 18:57:19下载
- 积分:1
-
IEEE30MonteCarloSimu-master
说明: 利用蒙特卡洛对Ieee30节点进行仿真问题,希望对大家有所帮助(Monte Carlo is used to simulate the Ieee 30 nodes. I hope it will be helpful to everyone.)
- 2019-06-24 15:34:53下载
- 积分:1
-
BAS_BP论文及代码
说明: 基于 BAS-BP 模型的风暴潮灾害损失预测(Prediction of storm surge disaster loss based on bas-bp model)
- 2020-01-16 12:29:08下载
- 积分:1