搜索资源列表
stepper_motor_controller
- 步进电机控制程序,用51单片机控制步进电机的运转,可实现电机的正转、反转、归零、自动速度调解,4x4键盘扫描输入需要电机转动的相位,6为数码管显示当前的角度等功能。单片机程序用C51编写。-stepper motor control procedures, with 51 MCU control of the stepper motor operation, the motor is transferred, inversion, zeroing, automatic speed mediati
s3c44b0x+USB
- 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若
kyyi+BIOS6
- 经典s3c44b0xBios引导程序代码内含详细说明 烧写步骤 1> 开发板上电 2> 执行Debug目录下的F.bat文件将bios程序烧写到flash中 3> 将PC配置为192.168.111网段 4> 用交叉网线连接开发板和PC 5> 运行串口监视软件,波特率115200 6> 开发板复位 -classic s3c44b0xBios guide code contains detailed steps 1gt
UCOS2.71souce
- 含代码UCOS_II测试程序说明有详细过程说明 测试步骤 1> 开发板上电 2> 运行串口监视软件,波特率115200,8N1 3> 运行测试程序 4> 在串口监视软件中显示OSRunning后,最右侧的LED灯开始闪烁, 间隔为1秒。同时每隔2秒可以在监视窗口中看到当前CPU利用率。 按下某个键后,会在监视窗口中看到诸如“msg = x”的信息。-containing code UCOS_II test a detailed de
my_robo
- 用MEGA16单片机控制的L298转动,包括停,正转,反转-MEGA16 MCU control with the L298 rotation, including the suspension is changed, and inversion
dsPIC30f2010_user
- 采用dspic30f2010的变频器核心驱动程序,程序可以实现正转/反转,频率设定,保护等-the inverter used dspic30f2010 core drivers, procedures can be achieved is to / inversion, frequency creation, protection
Training-Example
- 嵌入式VxWorks开发所需典型例程源代码,包括消息队列,信号量,时钟,优先级反转,中断等常见处理.-VxWorks embedded typical routines required for the development of the source code, including the Message Queue, semaphores, the clock, priority inversion, and other common treatment interruption.
嵌入式实时系统中的优先级反转问题
- 嵌入式实时系统中的优先级反转问题-embedded real-time system of priority inversion problem
4x4矩阵键盘在stm32上的实现
- 4x4矩阵键盘在stm32上的实现,采样反转法,实践证明好用-4x4 matrix keyboard stm32 on the realization of sampling inversion method, proved easy to use
PWM_motor.PWM控制步进电机的设计
- PWM控制步进电机的设计,控制其正反转等,涵盖c语言设计,包括了proteus仿真原理图,可以直观显示!供大家参考!,PWM control of stepper motor design, control of its positive inversion, etc., covering the c language design, including proteus simulation schematic, you can visually show! For your reference
任意维矩阵求逆的verilog实现方式
- verilog 任意维矩阵求逆的verilog实现方式,Verilog arbitrary-dimensional matrix inversion methods to achieve the Verilog
4x4_fanzhuan.rar
- 51单片机的4x4键盘扫描程序,基于状态机风格,使用线反转扫描法。,51 Singlechip 4x4 keypad scanner, based on the state machine style, the use of line scanning method inversion.
mutex.rar
- 使用互斥信号量解决ucosii中的优先级反转,The use of mutex semaphores to solve the ucosii Priority Inversion
fanzhuanxinhao
- MyTask、YouTask和ThreeTask 。在主函数中创建任务MyTask。而YouTask和ThreeTask由任务MyTaskTask创建,其优先级分别为2、4、6。这三个任务都要占用资源s,任务YouTask访问时间短一些,在任务MyTask和任务ThreeTask利用while(OSTime<T) {}增加访问时间,T值分别为300,500。MyTask、YouTask和ThreeTask采用OSTimeDly(K)延时等待,K值均为200。这样出现任务优先级反转。为了解决
FPGA-Implementation-of-Matrix-Inversion-Using-QRD
- FPGA Implementation of Matrix Inversion Using QRD-RLS Algorithm
priority-inversion
- it detects the priority inversion where the high priority task need not have to wait for low priority task
Priority-inversion
- 信号量的优先级反转 在uc/os环境下任务1、任务2、任务3的优先级反转-Priority inversion
matrix-inversion
- 基于Systolic的上三角矩阵求逆的实现,含有详细的verilog代码,并给出详细的注释-upper triangular matrix inversion
Stm32-ucosII-priority-inversion
- 基于ucos2的优先级反转源码,实现3个任务直接的优先级反转。-Ucos2 based priority inversion source code to achieve three tasks directly priority inversion
UCOSIII-task-priority-inversion
- 实现UCOSIII操作系统任务的优先级反转功能-task Priority inversion.