搜索结果
找到约 453 项符合
while 的查询结果
按分类筛选
- 全部分类
- 技术资料 (103)
- 单片机编程 (38)
- 书籍 (36)
- 编译器/解释器 (28)
- 单片机开发 (17)
- 其他书籍 (16)
- 源码 (14)
- 电源技术 (14)
- 其他 (12)
- matlab例程 (11)
- VC书籍 (11)
- 模拟电子 (9)
- 软件设计/软件工程 (8)
- Java编程 (7)
- 可编程逻辑 (6)
- 数学计算 (6)
- 嵌入式综合 (5)
- Linux/Unix编程 (5)
- 微处理器开发 (5)
- VHDL/FPGA/Verilog (5)
- C/C++语言编程 (4)
- 教程资料 (4)
- 人工智能/神经网络 (4)
- 文章/文档 (4)
- 软件 (3)
- 笔记 (3)
- 无线通信 (3)
- 数值算法/人工智能 (3)
- 软件工程 (3)
- 电子书籍 (3)
- 文件格式 (3)
- Java书籍 (3)
- 系统设计方案 (3)
- 论文 (2)
- DSP编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 技术书籍 (2)
- Internet/网络编程 (2)
- 游戏 (2)
- 编辑器/阅读器 (2)
- 网络 (2)
- 汇编语言 (2)
- 通讯编程文档 (2)
- 嵌入式/单片机编程 (2)
- 其他 (1)
- PCB相关 (1)
- Linux/uClinux/Unix编程 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- 通讯/手机编程 (1)
- 技术教程 (1)
- 测试测量 (1)
- 开发工具 (1)
- DSP工具/软件 (1)
- 传感与控制 (1)
- 通信网络 (1)
- allegro (1)
- 压缩解压 (1)
- Modem编程 (1)
- CA认证 (1)
- 其他数据库 (1)
- uCOS (1)
- 嵌入式Linux (1)
- 数据结构 (1)
- STL (1)
- VxWorks (1)
- Symbian (1)
- Windows Mobile (1)
- 医药行业 (1)
- TAPI编程 (1)
- JavaScript (1)
- SQL Server (1)
- 行业发展研究 (1)
- Ajax (1)
书籍 4G & Beyond Convergence of Networks
From the transition of analog to digital communication along with seamless mobility and
high computing power of small handheld devices, the wireless communications industry has
seen tremendous changes leading to the integration of several telecommunication networks,
devices and services over last 30 ...
技术资料 SDxCentral-Mega-NFV-Report
The following sections profile many of the vendors in the NFV market. The individual profiles were created
through a collaborative effort between SDNCentral’s Research Team and the Vendor’s product experts.
SDNCentral worked under the assumption the information provided by the vendors was factual, ...
书籍 Ultra Wideband - Circuits
Recent advances in wireless communication technologies have had a transforma-
tive impact on society and have directly contributed to several economic and social
aspects of daily life. Increasingly, the untethered exchange of information between
devices is becoming a prime requirement for further pr ...
嵌入式综合 红外遥控RGB
#include "STC90.h"
#include < intrins.h >
#define uchar unsigned char
#define uint unsigned int
#define led_port P1
sbit IR_RE = P3^2;
sbit led_r = P1^3;
sbit led_g = P1^4;
sbit led_b = P1^5;
sbit led_wd = P1^7;
sbit K1 =P3^0 ; //增加键
sbit K2 =P3^1 ; ...
单片机编程 100个单片机实例
#include<reg51.h> //包含单片机寄存器的头文件
/*******************************************************
函数功能:主函数 (C 语言规定必须有也只能有1 个主函数)
********************************************************/
void main(void)
{
while(1) //无限循环
{
P1=0xff; // P1=1111 1111B,熄灭LED
...
技术书籍 Algorithms(算法概论)pdf
This book evolved over the past ten years from a set of lecture notes developed while teaching
the undergraduate Algorithms course at Berkeley and U.C. San Diego. Our way of teaching
this course evolved tremendously over these years in a number of directions, partly to address
our students&#39; ...
其他 对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序
对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt ...
其他书籍 关于FPGA流水线设计的论文 This work investigates the use of very deep pipelines for implementing circuits in
关于FPGA流水线设计的论文
This work investigates the use of very deep pipelines for
implementing circuits in FPGAs, where each pipeline
stage is limited to a single FPGA logic element (LE). The
architecture and VHDL design of a parameterized integer
array multiplier is presented and also an IEEE 754
...
Linux/Unix编程 FIST可堆叠文件系统
FIST可堆叠文件系统,linux文件系统修改相关的开源软件,使得对linux文件系统功能的改进很简单了
The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can ...
CA认证 DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if
DESProcess
FILE *mfp,*cfp
int ttch=0,xorRes,ttbitdiff=0
char mch,cch
float bdiff=0
if((mfp=fopen(mfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
if((cfp=fopen(cfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
else
{
while(!feof(mfp)&!feof(cfp))
...