-
CCSv5.2-and-SEED-XDS560-emulation--
使用TI CCSv5.2和SEED-XDS560v2PLUS仿真C6000芯片之基于8127平台,具体操作步骤。(Use TI CCSv5.2 and SEED-XDS560v2PLUS C6000 chip emulation of 8127-based platforms, concrete steps.)
- 2015-06-16 18:47:55下载
- 积分:1
-
smart-car-design-.zip
基于单片机的多功能智能小车设计论文(电路+程序+论文)(Microcontroller-based multifunction smart car design paper (the circuit the+ program+ paper))
- 2012-10-27 10:00:05下载
- 积分:1
-
keyboard-
键盘程序,能控制云台和球机的上下、左右、变倍等功能(Keyboard program that can control PTZ and dome up and down, left and right, zoom and other functions)
- 2014-02-18 16:06:44下载
- 积分:1
-
LED-3D-POV
stm32的3d led旋转显示器
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
}(stm32 LED 3D POV
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
})
- 2020-12-23 12:29:08下载
- 积分:1
-
LABjs-2.0.3
LABjs 的核心是 LAB(Loading and Blocking):Loading 指异步并行加载,Blocking 是指同步等待执行。LABjs 通过优雅的语法(script 和 wait)实现了这两大特性,核心价值是性能优化。LABjs 是一个文件加载器。(LABjs lets you load pretty much any script file, whether you control it or not, with no intrusion or convention for dependencies, other than the order and blocking that you define. It keeps track of what you ve asked for and what has downloaded, and lets you only define a handler once for a group of scripts that will execute together in parallel. The API style (with chaining) makes is very easy to convert a set of script tags in your page into code to load them, without having to worry that race conditions will cause issues for scripts loading in the wrong order if there are explicit dependencies involved.)
- 2014-01-09 15:15:47下载
- 积分:1
-
BMKGLED
数字开关测试的源程序,非常适合新51单片机的新手入门的学习。(Digital switch test source program, very suitable for novice start learning new 51 single-chip microcomputer.)
- 2012-08-07 13:53:47下载
- 积分:1
-
CardTool-
ACR38智能读卡器测试用:芯片IC卡等(ACR38 Smart Card Reader test: IC card, etc.)
- 2020-12-04 08:49:25下载
- 积分:1
-
suanfa
打孔机主要用于在制造印刷线路板流程中的打孔作业。本问题旨在提高某类打孔机的生产效能。
打孔机的生产效能主要取决于以下几方面:(1)单个过孔的钻孔作业时间,这是由生(this is a new suan fa ofaa)
- 2012-08-25 16:18:21下载
- 积分:1
-
ATT7053_soft_V0.1
电能计量芯片ATT7053的读写程序。用于8051单片机完成的。利用C语言完成的。可以用于新国标表的开发。(Energy Metering IC ATT7053 reading and writing program. For 8051 completion. The use of C-complete. Can be used for the development of a new national standard form.)
- 2009-12-28 18:08:59下载
- 积分:1
-
自创简易示波器
说明: 简易示波器双通道,tim adc dma(Simple oscilloscope dual channel, Tim ADC DMA)
- 2019-04-02 16:55:10下载
- 积分:1