搜索结果

找到约 2,591 项符合 while循环 的查询结果

按分类筛选

显示更多分类

技术资料 显示八位学号

可以显示八位学号,学号手动输入。带循环显示,跑马显示。适应于含有ch452的stc单片机电路。
https://www.eeworm.com/dl/997392.html
下载: 2
查看: 29

VHDL/FPGA/Verilog 移位运算器SHIFTER 使用Verilog HDL 语言编写

移位运算器SHIFTER 使用Verilog HDL 语言编写,其输入输出端分别与键盘/显示器LED 连接。移位运算器是时序电路,在J钟信号到来时状态产生变化, CLK 为其时钟脉冲。由S0、S1 、M 控制移位运算的功能状态,具有数据装入、数据保持、循环右移、带进位循环右移,循环左移、带进位循环左移等功能。 CLK 是时钟脉冲输入,通过键5 ...
https://www.eeworm.com/dl/663/465033.html
下载: 86
查看: 1113

单片机编程 LC7461遥控解码子程序源代码

//遥控解码子程序,LC7461,用户码为11C//external interrupt0void isr_4(){  unsigned char r_count;//定义解码的个数 unsigned long use_data=0;//定义16位的用户码,只用到13位 unsigned long use_code=0;//定义16位的用户反码,只用到13位 unsigned long data=0;//定义16位数据码,包括8位数据码和 ...
https://www.eeworm.com/dl/502/31538.html
下载: 172
查看: 1061

微处理器开发 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针

这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart ...
https://www.eeworm.com/dl/655/409320.html
下载: 83
查看: 1094

其他 AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from

AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from multiple types of media. AutoBoot provides a simple, fast, and functional means of loading an OS image while maintaining a small Flash memory footprint. This binary release contains a stand-alone vers ...
https://www.eeworm.com/dl/534/264355.html
下载: 183
查看: 1152

matlab例程 EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc

EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying when passing ( ...
https://www.eeworm.com/dl/665/290909.html
下载: 190
查看: 1128

VHDL/FPGA/Verilog MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programm

MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programmable logic devices. While this CPU is not powerful enough for real world applications it has proven itself as a valuable educational tool. The source code is just a single page and easily understood. ...
https://www.eeworm.com/dl/663/414314.html
下载: 102
查看: 1099

技术资料 C51_点亮第一个LED

#include "reg52.h"   sbit led=P0^0;    void main(){ while(1) { led=1; } }
https://www.eeworm.com/dl/847436.html
下载: 9
查看: 8366

数值算法/人工智能 这是一个算法分析的经典问题

这是一个算法分析的经典问题,可以打印出N个运动员的循环比赛的对阵表,可以实现最佳的调度
https://www.eeworm.com/dl/518/183772.html
下载: 197
查看: 1078

操作系统开发 主存空间的分配与回收.采用可变分区存储管理

主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。
https://www.eeworm.com/dl/531/212656.html
下载: 143
查看: 1084