-
UWB的matlab仿真的源代码,超宽带信道模型的BPSK
UWB matlab 仿真源代码,UWB channel model bpsk-UWB matlab source code simulation, UWB channel model bpsk
- 2022-12-20 01:00:03下载
- 积分:1
-
作业~画出载入的声音文件波形~并在可在画板上画涂鸦
作业~画出载入的声音文件波形~并在可在画板上画涂鸦-~ paint included in the operations of audio files and waveform- in painting graffiti on the slate
- 2022-02-02 07:39:13下载
- 积分:1
-
dvi解码输出后的数据处理,缓存后对数据进行灰度转换,采用64级灰度显示...
dvi解码输出后的数据处理,缓存后对数据进行灰度转换,采用64级灰度显示-the issue of the data from the dvi interface
- 2022-03-06 13:00:51下载
- 积分:1
-
simple Chinese chess game for the source code from C++ beginners learning
简单的中国象棋游戏源代码 适合从c++初学者学习-simple Chinese chess game for the source code from C++ beginners learning
- 2022-02-09 15:09:08下载
- 积分:1
-
This document information from the Pacific software program production, belongs...
本文档由太平洋软件资讯栏目制作,版权归太平洋软件资讯站 及文档作者所有。制作该文档的目的是为了方便广大网友。因此任何人都可以自由复制,或在网络中散布该文档。但不允许将该文档用于出版或其它商业用途,同时使用该文档的过程中,未经允许,不得对该文档进行修改及反编译。如有问题请与我们联系谢谢!-This document information from the Pacific software program production, belongs to the Pacific station and document software for all authors. The production of the document is designed to facilitate the broad masses of netizens. Thus anyone can freely copy, or in the network to spread the document. But the document does not allow for the publication or other commercial purposes, while the use of the documentation process, without a permit, shall not modify the document and decompile. If you have any questions please contact us Thank you!
- 2023-02-17 03:50:04下载
- 积分:1
-
动态规划算法中的最长公共子序列算法
动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
- 2022-02-01 10:14:28下载
- 积分: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
-
在 ns2 中 LEACH 协议
在网络仿真器 NS2,leach 协议用于群集节点。附件里附有程序代码。欢迎大家下载、试用。谢谢大家的支持!
- 2023-04-15 19:20:03下载
- 积分:1
-
利用ewb实现二倍频的电路
利用ewb实现二倍频的电路-Ewb realize the use of frequency-doubling of the Second Circuit
- 2022-01-27 14:50:38下载
- 积分:1
-
Ajax组件的另一个新的版本,所以ASP.NET发展的更好
另一新版ajax组件,让asp.net开发更加good-Another new version of ajax components, so that asp.net development of more good
- 2022-03-04 05:01:08下载
- 积分:1