-
mom
矩量法仿真电磁辐射和散射的源代码(c++) (Moment Method Simulation of electromagnetic radiation and scattering of the source code (c++))
- 2021-03-20 23:59:18下载
- 积分:1
-
读取DEM文件渲染出三维地形 Terrain3D
基于C++,通过读取DEM文件(本文件中自带有DEM文件和相关纹理),采用OpenGL渲染出三维地形。下载之后使用方法可看说明,也可以阅读源码进行学习(Based on C++, by reading the DEM file (the file comes with DEM files and related textures), using OpenGL rendering of three-dimensional terrain. After downloading, you can use the method to read the instructions, and you can also read the source code to study)
- 2020-07-29 00:58:43下载
- 积分:1
-
myimg_jpg_gif5623
jpg,gif浏览器 编译成功(jpg, gif browser compiler success)
- 2004-10-18 13:51:56下载
- 积分:1
-
worih
A very good general interface, has a very good practical value, worth studying
- 2018-12-22 01:28:00下载
- 积分:1
-
MATLAB
说明: matlab教程基础功能学习,适合初学者,简单清晰(matlab)
- 2010-04-29 10:07:54下载
- 积分: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
-
SelectSort
选择排序的实现,是一种基本的排序方法,但是时间复杂度相对较大。(Select Sort realization, is sort of a basic, but relatively large time complexity.)
- 2012-09-27 22:38:22下载
- 积分:1
-
kalmafiltering
关于扩展卡尔曼滤波的MATLAB程序 其目标是跟踪移动物体进行定位(Multi-sensor optimal information fusion Kalman filters with applications)
- 2009-09-06 09:40:18下载
- 积分:1
-
WarKey
c#写的war3改键程序 是学习全局钩子的好例子(write c# war3 change key program is a good example of learning global hook)
- 2013-05-12 12:51:33下载
- 积分:1
-
dynamics-simulation
这是一个对动力学模型进行仿真的代码,可以得出动力学仿真图像(dynamics simulation )
- 2013-05-30 20:32:59下载
- 积分:1