-
3DSPMAXPmoxing
对于很多的模型,很难深刻的导入进去,3DS+MAX模型在OPENGL中的读取与重现(For many models, it is difficult to import into a deep, 3DS+MAX model OPENGL read and reproduce in)
- 2013-09-14 11:47:55下载
- 积分: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
-
20110215_13882692_0
Introduction of Programmable controllers
- 2011-02-26 14:14:55下载
- 积分:1
-
PM_Sensorless_CLA_F2803x_cai
基于TI 28035 芯片的永磁同步电机无位置传感电机驱动程序,其中电机驱动算法放到CLA协处理器中执行,适合于双电机控制.(TI 28035 chip-based permanent magnet synchronous motor position sensing motor driver, motor drive algorithm on the CLA coprocessor suitable for dual motor control.)
- 2020-11-25 14:39:32下载
- 积分:1
-
We
说明: 从网络检索出有用的数据汇总在一起显示出来,只是一点简单的功能。(Useful data retrieved from the network bundled out just a little simple function.)
- 2012-09-19 11:23:54下载
- 积分:1
-
SM2算法C实现
关于国密算法SM2算法的C语言实现,实现平台是基于Ubuntu-16.04下x64实现,也许代码有不完善的地方,还请多多指教!共同探讨不足之处!
- 2023-07-22 16:55:03下载
- 积分:1
-
MPU6050使用单片机MSP430
使用MSP430控制MPU6050进行姿态角的解算,并显示出来。
- 2022-08-12 07:27:24下载
- 积分:1
-
C# 启动和关闭无窗体定时器
C# 启动和关闭无窗体定时器,单击窗体上对应的按钮,即可完成无窗体定时器的启动和关闭功能,核心代码为:
private void button1_Click(object sender, EventArgs e)
{//启动无窗体定时器
var MyClass = new MyThreadClass();
MyTimer = new System.Threading.Timer(MyClass.MyCallBackMethod, MyClass, 5000, 2000);
}
private void button2_Click(object sender, EventArgs e)
{//关闭无窗体定时器
MyTimer.Dispose();
}
- 2022-04-09 03:53:39下载
- 积分:1
-
SEP
SEP协议的源代码,真实有效可靠,可以直接用于MATLAB软件仿真模拟。(The SEP protocol source code, real effective and reliable, and can be used directly in MATLAB software simulation.)
- 2013-04-11 10:22:40下载
- 积分:1
-
红外遥控模拟仿真以及程序
红外遥控模拟仿真以及程序,基于ATc52单片机和1602液晶显示屏,包括红外遥感的发射接收仿真程序都有。红外遥控模拟仿真以及程序,基于ATc52单片机和1602液晶显示屏,包括红外遥感的发射接收仿真程序都有。红外遥控模拟仿真以及程序,基于ATc52单片机和1602液晶显示屏,包括红外遥感的发射接收仿真程序都有。
- 2022-10-21 00:40:03下载
- 积分:1