登录
首页 » Visual C++ » stepover

stepover

于 2014-12-26 发布 文件大小:3KB
0 294
下载积分: 1 下载次数: 12

代码说明:

  晟矽微stepover系列示例代码,非常适合晟矽微单片机学习入门者。简单易学。(Sheng silicon micro stepover series sample code, very suitable for single-chip silicon micro Sheng learning beginners. Easy to learn.)

文件列表:

stepover
........\Debug
........\Output
........\stepover.asm,453,2014-12-26
........\stepover.cod,532,2014-12-26
........\stepover.lst,963,2014-12-26
........\stepover.Proj,544,2014-12-26
........\stepover.s19,104,2014-12-26
........\stepover.var,63,2014-12-26
........\System

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

发表评论

0 个回复

  • STM32_FOC_PMSM
    这是 关于STM32单片机 PWM电机调速的 例程文件(this is about stm32 pwm )
    2017-03-11 15:08:24下载
    积分:1
  • 112.基于设计的数字电子秤(毕业设计)
    基于51单片机的数字电子秤,有文档的详细说明(A digital electronic scale based on 51 single chip microcomputer with detailed description of the document)
    2018-02-28 11:11:47下载
    积分:1
  • cat24wc02
    这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 (This is the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio.)
    2006-09-11 09:59:05下载
    积分:1
  • shiboq
    示波器的程序内涵 程序 文本 模拟 仿真的 (Program connotation oscilloscope simulation program text of)
    2016-04-13 09:37:56下载
    积分:1
  • CC
    说明:  飞思卡尔智能车光电组核心代码,该队伍获得全国一等奖程序通过算法实现小车的循黑线,运用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 )
    2011-09-10 09:31:19下载
    积分:1
  • vsc_eigen_xukun
    高压直流输电发电机模型,有参考价值,做的挺不错(HVDC generator model, a reference value, doing pretty good)
    2014-03-08 16:08:29下载
    积分:1
  • zhinengche12345
    智能车的智能车的设计全过程,对于初学者很有帮助,有助于参加比赛的同学设计全过程,对于初学者很有帮助,(Smart car Smart car design the whole process of useful for beginners, students who participate in the competition designed to help the whole process of useful for beginners,)
    2009-10-16 13:45:55下载
    积分:1
  • Keil-Software-Cx51-manual
    第一章 介绍 概述 Cx51 编译器 第二章 用 Cx51 编译 解释怎样用 Cx51 交叉编译器编译一个源文件 本章叙述控制文件处理编译和输出的命令行提示 第三章 语言扩展 叙述支持 8051 系统结构须的 C 语言扩展 本章提供一个在 ANSI C 说明中没有的命令 函数 和控制的详细列表 第四章 预处理器 叙述 Cx51 编译器预处理器的组成和包含的例子 第五章 派生的 8051 叙述 Cx51 编译器支持的 8051 派生系列 本章还包括能帮助提高目标程序性能的技巧 第六章 高级编程技术 对有经验的开发人员的重要信息 本章包括定制文件 描述 优化器详细资料 和段名约定 本章还讨论了 Cx51 编译器产生的程序和别的8051 编程语言如何接口第七章 错误信息 列出了在使用 Cx51 编译器时可能遇到的致命错误 语法 错误和警告 第八章 库参考 提高一个扩展的 Cx51 库参考 分类列出了库例程和相关的 包含文件 本章最后有一个按字母顺序的参考 包括每个库例程的例子代码附录中包含不同编译器版本间的差异 作品编号 和别的有些信息(This manual describe how to 8051 target, environment using Cx51 Cx51 compiler optimization C compiler C program packages can be used in all the 8051 series processors can perform in the WINDOWS 32 bit command line in this hand )
    2013-03-09 11:51:51下载
    积分:1
  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • smart_car
    智能小车寻黑线测试程序,经典资料!电子设计大赛 小车(Smart car found black line test program, the classic material! )
    2013-06-20 15:38:38下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载