-
LEACH-Protocol-in-OmnetPP.wsnlab.ir
LEACH Protocol in Omnet++.rar
- 2014-08-25 23:07:43下载
- 积分:1
-
56
ST分段控制的iOS,精选ios编程学习源码,很好的参考资料。(ST segment control of iOS, ios programming learning source selection, a good reference.)
- 2014-02-15 20:22:28下载
- 积分:1
-
DisHub v.0.2.0
VIDEO CHAT AND VOICE CHAT
- 2018-03-07 15:59:26下载
- 积分:1
-
stub测试桩函数库
【实例简介】stub测试桩函数库
- 2022-01-10 00:31:48下载
- 积分:1
-
mj.c.tar
Jacobi Method implementation
- 2010-06-12 04:05:24下载
- 积分:1
-
SMARTSRC
源码演示了如何读取S.M.A.R.T硬盘信息的方法,并且将读出的硬盘信息保存于一个INI文件中。(This is very simple program which communicates with the Hard drive to get the information using S.M.A.R.T. available within the hard drive. )
- 2009-05-02 20:11:00下载
- 积分:1
-
timer
为学习单片机的初学者提供定时器代码,希望能对这些人有所帮助(To learn microcontroller for beginners to provide the timer code, hoping to help these people
)
- 2015-05-29 15:11:34下载
- 积分:1
-
一个不错的排序软件,可作教学演示
一个不错的排序软件,可作教学演示-a good sequencing software for teaching demonstration
- 2022-03-22 00:01:25下载
- 积分:1
-
path
这个是我们大学的一个小学期作业,是完成关键路径的搜索(this is our university a primary period of operation is the completion of the Critical Path Search)
- 2007-07-08 01:12:49下载
- 积分:1
-
C# 集成paypal 支付 例子
C# 集成paypal 支付 例子
//Post back to either sandbox or live
string strSandbox = "https://www.sandbox.paypal.com/cgi-bin/webscr";
string strLive = "https://www.paypal.com/cgi-bin/webscr";
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(strSandbox);
//Set values for the request back
req.Method = "POST";
req.ContentType = "application/x-www-form-urlencoded";
byte[] param = Request.BinaryRead(HttpContext.Current.Request.ContentLength);
string strRequest = Encoding.ASCII.GetString(param);
string ipnPost = strRequest;
strRequest += "&cmd=_notify-validate";
- 2022-01-27 16:43:28下载
- 积分:1