登录
首页 » Visual C++ » CC

CC

于 2011-09-10 发布 文件大小:243KB
0 187
下载积分: 1 下载次数: 0

代码说明:

说明:  飞思卡尔智能车光电组核心代码,该队伍获得全国一等奖程序通过算法实现小车的循黑线,运用PID算法控制速度与舵机转弯。传感器方面运用一排红外管和一排激光管实现快速精确识别。(Freescale s intelligent optical core set of code car, the team won the national award program through the car through the algorithm black line, using PID algorithm controls the speed and steering turn. The use of a row of infrared sensors in a row of laser tubes and precision tubes for fast identification )

文件列表:

CC
..\bin
..\...\Project.abs,173607,2010-02-27
..\...\Project.abs.glo,10100,2010-02-27
..\...\Project.abs.s19,10000,2010-02-27
..\...\Project.map,129548,2010-02-27
..\...\Project.xpr,675,2010-02-27
..\CC.mcp,59235,2010-02-24
..\CC_Data
..\.......\CWSettingsWindows.stg,4283,2010-02-27
..\.......\Standard
..\.......\........\ObjectCode
..\.......\........\..........\datapage.c.o,14145,2010-02-24
..\.......\........\..........\main.c.o,73286,2010-02-27
..\.......\........\..........\MC9S12XS128.c.o,136788,2010-02-24
..\.......\........\..........\Start12.c.o,5809,2010-02-24
..\.......\........\TargetDataWindows.tdt,622882,2010-02-27
..\cmd
..\...\Full_Chip_Simulation_Postload.cmd,59,2010-02-24
..\...\Full_Chip_Simulation_Preload.cmd,60,2010-02-24
..\...\Full_Chip_Simulation_Reset.cmd,60,2010-02-24
..\...\Full_Chip_Simulation_SetCPU.cmd,59,2010-02-24
..\...\Full_Chip_Simulation_Startup.cmd,59,2010-02-24
..\...\TBDML_Erase_unsecure_hcs12xe.cmd,1514,2010-02-23
..\...\TBDML_Postload.cmd,59,2010-02-23
..\...\TBDML_Preload.cmd,60,2010-02-23
..\...\TBDML_Reset.cmd,60,2010-02-23
..\...\TBDML_Startup.cmd,59,2010-02-23
..\...\TBDML_Vppoff.cmd,77,2010-02-23
..\...\TBDML_Vppon.cmd,78,2010-02-23
..\C_Layout.hwl,855,2010-02-23
..\Default.mem,161,2004-06-15
..\Full_Chip_Simulation.ini,1026,2010-02-24
..\prm
..\...\burner.bbl,10141,2010-02-23
..\...\Project.prm,5991,2010-02-24
..\Sources
..\.......\datapage.c,68294,2010-02-23
..\.......\derivative.h,262,2010-02-23
..\.......\main.c,35566,2010-02-27
..\.......\sci.h,6333,2010-02-24
..\.......\Start12.c,22963,2010-02-23
..\TBDML.ini,2846,2010-02-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • old6
    说明:  独居老人监控系统 使用80c51f020编程 具体的使用方法和接口,里面有(Elderly people living alone monitoring system using 80c51f020 programming methods and the use of specific interfaces, which has)
    2011-03-24 19:07:28下载
    积分:1
  • SoundSync
    好的声文同步程序,值得学习,适合于初学者,给大家共同分享(Good sound text synchronization process, it is worth learning, suitable for beginners, for everyone to share)
    2010-06-24 18:12:14下载
    积分:1
  • ad7689msp430driver
    这是一个有关AD7689的程序,只有驱动部分,使用的CPU是msp430F149。可以采集8路数据。不过数据在主程序中需要处理下,不然会有波动。(This is a program about the AD7689, only the driving part, CPU use is msp430F149. 8-way data can be collected. However, the data need to be addressed in the main program, the otherwise subject to fluctuations.)
    2021-04-24 21:58:47下载
    积分:1
  • Automaticlandingsystemcanberemotecontrolledbannerd
    全自动可遥控旗帜升降系统以AVR单片机为核心,由PWM对电机进行变频调速,高精度光电编码器测速,闭环式电路控制。能够利用按键输入相应的指令控制旗帜的升降,还可以实现在特定位置停留的功能。利用LCD可以显示旗帜的实时高度和相应的控制命令,用LED指示旗帜是否处于半旗状态,具有语音提示报警功能,并可利用无线模块实现遥控功能,准确均匀地实现旗帜的升降(Automatic landing system can be remote-controlled flag to AVR microcontroller core of the PWM VVVF motor, high-precision optical encoder gun, closed-loop control circuit. Enter the appropriate button to take advantage of the command control of the rise and fall of the flag, but also can stay in the function of a specific location. LCD can display the banner of the use of real-time high and the corresponding control command, the LED is directed at the flag half-mast, and alarm functions with voice prompts, and the use of wireless remote control function module, to achieve uniform and accurate take-off and landing flag)
    2009-05-08 17:47:20下载
    积分:1
  • Timer
    这是一个定时器程序。适合于单片机初学者……(This is a timer program. Suitable for beginners ... ... MCU)
    2009-12-10 18:57:58下载
    积分:1
  • search-for-max-light-power-point
    驱动步进电机,旋转多次,寻找空间光强极大值初步程序(Drive stepper motor rotation several times to find space intensity maxima preliminary program)
    2016-04-03 22:41:56下载
    积分:1
  • Process-scheduling-
    ① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入队子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 (① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
    2020-11-27 09:49:31下载
    积分:1
  • 02-Timer0-Timer1-Timer2
    在stc51单片机上,timer0、timer1、timer2的控制(In the stc51 microcontroller, timer0, Timer1, timer2 control)
    2017-06-24 09:41:36下载
    积分:1
  • cc2530-datasheet
    cc2530zigbee芯片英文资料,数据手册(cc2530zigbee chip information in English, Data Sheet)
    2013-08-24 15:02:02下载
    积分:1
  • 160160
    160160程序,160160模块电表使用比较多,供参考(160 160 procedures, 160 160 more modules to use the meter, for reference)
    2021-01-19 11:48:42下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载