-
ACE-Lock(ACE_Task_Base)
ACE线程管理机制-并发控制和基于ACE实现的一个内存池(Thread management mechanism ACE- ACE-based concurrency control and achieve a memory pool)
- 2013-11-03 22:41:58下载
- 积分:1
-
ShowTime
这是一个evc制作的显示时间的软件,在wince平台可以运行,修改。
(This is a evc show time software, with wince platform can run, modify.
)
- 2016-05-30 18:20:33下载
- 积分:1
-
ROT13Encrypt
一个很好的使用 ROT13 算法加密和解密数据的算法(A good algorithm using ROT13 algorithm to encrypt and decrypt data)
- 2013-09-09 15:34:05下载
- 积分:1
-
Ext-2
可以在程式畫面上任意畫圖寫字並且可清除再任意使用(Can any drawing program screens and write and to clear any longer use)
- 2012-09-02 17:38:10下载
- 积分:1
-
UCOSII实验1-1-任务调度
本实验将实现如下功能:本章我们在UCOSII里面创建3个任务:开始任务、LED0任务和LED1任务,开始任务用于创建其他(LED0和LED1)任务,之后挂起;LED0任务用于控制DS0的亮灭,DS0每秒钟亮80ms;LED1任务用于控制DS1的亮灭,DS1亮300ms,灭300ms,依次循环。(This experiment will achieve the following functions: in UCOSII, we create three tasks: start task, LED 0 task and LED 1 task, start task for creating other tasks (LED 0 and LED 1), then hang up; LED 0 task for controlling the brightness of DS0, DS0 80 ms per second; LED 1 task for controlling the brightness of DS1, DS1 300 ms. 300 ms, cycle in turn.)
- 2020-06-24 05:40:02下载
- 积分:1
-
PIC CCP例
#include
#define uchar unsigned char
#define uint unsigned int
__CONFIG(0x3B31);
uint CCPDE;
const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void delay(uint x)
{
uint j,i;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
uchar temp;
void init();
void display();
void xianshi(uchar num1,uchar num2,uchar num3,uchar num4);
void main()
{
uchar a1=0,a2=0,a3=0,a4=0;
init();
while(1)
{
a1=CCPDE/1000;
a2=CCPDE%1000/100;
a3=CCPDE%100/10;
a4=CCPDE%10;
xianshi(a4,a3,a2,a1);
}
}
void init()
{
TRISB=0X00;
PORTB=0x06;
TRISC=0x0f;
CCP1IE=1;
T1CON=0X01;
CCP
- 2022-12-15 00:15:03下载
- 积分:1
-
nanflash
NANFLASH读写程序,keil开发环境。(NANFLASH read and write procedures, keil development environment.)
- 2009-07-14 16:05:43下载
- 积分:1
-
chexingshibie
说明: 一种用于图像目标识别的神经网络及其车型识别应用(A target for image recognition neural network and its application of models to identify)
- 2008-10-31 19:48:19下载
- 积分:1
-
src
EMD(经验模态分解)的C语言实现程序,调试后可用(EMD (EMD) of the C language program)
- 2011-06-09 17:29:00下载
- 积分:1
-
XIYIJJI
51MCU简单洗衣机控制电路,带PROTUES仿真文件(51MCU simple washing machine control circuit simulation files with PROTUES)
- 2011-12-01 11:41:19下载
- 积分:1