-
MYFIRE
该例子演示了使用OPENGL创建蜡烛火焰的效果,包含完整源代码,使学习游戏中火焰粒子运动及爆炸粒子运动的好(The example demonstrates the use of OpenGL to create the effect of a candle flame, including complete source code, make learning games flame particle and particle explosion good Dongdong)
- 2020-07-10 12:08:55下载
- 积分:1
-
粒子群算法
还可以用呵呵呵额呵呵呵呵还可以用呵呵呵额呵呵呵呵还可以用呵呵呵额呵呵呵呵还可以用呵呵呵额呵呵呵呵还可以用呵呵呵额呵呵呵呵还可以用呵呵呵额呵呵呵呵
- 2022-08-06 15:12:28下载
- 积分:1
-
print
Basic program to print a text or a character for the basic learners..
- 2013-12-06 15:46:43下载
- 积分:1
-
各个程序集合压缩包
说明: 避障小车红外避障,超声波避障,寻光外加寻迹(Obstacle Avoidance Car Infrared Obstacle Avoidance, Ultrasound Obstacle Avoidance, Light Seeking and External Tracking)
- 2019-04-25 20:58:52下载
- 积分:1
-
遥控器源码
基于IAR平台来开发MSP430单片机,制作四旋翼遥控器的代码。(Based on IAR platform, MSP430 MCU is developed and the code of Four-rotor remote controller is made.)
- 2020-06-24 09:20:02下载
- 积分:1
-
chap4_1sim
基于全程快速微分器的PID控制matlab m文件仿真模型\作图(Based the full fast differentiator PID control matlab m file simulation models mapping)
- 2012-09-01 08:32:17下载
- 积分:1
-
C8051USB
这是一个基于C8051F340的SD读卡器
#include "F34x_MSD_Physical_Settings.h"
#include "F34x_MSD_CF_Basic_Functions.h"
#include
sbit Led1 = P2^2;
sbit Led2 = P2^3;
void CF_Port_Init();
//----------------------------------------------------------------------------
// Init_CF
//----------------------------------------------------------------------------
//
// This routine initializes the Compact Flash memory card
//
// Parameters :
// Return Value :
//----------------------------------------------------------------------------
char Init_CF()
{
xdata char result = Dtct_Card();
xdata unsigned int loop = 0;
xdata unsigned reinit = 0;
if (result == 1) return (CF_NO_CARD);
REINIT:
CF_RST = 1;
while(++loop);
- 2022-04-22 04:06:23下载
- 积分:1
-
手势跟踪与识别
基于OPENCV的手势跟踪识别,可以快速有效的跟踪人的手势9,有需要的同学可以自行下载修改,里面有详细的注释与实验的结果图。,实验的环境为vs2013+Opencv2.4.9,
- 2022-06-13 09:25:34下载
- 积分:1
-
基于cpu实现快速的sift提取,速度快,效率高!
分享用gpu实现的sift特征提取,下载的代码,需要调试就可以运行了!
- 2022-09-02 20:10:03下载
- 积分:1
-
adpcm
该算法是根据自适应差分脉冲编码调制原理编写的算法,该算法利用了语音信号样点间的相关性,并针对语音信号的非平稳特点,使用了自适应预测(The algorithm is based on principles of adaptive differential pulse code modulation written algorithm, which samples the voice signal using the correlation between, and for non-stationary characteristics of speech signal using an adaptive prediction)
- 2011-11-18 12:16:15下载
- 积分:1