-
NCRR
运用网络编码技术改进的无线路由协议,可以实现做大的吞吐量,实现节能功能(Using network coding technique to improve wireless routing protocol, can achieve big throughput, achieve energy saving function)
- 2014-12-17 20:21:46下载
- 积分:1
-
1
一个解决除法溢出的例子,可以学习到很多,注释很详细(A solution to the division overflow example, you can learn a lot, very detailed notes)
- 2013-12-24 09:19:13下载
- 积分:1
-
LCD1602
LCD应用显示keil编写非常实用的C程序(LCD display keil prepared very practical application of C-program)
- 2009-09-19 22:54:10下载
- 积分:1
-
dpcore
Dynamic Programming improvement code
- 2012-10-18 02:35:15下载
- 积分:1
-
siwive-all-book
siwive全介绍 读完这个就拿下siwave了。(siwave all )
- 2013-01-03 17:58:14下载
- 积分:1
-
MSP-FET430P140CDemos
TI公司16位单片机msp430的14系列的开发demo,很有价值。(TI MCU Controller 16 of the 14 series of demo development and of great value.)
- 2006-08-24 23:58:34下载
- 积分:1
-
20036127002
反密法在数值计算中的地位就不用我来一一列举了,此程序就可以轻易的使其实现。(anti-secret numerical calculation method in the position I would not have to list them one by one, this procedure can easily achieve it.)
- 2006-11-24 18:26:46下载
- 积分:1
-
分享Vector3.cs类
分享System/Numerics/Vector3.cs类,没啥好描述的,凑个字数。
- 2023-05-04 15:45:03下载
- 积分:1
-
page navigation and location
通过事务查询,连接access数据库,完成页面导航功能(page navigation and location)
- 2018-05-10 23:17:38下载
- 积分:1
-
linux下c++socket编程
阻塞函数在完成其指定的任务以前不允许程序调用另一个函数。例如,程序执行一个读数据的函数调用时,在此函数完成读操作以前将不会执行下一程序语句。当服务器运行到accept语句时,而没有客户连接服务请求到来,服务器就会停止在accept语句上等待连接服务请求的到来。这种情况称为阻塞(blocking)。而非阻塞操作则可以立即完成。比如,如果你希望服务器仅仅注意检查是否有客户在等待连接,有就接受连接,否则就继续做其他事情,则可以通过将Socket设置为非阻塞方式来实现。非阻塞socket在没有客户在等待时就使accept调用立即返回
- 2022-09-27 22:15:03下载
- 积分:1