-
lod_program_source
说明: 利用OpenGL实现的三维漫游,根据颜色由浅变深,使人产生立体感。(The use of OpenGL to achieve three-dimensional roaming, according to the color change from shallow depth, to create three-dimensional sense.)
- 2008-11-01 11:35:54下载
- 积分:1
-
based-OPNET-M_M_marrange-simulink
OPNET入门学习教程一基于OPNET的M_M_m队列仿真( about OPNET study programme-based OPNETM_M_m arrange simulink)
- 2011-12-20 21:13:46下载
- 积分:1
-
matlab-guide-to-finite-element
国外计算机经典教材,MATLAB有限元分析与应用。该书为中译本,详尽介绍了有限元分析的各种方法。(MATLAB guide to finite elements.)
- 2013-12-24 00:07:01下载
- 积分:1
-
algothim
主要讲述了c的一些应用程序及其在具体地方的应用(C described some of the major applications and applications in specific areas)
- 2010-09-11 10:49:11下载
- 积分:1
-
5.2a版本声子晶体2D案例
利用comsol有限元算法计算声子晶体及其传输特性的一个使用案例!(sonic_crystal_52a_presentation)
- 2020-11-26 08:59:31下载
- 积分:1
-
SVM+HOG
对图片采集HOG特征,然后通过SVM进行训练,已达到可以识别;此程序使用的VS2012+openCV来实现的。
- 2022-07-23 08:08:37下载
- 积分:1
-
labyrinth
迷宫问题c源代码,大小为8*8的迷宫。主函数中输入开始位置和结束位置的坐标,输出所有可能的路径(Maze c source code, size 8* 8 of the maze. Enter the start the main function of the coordinates of the position and end position, the output of all possible paths)
- 2010-12-19 23:31:36下载
- 积分:1
-
NVIDIA_CUDA_1
cuda资料,对于并行编程很有帮助!该资料描述了cuda的基本信息,以及重要的步骤,让您逐渐上手,轻松掌握cuda并行编程。(cuda information useful for parallel programming! The information describes the cuda s basic information, as well as an important step, so that gradually you get started, easy to master parallel programming cuda.)
- 2020-12-11 21:39:18下载
- 积分:1
-
例程1 跑马灯实验
stm32的跑马灯实验,让LED的等按顺序(Experiment of STM32 horse-running lamp)
- 2020-06-25 13:20:01下载
- 积分: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