-
LexicalAnalyzerByGGspeed
用Flex自动生成的词法分析器源码,内附所有源文件和使用说明(Automatically generated by Flex lexical analyzer source, containing all the source files and use)
- 2009-06-09 00:02:20下载
- 积分:1
-
S3C2416-manual---Chinese
S3C2416芯片手册-中文不完整版
S3C2416 chip manual - incomplete in Chinese version(S3C2416 chip manual- incomplete in Chinese version)
- 2014-08-28 10:54:27下载
- 积分:1
-
Image_Restoration
Image restoration using inverse filter
- 2015-01-12 13:31:04下载
- 积分: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
-
STC15W单片机oled显示ds18b20温度值
IAP15W4K58S4单片机oled显示ds18b20温度值,SSD1306,6引脚OLED,SPI通信方式
- 2022-10-07 07:05:03下载
- 积分:1
-
Expert-C-programming
C语言的经典之作,C专家,学习编程的必读制作,大家一起拜读吧!!!(Classic C language, C expert, required reading for learning programming production, with everyone having read it! ! !)
- 2012-08-28 09:47:19下载
- 积分:1
-
ourdev_711996NZMV69
实现LCD12232的点阵显示功能。这是在网络上发现比较好的,发布出来共享(It can let LCD12232 display it s record.It is found on net , for sharing.)
- 2014-11-28 10:42:37下载
- 积分:1
-
tzunnw33
通过对WLAN无线局域网安全的现状分析,结合其自身实际工程经验()
- 2018-02-20 15:42:45下载
- 积分:1
-
xyz.zip
MATLAB计算程序,计算符合预测。包括技部分。(Ahfsdafadskflagklhdashdaadfafdadsadsfdasfadk)
- 2009-04-26 20:05:45下载
- 积分:1
-
uCOS-II
我自己移植的ucos-iiv2.90
绝对原创!
能在c8051f上运行(I transplanted ucos-iiv2.90)
- 2011-08-01 16:55:44下载
- 积分:1