-
WSN_localization_simulator
Light weight WSN simulator with attacks and defences.
- 2017-11-01 03:49:02下载
- 积分:1
-
ARM-Linux开发详解
说明: 嵌入式LINUX开发详解,指令嵌入式linux开发很好的书籍。(embeded linux develop good book,)
- 2019-03-06 19:34:27下载
- 积分:1
-
智能采光器
采用光照传感器,型号为BH1750,通过IIC协议将采集到的数据以单片机传送到液晶屏12864上。适合毕业设计类的学习。
- 2022-10-11 13:10:03下载
- 积分:1
-
解析hex文件
对于labview编程者来说,需要解析hex文件需要额外翻查许多资料,本程序为labview程序,用来解析hex文件(labview program anlysis hex file)
- 2020-06-18 00:20:01下载
- 积分:1
-
Irrlicht_bc
irrlicht BorlandC++重制版本
irrlicht是一个轻量级3D游戏引擎,原本不支持Borland C++,本人重新修改,让其支持。并可以在C++ Builder中使用(irrlicht BorlandC++ reproduce irrlicht is a lightweight version of 3D game engine, the original did not support the Borland C++, I re-modified to support. And can be completed in C++ Builder use)
- 2008-03-10 09:35:10下载
- 积分:1
-
sar影像小波去噪
说明: 雷达遥感图像的小波去噪程序,可有效去除噪声(radar remote sensing image wavelet denoising procedures, which can effectively remove noise)
- 2005-10-19 20:02:39下载
- 积分:1
-
observe
视频采集 matlab仿真 这个程序可以参考参考 个人觉得不错(Video capture)
- 2012-05-11 08:21:16下载
- 积分:1
-
基于mcp2515CAN总线发送源程序
基于51单片机实现简单的CAN总线发送程序,
- 2022-02-01 07:02:00下载
- 积分:1
-
Constant_Voltage_Sourse
暑假做的直流电源的程序,能实现分级调控输出,并在数码管显示(summer of DC power to do the procedures, able to export control classification, and the LED display)
- 2006-12-24 13:49:27下载
- 积分:1
-
拳王八神技能实现
win32编程实现拳王八神的技能释放
//API GDI OpenGL
//-------------------------------------------【包含头文件】--------------------------------------
//描述:包含程序所依赖的头文件
//------------------------------------------------------------------------------------------------
#include
#pragma comment(lib,"winmm.lib") //音乐2步:1.包含库文件
#pragma comment(lib,"Msimg32.lib")
#define WINDOW_TITLE L"八神"
#define WINDOW_CLASS L"为了所有人的IT梦!"
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
//全局变量
HDC g_hdc = NULL, g_memdc = NULL, g_bufdc = NULL; //全局设备环境句柄
HBITMAP g_hBKBitmap = NULL,g_hBSBitmap = NULL,g_hSkillbmp = NULL;//背景位图
int g_iNum = 0;//标记我们的帧图像的张数
int g_tPre = 0,g_tNow = 0;
int g_flag = 0;
void Game_Paint(HWND hwnd);
BOOL Game_Init(HWND hwnd);
LRESULT CALLBACK WndProc(HWND hwnd, UINT message,WPARAM wParam, LPARAM lParam);
//------------------------------------------【WinMain()函数】-------------------------------------
//描述:Wind
- 2022-02-12 05:32:13下载
- 积分:1