-
tlc5615
tlc5615数模转换,三角波,方波,锯齿波,正弦波(tlc5615 function )
- 2013-03-28 16:10:51下载
- 积分:1
-
拉达克里希南信号分割算法,等。移植到C和C #
通过解剖,等人提出的算法,最初用于段测井在石油行业,已经被移植到C和C #。
- 2022-02-05 15:11:07下载
- 积分:1
-
gps,glonass双模定位daohang
gps,glonass双模定位,求解用户位置坐标,和接收机钟差(the gps, glonass dual-mode positioning)
- 2020-07-05 20:48:59下载
- 积分:1
-
秒表
说明: 秒表计时器,精确到00天、00时、00分、00秒、000毫秒(Stopwatch, accurate to day, hour, minute, second and millisecond)
- 2019-12-26 11:25:22下载
- 积分:1
-
迷宫问题
使用c++编写的迷宫小程序,欢迎指点,使用c++编写的迷宫小程序,欢迎指点
使用c++编写的迷宫小程序,欢迎指点
使用c++编写的迷宫小程序,欢迎指点
使用c++编写的迷宫小程序,欢迎指点
使用c++编写的迷宫小程序,欢迎指点
- 2022-05-16 18:15:26下载
- 积分:1
-
STM32F107 驱动DP83848使用LWIP进行网络通信,有详细注释
代码使用STM32F107驱动DP83848,使用LWIP实现网络通信,
- 2023-08-03 12:55:05下载
- 积分:1
-
LanChat
局域网聊天工具,网络编程课程作业,需要的下载(LAN chat tools, web programming course work, you need to download)
- 2010-12-10 03:26:35下载
- 积分: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
-
简单的工厂模式
这是一个简单的工厂模式,可以很容易地理解,并轻松融入项目中。
注意,这是简单的工厂模式而不是工厂模式!
- 2023-08-17 23:45:03下载
- 积分:1
-
OpenCV-Tutorial
说明: 本文简要回顾了OpenCV的发展,介绍了OpenCV的各种应用,并详细分析了其中一些应用的原理、算法和代码,最后还介绍了一些关于OpenCV的最新研究进展。(This paper reviews the development of OpenCV, OpenCV introduces a variety of applications, and application of a detailed analysis of some of the principles, algorithms and code, and finally describes some of the latest research on the progress of OpenCV.)
- 2011-03-06 11:42:00下载
- 积分:1