搜索结果
找到约 600 项符合
EV-DO 的查询结果
驱动编程 This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea
This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea of device stacks and how devices interact with each other. We will use the previously created example device driver to demonstrate this topic. To do this we will introduce the idea of a “filter” dr ...
电子书籍 ASP开发指南,里面的西很不错的哟.This book is for anyone who wants to learn about using .NET for web interface desi
ASP开发指南,里面的西很不错的哟.This book is for anyone who wants to learn about using .NET for web interface design. Beginner or
hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going
through this book from cover to cover. However, more seasoned .NET profe ...
汇编语言 设计任务及要求 1. 以8255接八个开关K1~K8
设计任务及要求
1. 以8255接八个开关K1~K8,做电子琴按键输入。
2. 以8253控制扬声器,使用简易键盘,发出相应的音阶。
要求: K1—静音
K2—发si的音493Hz
K3—发la的音440Hz
K4—发sol的音392Hz
K5—发fa的音349Hz
K6—发mi的音329Hz
K7—发re的音293Hz
K8—发do的音261Hz ...
Java书籍 JavaServer Pages™ Specification This document is intended for: · Web Server and Application S
JavaServer Pages&#8482 Specification
This document is intended for:
· Web Server and Application Server vendors that want to provide JSP containers that
conform to the Tag Extensions specification.
· Web Authoring Tool vendors that want to generate JSP pages that conform to the Tag
Extensions spec ...
编译器/解释器 一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。 ㈠、基本要求: 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0
一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。
㈠、基本要求:
标识符 <字母>(<字母>|<数字字符>)*
十进制整数 0 | (1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)*
八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)*
十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c ...
单片机开发 利用单片机制作音乐播放器的课程设计报告. 作为单片机的重要硬件资源之一
利用单片机制作音乐播放器的课程设计报告.
作为单片机的重要硬件资源之一,利用定时器可以产生各种固定频率的方波信号,也可以产生包括“Do“、“Re“、“Me“--等音阶在内的各种频率声音。在此设计中我们采用12MHz的晶振,产生的频率信号即音乐信号由P3.7口输出,信号经过放大后由喇叭发出声音。 ...
其他 Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf("请输入矩阵的行
Status CreateSMatrix(RLSMatrix &M)
{ // 创建稀疏矩阵M
int i
Triple T
Status k
printf("请输入矩阵的行数,列数,非零元素数:")
scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu)
M.data[0].i=0 // 为以下比较做准备
for(i=1 i<=M.tu i++)
{
do
{
其他 C++读取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom
C++读取Excel
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resourc ...
通讯编程文档 模拟实现spooling技术 一个用C做的假脱机SPOOLING输入程序
模拟实现spooling技术 一个用C做的假脱机SPOOLING输入程序,是操作系统实验来的,-do spooling SPOOLING input program is the experimental operating system
书籍源码 C语言精彩百例第1-44例 实例1 数据类型转换 实例2 转义字符 实例3 关系和逻辑运算 实例4 自增自减 实例5 普通位运算 实例6 位移运算 实例7 字符译码 实例8 指针操作符
C语言精彩百例第1-44例
实例1 数据类型转换
实例2 转义字符
实例3 关系和逻辑运算
实例4 自增自减
实例5 普通位运算
实例6 位移运算
实例7 字符译码
实例8 指针操作符
实例9 if判断语句
实例10 else-if语句
实例11 嵌套if语句
实例12 switch语句
实例13 for语句
实例14 while语句
实例15 do-while语句
实例16 break和conti ...