-
SeaFloor
实现了海底地形三维显示,包括导入grd数据,旋转图形等功能(To achieve a three-dimensional seabed terrain display, including data import grd, rotate graphics and other functions)
- 2013-11-24 21:00:40下载
- 积分:1
-
NEW-LEACH-matlab.txt
对经典协议LEACH的改进版本,可以出图3个,对初学很有帮助,大家有兴趣的可以看看。(LEACH agreement on an improved version of the classic, you can plot three, very helpful for beginners, we are interested can look at.)
- 2014-01-20 17:22:06下载
- 积分:1
-
xcorr2
控制台程序,实现matlab中xcorr2()函数,实现二维相关运算(xcorr2())
- 2010-09-26 14:33:11下载
- 积分:1
-
Desktop
多径效应的时域表示实际上就是不同路径来的信号存在随机的时延差。对于抗其它扩频信号干扰性能,及抗多址干扰性能。我们这里考虑简单的情况,只考虑一个用户干扰的情况,说明其具有抗多址干扰性能就行。(Multipath effect is actually a time domain representation of the signal path to the existence of different random time delay difference. Other spread spectrum signal for the anti-interference performance, and anti-MAI performance. Here we consider the simplest case, considering only one user interference, indicating its performance with anti-multiple access interference on the line.)
- 2013-11-13 16:37:09下载
- 积分:1
-
9154269
学习WINDOWS网络编程入门的好资料,希望对初学网络编程的人有帮助()
- 2018-06-14 13:13:55下载
- 积分:1
-
Diary
AppWizard has created this Diary application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
(AppWizard has created this Diary application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.)
- 2008-12-07 12:21:47下载
- 积分:1
-
TCP客户端demo
TCP服务端接收客户端连接 TCP服务端发送和接收消息
- 2015-05-12下载
- 积分:1
-
Mastering C Sharp Database Programming
Mastering C Sharp Database Programming
- 2022-02-22 09:28:32下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
H265 分像素sad计算优化
采样C++实现分像素运算,并支持流水线硬件化实现。在实际项目中运用的代码
- 2022-06-14 14:48:55下载
- 积分:1