搜索结果
找到约 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)
技术资料 歌声程序
#include
#include
//__CONFIG(0X081C);
__CONFIG(0X3E24);
#define P_Buzz RC4
#define P_KeySw RA4
void Sub_Initial(void);
void sounddelay0(unsigned char delay_count);
void sound200ms();
//-------------------------------------------------------
//主函数
void main()
{
Sub_Initial();
while(1) ...
源码 点亮P10单元板单片机源程序
/*=================================================================
4扫16*16下入上出C语言程序, 低位起笔,数据反相。
预定义
**************************************************************/
#include
#include //可使用其中定义的宏来访问绝对地址?
bit ture=1; // 使能正反相位选择
bit false=0; / ...
单片机编程 avr单片机c语言
第1章 单片机系统概述1.1 AVR系列单片机的特点1.2 AT90系列单片机简介第2章 AT90LS8535单片机的基础知识2.1 AT90LS8535单片机的总体结构2.1.1 AT90LS8535单片机的中央处理器2.1.2 AT90LS8535单片机的存储器组织2.1.3 AT90LS8535单片机的I/O接口2.1.4 AT90LS8535单片机的内部资源2.1.5 AT90LS8535单片机的时钟电路2.1.6 AT90 ...
教程资料 Xilinx UltraScale:新一代架构满足您的新一代架构需求(EN)
中文版详情浏览:http://www.elecfans.com/emb/fpga/20130715324029.html
Xilinx UltraScale:The Next-Generation Architecture for Your Next-Generation Architecture
The Xilinx® UltraScale™ architecture delivers unprecedented levels of integration and capability with ASIC-class ...
可编程逻辑 Xilinx UltraScale:新一代架构满足您的新一代架构需求(EN)
中文版详情浏览:http://www.elecfans.com/emb/fpga/20130715324029.html
Xilinx UltraScale:The Next-Generation Architecture for Your Next-Generation Architecture
The Xilinx® UltraScale™ architecture delivers unprecedented levels of integration and capability with ASIC-class ...
源码 学生成绩管理啊
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
 int time=0,i=0,j=0,add[80],k=0,m;
 char *ch,
 str[900];
 m=strlen(pd);
 if((fp=fopen("haha.txt","r"))==NULL)
 {
  printf("Cannot open this file\n");
  exit(0);
 }
for( ...
技术资料 STM32F407VGT6精确脉冲控制步进电机源码
STM32F407VGT6精确脉冲控制步进电机源码,采用STM32F407VGT6芯片,抛弃单脉冲输出方式,直接使用普通PWM输出方式精确输出脉冲个数,每个脉冲都可以改变频率和占空比。PWM+中断,简单粗暴。#include "sys.h"#include "delay.h"#include "pwm1.h"#include "pwm2.h"#include "pwm3.h"//注释见pwm1.c文件extern int count2;int m ...
技术书籍 c语言深度剖析
第一章关键字...................................................................................................................................9
1.1,最宽恒大量的关键字----auto..........................................................................................11
1.2,最快的关键字---- register. ...
技术资料 高清电子书-C++ Primer Plus 第6版英文版 1438页
高清电子书-C++ Primer Plus, 第6版英文版 1438页Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming,
generic programming, and the traditional procedural programming.The fifth edition of
this book ...
技术资料 电子书-RTL Design Style Guide for Verilog HDL540页
电子书-RTL Design Style Guide for Verilog HDL540页A FF having a fixed input value is generated from the description in the upper portion of
Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input,
and ’1’ is output when the START signal rises. Therefore, the FF da ...