-
nRF24L01-p2p-application
nRF24L01点对点跳频技术应用,关于射频2.4G无线通信的应用(nRF24L01 point hopping technology applications)
- 2013-08-31 10:40:10下载
- 积分:1
-
code
The RAMDISK is made to look like a hard drive. Consequently, the class
is "hdc". The class install section points the section containing
Registry entries for the class. On many machines, this is already
present.
- 2010-06-11 21:36:43下载
- 积分:1
-
经典的100个c算法
Classic 100 C language algorithms
- 2020-06-18 14:00:02下载
- 积分:1
-
disk
租借光盘系统sql 做数据库系统的有福啦,mfc做的(disk mangement system)
- 2012-11-21 11:20:12下载
- 积分:1
-
Reference-code
ST7706收音处理程序,包含功能有:自动搜台,自动存储,浏览,播放预存台等。(ST7706 radio processing program includes features include: automatic station search, automatic storage, browsing, playing stored Taiwan.)
- 2014-04-19 11:32:32下载
- 积分:1
-
Eight-Digital
说明: 八数码 对任意数字序列重新排序 高级散列函数 MFC基础编程(Eight Digital
Reorder the sequence of any number
Senior hash function
MFC based programming)
- 2011-04-11 16:31:59下载
- 积分:1
-
C#实现串口收发
采用C#实现串口收发功能,可自动识别电脑的串口号,手动发送,自动接收,并显示在文本框中。
- 2022-06-17 19:10:33下载
- 积分:1
-
BK5823唤醒校正说明
说明: BK5823编程说明(BEKEN BK5823)
- 2019-10-18 15:20:26下载
- 积分:1
-
IOS开发音频播放器
IOS开发音频播放器,免费,框架,代码,全部实现
- 2022-03-22 22:21:32下载
- 积分: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