-
I Yuntai collection lens control system. KEY code from the book to have out of i...
我收藏的云台镜头控制系统. 从书中把代码KEY了出来 有兴趣不妨用着-I Yuntai collection lens control system. KEY code from the book to have out of interest may wish to use a
- 2023-03-08 15:10:03下载
- 积分:1
-
第二种边界条件的三次样条函数插值与微商
第二种边界条件的三次样条函数插值与微商-second boundary conditions cubic spline interpolation function and the derivative
- 2022-05-22 00:37:13下载
- 积分:1
-
聚类算法训练数据,可以导入数据库,数据库文件可以…
聚类算法的训练数据文件,可导入数据库可代替数据库文件 -clustering algorithm training data and can import databases, database files can be replaced
- 2023-01-31 09:25:04下载
- 积分:1
-
提供的源码有两个:分别是用于仿真模拟铱星卫星通信系统和Teledesic卫星通信系统。使用的编程语言是TCL,模拟环境是NS2。通过更改地球终端的地理位置,可以...
提供的源码有两个:分别是用于仿真模拟铱星卫星通信系统和Teledesic卫星通信系统。使用的编程语言是TCL,模拟环境是NS2。通过更改地球终端的地理位置,可以仿真和模拟卫星通信系统,并对卫星系统的性能进行分析和测试。-Provided by the source code there are two: namely, for the simulation of Iridium satellite communications system and the Teledesic satellite-communications systems. Using the programming language is TCL, simulated environment is NS2. By changing the Earth terminal location, you can simulate and analog satellite communication systems, and satellite systems performance analysis and testing.
- 2022-09-26 11:50:03下载
- 积分:1
-
装机常用的小软件,不一定最好但一定是最好用的,赶快下吧...
装机常用的小软件,不一定最好但一定是最好用的,赶快下吧-Installed capacity of commonly used small software, not necessarily the best but definitely the best use, as soon as possible, are you
- 2022-03-02 09:39:25下载
- 积分:1
-
The code used to calculate the band TVI values, the code from the operating proc...
该代码用于计算波段的TVI值,该代码来源于作业程序,属于实验程序-The code used to calculate the band TVI values, the code from the operating procedures, an experimental procedure
- 2022-07-10 21:49:25下载
- 积分:1
-
在dos 与Linux下通过命令来改变BIOS项设置。
在dos 与Linux下通过命令来改变BIOS项设置。-In dos with Linux through the command to change the BIOS settings.
- 2022-05-21 19:46:39下载
- 积分:1
-
用vc++开发fluent
用vc++开发fluent-udf的工具-with vc fluent development-tools udf
- 2023-05-18 04:00:03下载
- 积分: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
-
相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦...
相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦-Quite a classic introduction to information theory and coding courseware oh ~ ~ September 18, 2009 update, we have just spent last semester ~ ~ Online estimates are not, oh ~ ~
- 2022-07-25 11:06:03下载
- 积分:1