搜索资源列表
tc3
- AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-AES (The Advanced Encryption Standard) is the National Institute o
digalproject
- 数码投影仪项目可以作为学习实用,不得用于商业用途,谢谢合作-digital projector that can be used as learning practical, not for commercial use, Thank you for your cooperation
lpcucosii
- philips的ARM处理器LPC2114跑ucosii的程序包,实现了包括zlg7290键盘和数码管驱动,128*64液晶屏,跑马灯程序的多任务实例。-philips LPC2114 ARM processor running ucosii the package, Implementation, including keyboard and digital zlg7290 driven, 128 * 64 LCD screen, Bomadeng procedures example of
SPI_arm_drive
- SPI总线驱动,可驱动FLASH和数码管等设备。 LPC基于2138芯片的中间件-SPI Bus Driver, Flash drives and digital control, and other equipment. LPC based on the 2138 chip Middleware
Stm32_ucos 在STM32上编写多任务实时操作系统
- 在STM32上编写多任务实时操作系统,同时运行6个任务,通过发送和接收信号量机制,解决哲学家就餐问题,通过板上按键代表哲学家的就餐请求,板上LED灯表示就餐成功或者未果,同时在晶体数码管上显示就餐申请时间。-STM32 to write multi-task in real-time operating system, run six tasks by sending and receiving semaphore mechanism to solve the dining philosophe
Stm32_ucos_2-3
- 在IAR环境中编写程序实现以下功能: 1、设计一个应用程序Mytask; 2、在任务中调用OSTimeGet()获得系统时钟节拍数OSTime,并将其显示在第一组数码管上; 3、当任务运行10s时,调用OSTimeSet()将OSTime设置为10,并显示在第二组数码管上。-Write a program in the IAR environment to achieve the following functions: 1, designing an application Myt
Stm32_ucos_2-1
- 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
Digital-oscilloscope
- 基于uC/OS-II和SmartARM2200的简易数字示波器-Simple digital oscilloscope based on uC/OS-II and SmartARM2200
UCGUIdigital
- 非常好的UCGUI实例源代码,模拟数字示波器,界面非常美观。有兴趣的下载。-UCGUI a very good example of source code, analog and digital oscilloscopes, the interface is very beautiful. Are interested in downloading.
Exp16Keyboard-and-Lcd
- 利用2410开发平台,在ucos ii下编写键盘显示程序,很好的实现了键盘按键后,数码管实时显示的效果,程序运行良好。-Development platform by 2410, prepared in ucos ii keyboard display program, a good realization of the keyboard keys, the digital real-time display of the results, the program runs well.
Stm32_ucos_2-2
- 在IAR环境中编写程序实现以下功能: 1、设计3个任务的应用程序,三个任务分别是Mytask、Youtask、Intertask; 2、在第一组数码管上显示任务Mytask的运行次数,在第二组数码管上显示任务Youtask的运行次数; 3、任务Intertask是在时钟节拍中断服务程序中用钩子函数OSTimeTickHook()中断1000次时使用一个信号变量Interkey激活的; 4、用蜂蜜器响一小段时间表示“运行了中断要求运行的任务Intertask”。-Write a p
UCos-II.core.analysis.Transplantation.and.Driver.D
- 《uC/os-II 内核分析.移植与驱动程序开发》随书光盘中的全部源代码,全部通过调试。书中介绍μC/OS-Ⅱ的内核分析、移植过程和驱动程序开发方法。书中首先以μC/OS-Ⅱ在8051系列单片机上的移植为例子,详细剖析μC/OS-Ⅱ的内核和移植过程;然后以串口通信为例,介绍如何为μC/OS-Ⅱ实时内核添加设备的驱动程序;最后介绍μC/OS-Ⅱ在数字信号处理器[DSP]上的移植,以使读者进一步加深对μC/OS-Ⅱ的理解。 -" UC/os-II core analysis. Transpl
MyFunctions
- 本人是刚刚毕业的学生,毕业设计时的题目是数字示波器,本示波器是用基于LPC2290ARM和UCOS2操作系统设计的,这是原代码,UCOS操作系统的移植代码由于公司原因没有上传!-I am a recently graduated student, graduated from the design of the subject is digital oscilloscope, the oscilloscope is LPC2290ARM and UCOS2 based operating sys
ads7871
- 高速12bit模数转换芯片ADS7871驱动源程序-12bit high-speed ADS7871 analog-to-digital conversion chip driver source
AT91SAM7_ADC
- AT91SAM7X系列平台下实现ADC(数模控制器)编程,在IAR环境下编译通过-AT91SAM7X series platform under the ADC (digital-to-analog controller) programming environment in the IAR compiler through
LPC2148_ADC
- LPC2148平台下实现ADC(数模转换控制器)编程,在IAR环境下编译通过。-Under LPC2148 platform ADC (digital-to-analog converter controller) programming environment in the IAR compiler through.
uCOS-II_for_arm_mannual
- 使用ARM公司提供的ADS 开发工具,将uC/ OS - II 移植到ARM 处理器上,并将移植结果应用在跑马灯和数码管的实现上,运行正常,表明移植成功.-The use of ARM' s ADS provides development tools, will uC/OS- II ported to ARM processors, and the results of the application of transplantation Marquee and the realizat
clockkeyrs232
- 基于ARM和proteus 采用定时器实现秒级定时 2个按键进行时间调整,一个采用中断方式、一个采用GPIO方式实现 显示1采用6个数码管(可带外部驱动器),使用动态扫描方式 显示2采用PROTEUS提供的RS232串口终端,用软件驱动串口进行显示 -Seconds using the timer class from time to time to achieve two key time to adjust to a disruption of the way the u
MyuCOS51Study
- ucos在51上的例子,有数码管和按键功能,在pretuse上仿真过-ucos in 51 on the example of a digital control and key functions in the simulation had pretuse
keyboard
- 基于ARM9微处理器和uC/OS系统的按键显示,键值显示在数码管上-ARM9-based microprocessor and uC/OS system, keys show keys displayed on the digital pipe
