登录
首页 » Visual C++ » SHIYANJIU

SHIYANJIU

于 2013-07-17 发布 文件大小:72KB
0 205
下载积分: 1 下载次数: 3

代码说明:

  基于51的C语言频率计,内涵仿真图,以实现空能(Based on 51 C-language frequency meter, meaning simulation diagram, in order to achieve air can)

文件列表:

SHIYANJIU
.........\22.DSN,114795,2013-07-17
.........\22.PWI,1340,2013-07-17
.........\33.c,634,2013-06-08
.........\BACKUP
.........\......\PIN.c.130607210312,0,2013-06-07
.........\......\PIN.c.130607222438,2472,2013-06-07
.........\......\PIN.c.130608091804,1180,2013-06-08
.........\......\PIN.c.130608091814,1180,2013-06-08
.........\......\PIN.c.130608091942,1184,2013-06-08
.........\......\PIN.c.130608091952,1185,2013-06-08
.........\......\PIN.c.130608092004,1189,2013-06-08
.........\......\PIN.c.130608092014,1193,2013-06-08
.........\......\PIN.c.130608094148,1294,2013-06-08
.........\......\PIN.c.130608103124,1289,2013-06-08
.........\......\PIN.c.130608104506,1426,2013-06-08
.........\......\PIN.c.130608112116,1533,2013-06-08
.........\......\PIN.c.130608112132,1537,2013-06-08
.........\......\PIN.c.130608112150,1534,2013-06-08
.........\......\PIN.c.130608112208,1536,2013-06-08
.........\......\PIN.c.130608112424,1427,2013-06-08
.........\......\PIN.c.130608112526,1427,2013-06-08
.........\......\PIN.c.130717100438,1417,2013-07-17
.........\......\PIN._c,1373,2013-07-17
.........\Last Loaded 22.DBK,114797,2013-07-17
.........\PIN.c,1371,2013-07-17
.........\PIN.lis,19653,2013-07-17
.........\PIN.o,5607,2013-07-17
.........\PINLO.cof,2960,2013-07-17
.........\PINLO.dbg,1556,2013-07-17
.........\PINLO.hex,2518,2013-07-17
.........\PINLO.lk,8,2013-07-17
.........\PINLO.lst,15471,2013-07-17
.........\PINLO.mak,493,2013-07-17
.........\PINLO.mp,2499,2013-07-17
.........\PINLo.prj,1266,2013-07-17
.........\PINLO.SRC,40,2013-07-17

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

发表评论

0 个回复

  • 1.kdh
    基于AVR单片机的挖掘机器人控制系统设计( Based on AVR monolithic integrated circuit s excavation robot control system design )
    2011-05-25 18:37:39下载
    积分:1
  • Text1
    pca 用于定时器功能 pca可用于捕捉,定时,pwm输出等功能(pca pca can be used to capture, timing, pwm output for timer function)
    2012-08-28 15:04:01下载
    积分:1
  • heart-rate-measurement3
    一种简单的心率测量系统设计,能显示并进行上下限报警(A simple heart rate measurement system design, and upper and lower alarm)
    2012-03-12 18:32:40下载
    积分:1
  • ADC0809
    模数转换器AD0809例程,通过该例程可掌握AD0809的基本使用方法(AD0809 ADC routines, the routines can be mastered through the basics of using the AD0809)
    2013-09-04 15:35:26下载
    积分:1
  • 123
    大家好,这是关于密码锁的电路图,需要的话可以参考下( 允许输入拉丁字符的拼音 英语 中文(简体) 日语 Hello, everybody, this is a circuit diagram of the combination lock, if necessary, can refer to the following 允许输入拉丁字符的拼音 英语 中文(简体) 日语 Hello, everybody, this is a circuit diagram of the combination lock, if necessary, can refer to the following)
    2012-12-30 10:06:51下载
    积分:1
  • DMX512-program
    DMX512灯管控制程序,欢迎使用,,可以换灯光颜色.rar(DMX512 lamp control program, welcome to use, can change the color of light, .Rar)
    2012-08-16 10:46:07下载
    积分:1
  • k_eps
    A UDF of k epsilon model which can be used for modified turbulence modelling calculations with ansys fluent
    2015-03-21 11:38:08下载
    积分:1
  • vfuzzforveehe
    汽车纵向的模糊控制器,模糊控制制器为通用格式,可根据需要修改。 (Vehicle longitudinal fuzzy controller, fuzzy control system is a common format, and can be modified.)
    2012-09-30 19:25:47下载
    积分:1
  • FontGen2
    点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 ()
    2020-06-30 09:20:02下载
    积分:1
  • DS18B20
    增强型实验板配套例程库DS18B20-液晶1602显示温度和控制(Enhanced experimental board supporting routine library DS18B20-LCD 1602 display temperature and control)
    2012-10-08 16:29:46下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载