-
5820-driver
ad5820芯片通过I2C控制VCM,驱动音圈电机运动(I2C for VCM)
- 2021-01-16 23:08:50下载
- 积分:1
-
opengl--skybox
用VC++和Opengl绘制的天空盒,非常适合学习opengl(With vc++ and Opengl rendering the sky box, very suitable for learning Opengl)
- 2020-07-02 05:40:02下载
- 积分:1
-
brezenham
Bresenham algorithm (realization was created by russian student)
- 2013-05-29 23:50:09下载
- 积分:1
-
BLDC_SENSORLESS_FOC_EXAMPLE_TLE987X
在infineon EPOWER 平台 TLE9879 实现无位置传感器 FOC 三相电机控制(infineon epower BLDC_SENSORLESS_FOC_EXAMPLE_TLE987X)
- 2020-11-17 15:19:41下载
- 积分: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
-
doeGaussianBlur
C# Class to do Gaussian Blur in image.
- 2011-12-10 10:33:52下载
- 积分:1
-
SHA1
SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1SHA1
- 2022-08-21 06:51:40下载
- 积分:1
-
ISO_14230_3_1999
ISO_14230_3_1999_道路车辆_诊断系统_关键词协议2000_第3部分_应用层。做诊断开发的童鞋应该能用得到。(ISO_14230_3_1999_ road vehicles _ diagnostic systems- Keyword protocol 2000_ _ Part 3 _ the application layer. The development of children' s shoes to make the diagnosis should be able to get.)
- 2013-08-21 21:15:39下载
- 积分:1
-
rtklib_2.4.2_bin
RTKLIB是日本东京海洋大学开发(Tokyo University of Marine Science and Technology)开发的一个开放源程序包,供标准与精确GNSS全球导航卫星系统应用。RTKLIB包括一个可移植的程序库和几个应用程序(AP)库。
RTKLIB的特点:
(1)支持标准的和精确的定位算法:GPS,GLONASS,QZSS准天顶卫星系统,北斗和SBAS
(2)支持多种定位模式与GNSS实时和后处理:单点,DGPS / DGNSS,动态的,静态的,移动基线,定点,PPP运动,PPP静态和PPP定点(RTKLIB is an open source package developed by Tokyo University of Marine Science and Technology in Tokyo, Japan, for standard and precise GNSS global navigation satellite system applications. RTKLIB includes a Portable Library and several application library (AP) libraries.
The characteristics of RTKLIB:
(1) support standard and accurate localization algorithms:
GPS, GLONASS, QZSS quasi zenith satellite systems, Beidou and SBAS
(2) support a variety of
Location mode and GNSS real time and post processing:
Single point, DGPS / DGNSS, dynamic, static, moving baseline, fixed point, PPP motion, PPP static and PPP fixed point)
- 2017-11-16 13:58:42下载
- 积分:1
-
C.Sharp.2.0.Practical.Guide.For.Programmers
说明: Creating.Custom.Net.Controls.With.C.Sharp
- 2019-01-24 03:05:48下载
- 积分:1