-
controlling_lock_keys_demo_sdi
控制CAPSLOCK, NUMLOCK, SCRLOCK键的程序(The Example of controling CAPSLOCK, NUMLOCK, SCRLOCK)
- 2020-06-30 22:00:02下载
- 积分:1
-
lightflow_blockmatch_DEW
数字视频处理(光流法、块匹配、视差运动估计和DEW水印嵌入和提取)的例子,整合到一个程序中了。(Digital video processing (optical flow method, block matching motion estimation and disparity DEW watermark embedding and extraction) examples, integrated into a program in it.)
- 2014-05-01 16:38:30下载
- 积分:1
-
080718-11
国外平衡车的程序,烧录文件,包含图纸和印刷电路图(Balanced car abroad program, burning documents, including drawings and printed circuit)
- 2013-04-07 11:17:27下载
- 积分:1
-
gridctrl_demo225
gridctrl很使用强大,界面编程,很强大(GRIDCTRL is very powerful and interface programming)
- 2017-08-29 21:38:01下载
- 积分:1
-
24点游戏设计
说明: 24点游戏的关键代码和流程图,适合新手进行学习(Key Codes and Flow Charts for the 24-Point Game)
- 2019-01-09 08:33:15下载
- 积分:1
-
PIC8单片机ADC应用
#include
volatile unsigned char adresult;
void ADC_Sample(unsigned char adch);
void DelayXms(unsigned char x);
#define _DEBUG //调试程序用
/**********************************************************
函数名称:AD_Sample
函数功能:AD检测
入口参数:adch - 检测通道
出口参数:无
备 注:采样通道需自行设置为模拟口
采样10次,取中间八次的平均值为采样结果存于adresult中
**********************************************************/
void ADC_Sample(unsigned char adch)
{
static unsigned int adsum = 0;
static unsigned char admin = 0,admax = 0;
static unsigned char adtimes = 0;
ADCON1 = 0; //左对齐
ADCON0 = 0X41 | (adch
- 2022-01-25 15:00:46下载
- 积分:1
-
STM32F单片机作为ADS1256与PC间通信的中转(SPI转USB)
通过STM32F单片机使用的SPI协议,使得ADS1256可与电脑通信。
- 2022-08-26 14:20:32下载
- 积分:1
-
PID-and-MATLAB-simulation-
先进PID控制及其MATLAB仿真(刘金锟)(Advanced PID control and MATLAB simulation (Liu Jinkun))
- 2014-09-03 10:38:49下载
- 积分:1
-
OutputWord
实现热键截图的功能,把截到的图片保存到制定的文件夹中,然后把图片输出到报表中,形成报表!(Achieve hotkey screenshot function, the cut-off to save the picture to develop a folder, and then the picture output in the report, the formation of statements!)
- 2013-10-18 18:10:43下载
- 积分:1
-
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!...
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!-The method is explained in detail the various principles of the collision as well as the opengl application for a collision!
- 2023-09-01 23:05:04下载
- 积分:1