-
DepthBasics-WPF
利用Kinect for windows sdk,在visual studio环境下,实时观察深度图像,通过一个按钮可以提取当前灰度图像到指定路径(Kinect for windows SDK in visual studio environment, real-time observation of the depth image, a button can be extracted the current grayscale images to the specified path)
- 2013-05-10 15:21:31下载
- 积分:1
-
EMVTool
EMV TVR TSI解析工具,能够正确解析TVR和TSI信息,对金融POS开发者有帮助(EMV TVR TSI parser)
- 2015-11-03 13:44:43下载
- 积分:1
-
hello123445heng
非常好的matlab代码,欢迎下载分享学习!!!(this is a very good!!!!!!!!!)
- 2012-04-19 19:17: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
-
c#的入门教程, 共分三个部分,讲解很独到仔细的哦
c#的入门教程, 共分三个部分,讲解很独到仔细的哦-c# introductory tutorial is divided into three parts, on the very unique careful Oh
- 2022-07-19 06:18:06下载
- 积分:1
-
convanddft
一些VC++的数字信号处理程序,其中包括dft,fft,卷积的运算(conv and dft)
- 2009-04-08 13:24:27下载
- 积分:1
-
control
根据数据动态生成button按钮或者自定义控件,测试中生成五个label,分别点击不同的label,在panel中根据数据生成不同的button ,并且按照一定的规律进行排列(According to the data, the button button or custom control is generated dynamically. In the test, five labels are generated, and different buttons are generated by clicking on different labels. In the panel, different buttons are generated according to the data and arranged according to certain rules.)
- 2020-06-18 21:00:01下载
- 积分:1
-
IEEE_TO_FLOAT
说明: C语言程序,ieee标准格式转浮点型数字(c language, ieee to float)
- 2020-06-17 02:40:01下载
- 积分:1
-
123
用C语言实现的在屏幕显示I LOVE YOU ,其中将循环等各种语法用到了极致。(a instance to display "Ilove you")
- 2009-02-07 17:30:10下载
- 积分:1
-
cgmotion
fluent udf的动网格程序,实现了刚体和基于节点的运动(cg-motion grid motion)
- 2020-11-20 09:39:37下载
- 积分:1