-
编写一个简单的http client程序,从某个服务器获取某些对象,要求记录发送和接收的数据。...
编写一个简单的http client程序,从某个服务器获取某些对象,要求记录发送和接收的数据。-Write a simple http client program, access to certain objects from a server to require records to send and receive data.
- 2022-09-01 03:20:02下载
- 积分:1
-
wmi编技术和控制远程进程,需要认证到相应的机器.
wmi编技术和控制远程进程,需要认证到相应的机器.-wmi compilation and control of remote process
- 2022-05-20 18:43:53下载
- 积分:1
-
Blog part of the solution code, sub
解决部分博客代码,次代码适用与各种博客,基本的开发流程也是如此-Blog part of the solution code, sub-code the application with a variety of blog, the development of the basic flow is also true
- 2022-03-15 15:51:59下载
- 积分:1
-
VC++ 串口调试精灵源代码
VC串口调试软件的源代码,还可以,挺好用(The source code of VC serial debug software)
- 2018-03-25 22:44:53下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1
-
83314539
说明: 实现了二进制卷积码的viterbi硬判,软判,以及穿孔卷积码(The viterbi hard, soft and perforated convolutional codes of binary convolutional codes are implemented.)
- 2019-04-02 06:16:02下载
- 积分:1
-
VC++编写的网络程序
小巧的端口扫描软件!
VC++编写的网络程序
小巧的端口扫描软件!-VC++ Prepared procedures for compact network port scanning software!
- 2022-07-25 14:13:42下载
- 积分:1
-
2013061506
用matlab/simulink中s函数实现VCO(S function implementation with VCO in simulink)
- 2013-06-15 10:35:26下载
- 积分:1
-
RSI Divergence
MT4平台的背离指标,会有声音报警提示。非常好用(MT4 platform deviation indicators, there will be sound alarm prompts. Very useful)
- 2020-06-22 17:20:02下载
- 积分:1
-
bpsk_Awagn_Rayleigh
说明: 实现了一个直接扩频系统,使用BPSK作为调制解调方法。并比较白噪声AWGN及瑞利衰落(rayleigh fading)环境下,误码率的影响。(There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performance is stored in BER_awgn.
5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file.
6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable.
7] Run the simulation.
To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray
>>semilogy([1:8],BER_awgn(1:8), g* )
hold on
semilogy([1:8],BER_ray(1:8), -.b* )
hold on
grid on )
- 2010-03-22 23:11:17下载
- 积分:1