-
nrf24l01发送程序
说明: nrf24l01发送程序,可以参考一下,stm32平台(NRF24L01 sending program, you can refer to STM32 platform)
- 2020-06-23 00:00:03下载
- 积分: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
-
zl
这是一个齿轮设计的软件,设计齿轮的参数全部动算出.(This is a gear design software, design parameters calculated move all the gear.)
- 2014-01-10 08:26:48下载
- 积分:1
-
PCF8591 DA
自己调试的,stm32控制PCF8591输出电压程序,可用运算放大电路调整输出范围,可用于输出检测电压的设备。(Self debugging, STM32 control PCF8591 output voltage procedures, operational amplifier circuit can be used to adjust the output range, can be used to output voltage detection equipment.)
- 2020-07-06 21:28:58下载
- 积分:1
-
appz
说明: C source code of drone software to enable easy calculation of formulaye integrals.
- 2020-05-04 07:31:49下载
- 积分:1
-
AGS
matlab dct-lms自适应算法仿真例子,该例子做了dct-lms和lms的比较,(Matlab DCT - LMS adaptive algorithm simulation example, the example has made the DCT - LMS and the comparison of LMS,)
- 2020-12-07 16:39:22下载
- 积分:1
-
c#实现了显示格式、隐式格式、CN格式数值模拟求解流体冷却一维板材
c#实现了显示格式、隐式格式、CN格式数值模拟求解流体冷却一维板材
- 2023-07-06 13:05:03下载
- 积分:1
-
k-means-clustering
用C语言程序通过先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。(C Programming Language by first randomly selected the K object as initial cluster centers. And then calculate the distance between each object and each seed cluster center, and assign each object to its nearest cluster center. Cluster centers, and the object assigned to them on behalf of a clustering. Once all the objects are assigned to each cluster cluster centers will be based on the existing object clustering is recalculated.)
- 2012-09-20 11:50:09下载
- 积分:1
-
histeq
用C语言编写MATLAB 函数, 主要用于DSP芯片上, 也可用于参考将C语言转换为汇编(Use the programming language C to write MATLAB function, histeq )
- 2014-12-17 12:24:48下载
- 积分:1
-
c语言链表实现的简单文件系统
用c语言实现的简单链表功能,可实现新建,编辑,浏览,删除等功能
- 2023-01-20 19:55:03下载
- 积分:1