-
滞后相关系数Sllcorrelation
滞后相关系数Sllcorrelation 可用于计算滞后/超前相关系数等(The lag correlation coefficient Sllcorrelation can be used to calculate the hysteresis/lead correlation coefficient, etc.)
- 2021-03-18 15:39:20下载
- 积分:1
-
RD_FFT
说明: 信号处理中,对目标进行距离和速度二维FFT变换(Two-dimensional FFT transform of range and velocity)
- 2019-04-17 18:59:24下载
- 积分: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
-
student performance management system is a C language series of the procedures l...
学生成绩管理系统是用C语言编的 程序不大,希望对初学者有用-student performance management system is a C language series of the procedures little hope useful for beginners
- 2022-02-02 01:44:52下载
- 积分:1
-
GIS-CSharp
煤矿信息管理系统是基于SuperMap Object,使用 C#语言开发的煤矿信息管理系统
系统主要实现煤矿信息的管理,包括属性数据和图形数据的管理。其中最重要的部分是钻孔数据的管理,
比较理想的解决了钻孔数据的查询、浏览、修改、添加、删除和导出,并着重实现了钻孔剖面示意图的自动绘制,
此外还实现了计算机图件的管理、地图数据集导出、地图输出打印等功能。(Mine information management system is based on SuperMap Object, using the C# Language developed by the Information Management System for Mine realize mine of information systems management, including the attribute data and graphical data management. One of the most important part is the management of borehole data, a more satisfactory solution to the borehole data query, browse, modify, add, delete and export, and focus on the achievement of the drilling section diagram of automatic drawing, in addition to realize a computer management maps, maps derived data sets, maps output printing.)
- 2020-07-04 02:00:01下载
- 积分:1
-
ALTERA上DE2平台,verilog描述,无符号乘法器,在数码管显示结果。...
ALTERA上DE2平台,verilog描述,无符号乘法器,在数码管显示结果。-ALTERA on DE2 platform, verilog description unsigned multiplier, the result will be displayed in the digital pipe.
- 2022-02-11 20:42:23下载
- 积分:1
-
支持自动切换的Js图片展示效果
Js图片展示效果,支持自动切换【自动播放】功能,单击小图片显示大图片,大图片放大显示仿LightBox图片盒子的效果,看上去很唯美的感觉,如演示截图所示,未使用jquery。
- 2022-04-21 18:25:41下载
- 积分:1
-
STM32F4+USBHID双向通讯
STM32F407使用USB OTG与PC进行USB通讯(Communication between STM32F407 and PC)
- 2021-02-07 08:29:55下载
- 积分:1
-
ROBODoc通过提取源码中的特定格式的注释块(specially formatted headers)并形成文档文件,文档文件的格式包括HTML, ASCII...
ROBODoc通过提取源码中的特定格式的注释块(specially formatted headers)并形成文档文件,文档文件的格式包括HTML, ASCII, XML DocBook, LaTeX或RTF 还能间接形成PDF 和HTML Help文档-ROBODoc By extracting the source code of the specific format of the comment block (specially formatted headers) and the formation of the document file, document file formats, including HTML, ASCII, XML DocBook, LaTeX, or RTF also an indirect form PDF and HTML Help documentation
- 2022-03-18 10:42:30下载
- 积分:1
-
SeisInversionProceed
用C语言地震合成记录 里面包括计算反射系数 生成雷克子波 等部分 有点长 希望有用(Synthetic seismic records using C language, including calculation of the reflection coefficient which generate Leike Zi Bo and some other little long hoped that a useful)
- 2021-03-03 18:49:32下载
- 积分:1