登录
首页 » Visual C++ » lpc2103

lpc2103

于 2009-04-23 发布 文件大小:220KB
0 191
下载积分: 1 下载次数: 74

代码说明:

  示波器,用ARM实现,重点在液晶的算法上(Oscilloscope with ARM to achieve, with a focus on the LCD of the algorithm)

文件列表:

ARM
...\IRQ.inc
...\OS_CPU.H
...\Os_cpu_a.s
...\Os_cpu_c.c
oscillograph
............\lcd2.mcp
............\lcd2_Data
............\.........\CWSettingsWindows.stg
............\.........\DebugInFLASH
............\.........\............\lcd2.axf
............\.........\............\lcd2.i32
............\.........\............\ObjectCode
............\.........\............\..........\adc.o
............\.........\............\..........\IRQ.o
............\.........\............\..........\lcd1.o
............\.........\............\..........\main.o
............\.........\............\..........\Startup.o
............\.........\............\..........\target.o
............\.........\............\TargetDataWindows.tdt
............\.........\DebugInRAM
............\.........\..........\ObjectCode
............\.........\..........\..........\adc.o
............\.........\..........\..........\IRQ.o
............\.........\..........\..........\lcd1.o
............\.........\..........\..........\main.o
............\.........\..........\..........\Startup.o
............\.........\..........\..........\target.o
............\.........\..........\TargetDataWindows.tdt
............\.........\RelInFLASH
............\.........\..........\TargetDataWindows.tdt
............\src
............\...\adc.c
............\...\adc.h
............\...\config.h
............\...\IRQ.s
............\...\lcd1.c
............\...\lcd1.h
............\...\LPC2294.h
............\...\main.c
............\...\mem_a.scf
............\...\mem_b.scf
............\...\mem_c.scf
............\...\Startup.s
............\...\target.c
............\...\target.h
SOURCE
......\INCLUDES.H
......\OS_CORE.C
......\OS_CPU.H
......\OS_FLAG.C
......\OS_MBOX.C
......\OS_MEM.C
......\OS_MUTEX.C
......\OS_Q.C
......\OS_SEM.C
......\OS_TASK.C
......\OS_TIME.C
......\uCOS_II.C
......\uCOS_II.H

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

发表评论

0 个回复

  • Minee
    这是我自己写的从数据库中读出数据,并显示,并构成不规则三角网的程序,可以在程序中添加约束线。(This is written in my own读出数据from the database and displays, and triangulated irregular network constitutes the procedure, you can add a constraint in the procedure line.)
    2020-06-29 02:20:01下载
    积分:1
  • XFILTER2_FOR_9X_2K_XP
    说明:  费尔防火墙源代码.费尔个人防火墙 2.1 源程序包括 XFILTER.EXE, XFILTER.DLL, XPACKET.VXD ( 限于95/98/ME版 ) , XAPCKET.SYS ( 限于 2000/XP 版 )的源程序。此代码包中没有包含编译后的程序,要获得这些程序可以通过下载安装包得到。安装包是免费的,使用 ZIP 兼容的压缩方式,用 ZIP 工具解压。(请尊重代码作者的劳动,只供学习,勿用于商业用途。站长留)(Fil firewall source code. Fil Personal Firewall 2.1 include XFILTER.EXE source, XFILTER.DLL, XPACKET.VXD (95/98/ME limited edition), XAPCKET.SYS (only 2000/XP version) of the source. This code does not contain the compiled procedures to obtain these procedures can be downloaded installation package. Installation kits are free, the use of ZIP-compatible compression, decompression using ZIP tools.)
    2006-04-26 15:49:44下载
    积分:1
  • motor2
    ansys motor design 设计无刷直流电机的ansys设计过程,进行有限元仿真的(ansys motor design)
    2012-01-30 08:43:32下载
    积分:1
  • fml
    已知二叉树的先序遍历结果,建立二叉树并输出其先序、中序、后序遍历结果(Build a binary tree and print the results of preorder, midorder and postorder traversals based on the known result of preorder traversal)
    2015-02-15 15:20:26下载
    积分:1
  • CCreeatXMLFiir
    创建XML文件,通过 TCP 协议与数据库的方方式,创建xml 文件,并放入到数据库中,等待访问 (Create an XML file, create xml file via the TCP protocol and database side, and put into the database, waiting for access)
    2012-09-13 22:38:10下载
    积分:1
  • Matlab
    Matlab与VC++混合编程,用VC调用Matlab命令(Matlab and VC++ mixed programming with VC call Matlab command)
    2011-11-20 18:31:09下载
    积分:1
  • jds_snake
    贪吃蛇是家喻户晓的益智类小游戏,选择这个题目一是为了将自己的所学知识加以运用,二是一直以来贪吃蛇这个游戏就深深地吸引着我,它的制作方法对于以前的我而言都是很神秘的。我希望通过自己的所学知识把它剖析开来,真真正正的了解它的本质和精髓。(Snake is a well-known puzzle games, select the topic first, to own the knowledge to be used, and second, the game Snake has always been deeply attracted to me, it' s making way for the past of me is very mysterious. I hope that, through their own analysis of the knowledge open to it to really understand the essence and the essence of it.)
    2010-06-28 17:40:33下载
    积分:1
  • Pattern-Matching
    使用控件,对模式匹配进行处理,主要用于图片的识别(Use the controls on the pattern matching process, mainly for picture identification)
    2013-11-07 14:58:51下载
    积分:1
  • 关键帧提取
    当视频来临时,对视频进行分帧处理,并保存所有帧图像,再对帧图像进行关键帧提取,以及突变帧的判断,并获得突变帧和关键帧。
    2022-11-13 18:15:03下载
    积分:1
  • any_ptr
    说明:  一个类型安全的通用指针 智能指针的any_ptr可以指向任何类型的对象,提供类型安全的访问。(A Type-safe Generic Pointer )
    2011-02-20 22:27:54下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载