-
Peripheral_Examples
keil demo stm32 discovery
keil demo stm32 discovery
keil demo stm32 discovery
keil demo stm32 discovery
- 2013-12-16 06:48:47下载
- 积分:1
-
pthread_pool.tar
linux线程池的C简单示例,适合刚开始玩(C simple example linux thread pool for the beginning of play)
- 2015-10-14 16:33:42下载
- 积分: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
-
基于FDTD的并行电磁计算
基于FDTD算法
可编译成库
可用于并行计算
- 2023-04-02 00:30:04下载
- 积分:1
-
mfc_opencv-License-plate-recognition
vs2010环境下,在MFC中应用opencv实现的车牌识别程序(License plate recognition,in mfc use opencv)
- 2012-03-20 11:17:38下载
- 积分:1
-
TOST
STM32 USB HOST Library
- 2018-12-26 10:15:47下载
- 积分:1
-
MDI应用程序框架(含菜单合并,最近文件列表,子窗体排列,配置文件读写)...
MDI应用程序框架(含菜单合并,最近文件列表,子窗体排列,配置文件读写)-MDI Application Framework (including the combined menu, a list of recent documents, sub-arranged form, read and write configuration files)
- 2022-01-28 10:16:12下载
- 积分:1
-
2812 mcbsp配置成SPI模式 自发自收数据测试
将DSP2812的MCBSP 模块配置成SPI模式,进行自发自收测试,接受与发送函数都已经写好。
- 2022-02-24 20:25:18下载
- 积分:1
-
STM32F103C8 的 VirtualCOMPort(USB转串口)
STM32F103C8 的 VirtualCOMPort(USB转串口),希望对需要的有用。
- 2023-02-19 05:55:03下载
- 积分:1
-
Para.-Est.-and-Inv.-Problems
这是一本关于地球物理反演方法的经典著作《Parameter Estimation and Inverse Problems》,学地球物理的可以看看。(this book is for geophysics inverse problem base study. worth reading if you are a student of geophysics.)
- 2013-08-28 11:21:33下载
- 积分:1