-
查看主机的接口,并显示接入设备名称,序列号,厂家等信息...
查看主机的接口,并显示接入设备名称,序列号,厂家等信息-Show host interface, and display the access equipment name, serial number, manufacturer information, etc.
- 2023-05-09 00:40:02下载
- 积分:1
-
RayleighChan
然后利用Linear或DFT插植 RayleighChan %在同一个符号中选择子载波作导频%通道: awgn 信道下,的士,到来,途中,停车%仅在Taxi1部分给出详细注释由于各部分大同小异%所有的信道仅对ChannelAeroT1做了详细的注释注意 %! = 由于后期经过修改,程序中,NumSubc指的事载有信息的子载波数,%而NumSubc+Numpps为子载波总数,其中Numpps为导频数(需为128的约数加1)%修改纪录:(1) 2008年-01-21%将SNR步进改为2dB%(2) 2008年-02-28 $$$ 1提供的减轻ICI和噪声的方法启用标志sigLp
- 2023-08-08 05:20:03下载
- 积分:1
-
文本语音转换示例
文本语音转换示例-text-to-speech conversion Example
- 2022-04-19 06:35:56下载
- 积分:1
-
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。...
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。
- 2022-02-03 18:17:26下载
- 积分:1
-
Describe Describe Describe Describe
Describe Describe Describe-Describe Describe Describe Describe
- 2022-04-26 13:22:57下载
- 积分:1
-
视觉基本源代码
Source Code for Visual Basic
- 2023-07-19 06:10:03下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
[原創][c++][winsock] 簡單的訊息、檔案網路傳輸範例程式[client-server]
资源描述
[原創證明]:Ending分享於codeForge
一個簡單的網路傳輸範例程式
由client端輸入指令來控制檔案傳輸
====使用方法====
先設定server端:
可任意輸入server的port number
server開啟接聽埠
client端:
輸入server的ip及port number
連線成功即可開始傳輸
輸入HELP可以查看指令
=============
編譯前要確定Linker有加上-lws2_32
祝您玩的愉快^^
- 2023-04-29 03:30:05下载
- 积分:1
-
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测...
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : a partition method (the method when the use of recursive array, which makes the recursive stack into many of the data, consume much space, the number of tested not more than 70, based in Visibility terms procedures, the use of space is also necessary!)
- 2023-08-13 21:00:03下载
- 积分:1
-
one of the JAVA curricula design,including the basic functions of calculator and...
JAVA课程设计之一,有计算器的基本实现和基本的JAVA WINDOWS程序源码-one of the JAVA curricula design,including the basic functions of calculator and the basic source code of JAVA WINDOWS.
- 2023-05-03 09:25:03下载
- 积分:1