-
Progress
基于MFC做的进度条小程序,VC6.0编译通过(MFC-based progress bar to do a small program, VC6.0 compiled by)
- 2013-09-16 15:17:37下载
- 积分:1
-
XC878mokuai
这是针对XC878单片机的各模块的程序,包含有LCD,UART,AD,DA以及七段数码管等。适合移植和学习。(It is for each module XC878 microcontroller program includes LCD, UART, AD, DA, and seven-segment digital tubes. Suitable for transplant and learning.)
- 2021-03-23 21:59:15下载
- 积分:1
-
FlappyBird2
大致思路说说,就是在外部SRAM里面做了一个大数组[320][240]做了一帧缓冲,所有屏幕相关操作都是在这一帧上面实现的,使用DMA直接丢数据到FSMC接口上,比I/O快多了,然后就是资源的去背问题,所有的图片都是我从手机版上面截图下来的,然后背景色都是0X4DF9,然后因为jpg转换软件的关系,蓝色的背景色会有偏差所以直接判断把0x4df9不显示不可行,后来想到可以用RGB颜色来入手,虽然不是0x4df9但是还是蓝色,所以蓝色分量肯定比红色多,所以做了一个阈值判断(Roughly speaking, a large array [320] [240] is made in the external SRAM to do a frame buffer. All screen-related operations are implemented on this frame. Using DMA to drop data directly to the FSMC interface is much faster than I/O. Then it is the problem of resource backtracking. All the pictures are taken from the top of the mobile version, and then the background color is 0X4DF9. Later, because of the relationship between JPG conversion software, the blue background color will be biased, so it is not feasible to directly judge that 0x4df9 is not displayed. Later, I thought that RGB color can be used to start with. Although it is not 0x4df9, it is still blue, so the blue component must be more than red, so I made a threshold judgment, and then it is the transition between scene and scene.)
- 2019-06-17 12:06:28下载
- 积分:1
-
Desktop
基于MATLAB GUI数字滤波器的设计
(1)要有人机交互界面。
(2)可实现IIR低通、IIR带通、FIR低通、FIR带通类型的数字滤波器。
(3)设计的滤波器可以显示幅频响应曲线等图形,便于对此滤波器进行性能分析。(MATLAB digital filter)
- 2017-06-11 22:42:08下载
- 积分:1
-
ESRI.ArcGIS.TOCControl
arcgis toc control 引用dll,用于实现图层管理的工具。(the tools of toc in arcgis engine 9.2 and 9.3)
- 2012-01-09 13:39:11下载
- 积分:1
-
Windows_Rootkit
学习rootkit很有用的资料,对于在windows下学习rootkit很有帮助(Learning rootkit useful information, for learning in the windows rootkit helpful)
- 2012-01-29 18:06:04下载
- 积分:1
-
Hook_technology_HOOK_programming_in_VC_application
说明: 钩子技术、HOOK技术在VC编程中的应用(Hook technology, HOOK programming in VC application)
- 2010-03-27 10:34:27下载
- 积分:1
-
main
智能车程序,可以实现循迹功能并且速度较快。(Intelligent Vehicle program, you can achieve the tracking functionality and faster.)
- 2010-03-13 14:23:42下载
- 积分:1
-
msp430f5529时钟配置
msp430f5529时钟配置
关于DCO.FLL.ACLK,SMCLK,MCLK
#include
//设置内核电压 以匹配不同频率
void SetVcoreUp (unsigned int level)
{
PMMCTL0_H = PMMPW_H;// Open PMM registers for write
SVSMHCTL = SVSHE + SVSHRVL0 * level + SVMHE + SVSMHRRL0 * level; // Set SVS/SVM high side new level
SVSMLCTL = SVSLE + SVMLE + SVSMLRRL0 * level; // Set SVM low side to new level
while ((PMMIFG & SVSMLDLYIFG) == 0); // Wait till SVM is settled
PMMIFG &= ~(SVMLVLRIFG + SVMLIFG); // Clear alre
- 2022-03-25 04:41:16下载
- 积分:1
-
电源设计培训资料
说明: 电力电子:开关电源的设计,主要包含变压器的设计,DCDC设计,逆变器设计(Power electronics: Design of switching power supply, mainly including transformer design, DCDC design, inverter design)
- 2020-04-08 21:33:40下载
- 积分:1