-
双基线雷达单脉冲测角与解模糊提高测角精度
双基线雷达单脉冲测角与解模糊提高测角精度-Pairs of baseline radar monopulse angle measurement of angle measurement with the solution to improve accuracy of fuzzy
- 2022-06-12 01:02:06下载
- 积分:1
-
gps for ppc gps for ppc enjoy this!!
gps for ppc enjoy this-gps for ppc gps for ppc enjoy this!!
- 2023-06-25 04:05:03下载
- 积分:1
-
根据协议在ed2000搜索电驴,下载邮件格式可诉..
eMule在ED2000协议下的搜索,下载的消息格式,可以很好的帮助学习eMule的源代码-eMule in ED2000 search under the agreement, download the message format can be very helpful in learning the source code of eMule
- 2022-02-25 00:46:47下载
- 积分:1
-
Atmel sensor程序设计白皮书,编程内部SDK开发说明,最新版本,适用于嵌入式系统指纹识别开发...
Atmel sensor程序设计白皮书,编程内部SDK开发说明,最新版本,适用于嵌入式系统指纹识别开发-White Paper program design, development SDK programming internal note, the latest version, Embedded system applicable to the development of fingerprint recognition
- 2022-02-01 07:58:09下载
- 积分:1
-
图书处理系统,在VB.Net环境下开发,使用了XML技术。
图书处理系统,在VB.Net环境下开发,使用了XML技术。-Book processing system developed in VB.Net environment, using XML technology.
- 2023-07-05 09:30:03下载
- 积分:1
-
32对光电管的红外寻线板,包括一些滤波算法,在AVR单片机上使用...
32对光电管的红外寻线板,包括一些滤波算法,在AVR单片机上使用-32 pairs of infrared photocell Hunt board, including some filtering algorithms used in the AVR Microcontroller
- 2022-08-08 12:57: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
-
SISTEM PAKAR
- 2022-03-21 08:28:58下载
- 积分:1
-
《算法分析与设计》中的 “矩阵连乘程序”给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2 ,…,n...
《算法分析与设计》中的 “矩阵连乘程序”给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2 ,…,n-1。由于矩阵满足乘法的结合律,根据加括号的如何确定计算矩阵连乘积的计算次序,使得依此次序计算矩阵连乘积需要的数乘次数最少。
- 2022-01-24 14:49:27下载
- 积分:1
-
这个图形教程说明了如何将数据从Excel并创建一个图像。示例数据文件中。图形教程PowerPoint中完成。彩色打印,如果你能。右键单击该文件。缴费一旦下载打印...
这个图形教程说明了如何将数据从Excel并创建一个图像。示例数据文件中。图形教程PowerPoint中完成。彩色打印,如果你能。右键单击该文件。缴费一旦下载打印。-This graphical tutorial shows how to bring data in from Excel and create a plot from it. Sample data file is included. Graphical tutorial is done in PowerPoint. Print in color if you can. Right click on the file .PPS to print once downloaded.
- 2022-01-24 17:49:14下载
- 积分:1