登录
首页 » Proteus » HorseLight

HorseLight

于 2018-05-11 发布 文件大小:56KB
0 311
下载积分: 1 下载次数: 1

代码说明:

  流水灯avr编程基于atmega128芯片proteus仿真(horselight proteus atmega128)

文件列表:

HorseLight\horselight.DSN, 132910 , 2018-05-09
HorseLight\horselight.PWI, 2556 , 2018-05-09
HorseLight\ICCAVR_hordelight\horselight.prj, 1327 , 2015-12-29
HorseLight\ICCAVR_hordelight\HORSELIGHT.SRC, 146 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\delay.lis, 5297 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\delay.o, 1390 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\horse.lis, 5523 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\horse.o, 1165 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\HORSELIGHT.cof, 2664 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\HORSELIGHT.dbg, 1447 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\HORSELIGHT.hex, 1062 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\HORSELIGHT.lk, 25 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\HORSELIGHT.lst, 8769 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\HORSELIGHT.mak, 1434 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\HORSELIGHT.mp, 1264 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\main.lis, 3579 , 2015-12-29
HorseLight\ICCAVR_hordelight\output\main.o, 980 , 2015-12-29
HorseLight\ICCAVR_hordelight\source\delay.c, 575 , 2015-12-29
HorseLight\ICCAVR_hordelight\source\delay.h, 703 , 2015-12-29
HorseLight\ICCAVR_hordelight\source\horse.c, 744 , 2015-12-29
HorseLight\ICCAVR_hordelight\source\horse.h, 138 , 2015-12-29
HorseLight\ICCAVR_hordelight\source\includes.h, 193 , 2015-12-29
HorseLight\ICCAVR_hordelight\source\main.c, 457 , 2015-12-29
HorseLight\ICCAVR_hordelight\source\main.h, 101 , 2015-12-29
HorseLight\Last Loaded horselight.DBK, 132786 , 2018-05-09
HorseLight\ICCAVR_hordelight\output, 0 , 2016-01-12
HorseLight\ICCAVR_hordelight\source, 0 , 2016-01-12
HorseLight\ICCAVR_hordelight, 0 , 2016-01-12
HorseLight, 0 , 2018-05-09

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

发表评论

0 个回复

  • DESIGN-AND-DEVELOPMENT-OF-ADVANCED-JET-ENGINE
    DESIGN AND DEVELOPMENT OF ADVANCED JET ENGINE
    2020-06-20 15:00:01下载
    积分:1
  • TDA5325
    TDA5235SPI驱动,MCU为STM8L(Stm8, tda5235 driver code)
    2017-09-23 15:10:50下载
    积分:1
  • R数据可视化手册
    本书提供了快速绘制高质量图形的150多种技巧,每个技巧用来解决一个特定的绘图需求。读者可以通过目录快速定位到自己遇到的问题,查询相应的解决方案。(This book provides more than 150 techniques for quickly drawing high quality graphics, each of which addresses a specific drawing requirement. Readers can quickly locate their own problems through the directory, query the corresponding solution.)
    2020-06-25 16:00:02下载
    积分:1
  • starrtc-android-demo-master
    说明:  android 即时通信 多人对讲 多人通信(Android instant messaging multi person intercom multi person communication)
    2019-11-26 16:29:36下载
    积分:1
  • blsmodel
    说明:  利用bls bjs 等模型计算期权隐含波动率(calculate the implied vol using bls/bjs model)
    2020-06-17 09:20:02下载
    积分:1
  • 读者写者问题
    说明:  1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ?当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ?当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。 ?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。 ?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。 ?当buffer满时,写者应该等待,直到buffer有空闲为止。 4、定义主函数,在其中可以任意创建读者与写者。 可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion. 2. Define a reader function: When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer. When other readers occupy the buffer, they can read the buffer. When there is data in the buffer, read a data from it, display and exit. When there is no data in the buffer, wait until the data in the buffer is readable. 3. Define a writer function When a reader is occupying the buffer, the writer should wait until all readers quit. When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
    2019-12-27 18:49:46下载
    积分:1
  • 一个省市县三级联动的例子,里面有sql直接在 sqlserver里面运行即可.解压后有个html 可以看到效果...
    一个省市县三级联动的例子,里面有sql直接在 sqlserver里面运行即可.解压后有个html 可以看到效果-A linkage of the three examples of provincial cities and counties, which are directly in the sql can run inside sqlserver. Extracting html can be seen after the effect of a
    2023-08-19 05:10:03下载
    积分:1
  • QTcpSocket-Example-master
    qt c++ tcpip sample for pc to pc communication
    2020-06-15 22:22:59下载
    积分:1
  • 温度传感器ds18b20
    温度传感器ds18b20-Temperature sensor DS18B20
    2022-08-25 06:10:15下载
    积分:1
  • ex_9_bus_PMU
    说明:  WSCC 3-Machines 9-bus system
    2021-02-10 22:46:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载