搜索结果
找到约 2,591 项符合
while循环 的查询结果
按分类筛选
- 全部分类
- 技术资料 (789)
- 单片机开发 (241)
- 数据结构 (122)
- 单片机编程 (118)
- 其他 (102)
- 汇编语言 (87)
- matlab例程 (81)
- 编译器/解释器 (59)
- VHDL/FPGA/Verilog (57)
- 学术论文 (50)
- Java编程 (41)
- 数学计算 (39)
- 其他书籍 (38)
- 书籍 (36)
- 嵌入式/单片机编程 (35)
- VC书籍 (33)
- 加密解密 (28)
- 数值算法/人工智能 (27)
- 源码 (25)
- 软件设计/软件工程 (24)
- DSP编程 (23)
- VIP专区 (23)
- 电源技术 (22)
- Linux/Unix编程 (22)
- 微处理器开发 (21)
- 书籍源码 (20)
- 人工智能/神经网络 (20)
- 通讯/手机编程 (18)
- 操作系统开发 (17)
- 文章/文档 (17)
- 其他嵌入式/单片机内容 (14)
- 可编程逻辑 (12)
- 模拟电子 (11)
- 串口编程 (11)
- 编辑器/阅读器 (11)
- C/C++语言编程 (10)
- 通讯编程文档 (10)
- 电子书籍 (9)
- 教程资料 (9)
- 文件格式 (9)
- uCOS (9)
- 无线通信 (8)
- 通信网络 (8)
- 嵌入式综合 (8)
- 压缩解压 (8)
- 系统设计方案 (8)
- Internet/网络编程 (7)
- 教育系统应用 (7)
- 游戏 (7)
- 嵌入式Linux (7)
- 并行计算 (7)
- 软件 (6)
- 论文 (6)
- JavaScript (6)
- 笔记 (5)
- 单片机相关 (5)
- Applet (5)
- Linux/uClinux/Unix编程 (4)
- 软件工程 (4)
- 测试测量 (4)
- 电子技术 (4)
- 其他数据库 (4)
- Java书籍 (4)
- Delphi控件源码 (4)
- 邮电通讯系统 (4)
- 设计相关 (3)
- 数据库系统 (3)
- 开发工具 (3)
- 驱动编程 (3)
- *行业应用 (3)
- 网络 (3)
- FlashMX/Flex源码 (3)
- 其他行业 (3)
- 医药行业 (3)
- 中间件编程 (3)
- SQL Server (3)
- 教程 (2)
- 应用设计 (2)
- 其他 (2)
- PCB相关 (2)
- 技术书籍 (2)
- 计算机相关 (2)
- 传感与控制 (2)
- 磁盘编程 (2)
- USB编程 (2)
- VxWorks (2)
- Delphi/CppBuilder (2)
- 行业发展研究 (2)
- Jsp/Servlet (2)
- 电路图 (1)
- 经验 (1)
- 习题答案 (1)
- 电子大赛 (1)
- labview (1)
- LED驱动及控制 (1)
- 电子书籍 (1)
- 国标 (1)
- VHDL/Verilog/EDA源码 (1)
- 行业应用文档 (1)
- 接口技术 (1)
VHDL/FPGA/Verilog 移位运算器SHIFTER 使用Verilog HDL 语言编写
移位运算器SHIFTER 使用Verilog HDL 语言编写,其输入输出端分别与键盘/显示器LED 连接。移位运算器是时序电路,在J钟信号到来时状态产生变化, CLK 为其时钟脉冲。由S0、S1 、M 控制移位运算的功能状态,具有数据装入、数据保持、循环右移、带进位循环右移,循环左移、带进位循环左移等功能。
CLK 是时钟脉冲输入,通过键5 ...
单片机编程 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位数据码和 ...
微处理器开发 这个是我调通的在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 ...
其他 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 ...
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
( ...
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. ...
技术资料 C51_点亮第一个LED
#include "reg52.h" sbit led=P0^0; void main(){ while(1) { led=1; } }
数值算法/人工智能 这是一个算法分析的经典问题
这是一个算法分析的经典问题,可以打印出N个运动员的循环比赛的对阵表,可以实现最佳的调度
操作系统开发 主存空间的分配与回收.采用可变分区存储管理
主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。