搜索结果
找到约 72 项符合
CH 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (5)
- 技术资料 (5)
- VC书籍 (4)
- Java书籍 (4)
- matlab例程 (4)
- 单片机编程 (3)
- 加密解密 (3)
- 系统设计方案 (3)
- 源码 (3)
- 汇编语言 (2)
- 其他 (2)
- 通讯/手机编程 (2)
- 微处理器开发 (2)
- 文章/文档 (2)
- VIP专区 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 电源技术 (1)
- 传感与控制 (1)
- 可编程逻辑 (1)
- 串口编程 (1)
- 文件格式 (1)
- 书籍源码 (1)
- 家庭/个人应用 (1)
- 软件设计/软件工程 (1)
- Delphi控件源码 (1)
- VHDL/FPGA/Verilog (1)
- 人工智能/神经网络 (1)
- 压缩解压 (1)
- USB编程 (1)
- Linux/Unix编程 (1)
- 操作系统开发 (1)
- GPS编程 (1)
- 电子书籍 (1)
- SQL Server (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- *行业应用 (1)
- 汇编编程 (1)
- 技术书籍 (1)
- 软件 (1)
matlab例程 4 16 64 QAM plots for simulated and theoretical results for OFDM system under a standard Rayleigh ch
4 16 64 QAM plots for simulated and theoretical results for OFDM system under a standard Rayleigh channel
VC书籍 “This book is a tremendous achievement. You owe it to yourself to have a copy on your shelf. The ch
“This book is a tremendous achievement. You owe it to yourself to
have a copy on your shelf. The chapter on iostreams is the most
comprehensive and understandable treatment of that subject I’ve
seen to date.”
驱动编程 This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to
This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to provide
hand-held devices and general applications with cost-effective, low-power, and high-performance micro-controller
solution in small die size. To reduce total system cost, the S3C2410A includes ...
通讯/手机编程 introduce the reader to the fundamentals of modelling, analysis, and simulation of mobile fading ch
introduce the reader to the fundamentals of modelling, analysis,
and simulation of mobile fading channels
其他嵌入式/单片机内容 File: dir.h ScanOneDirectorySector(unsigned long sector, char *name) extern void MakeFileName(ch
File: dir.h
ScanOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
ScanOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
其他 File: dir_39 canOneDirectorySector(unsigned long sector, char *name) extern void MakeFileName(ch
File: dir_39
canOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
ScanOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
*行业应用 client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i
client socket
include <sys/types.h>
include <sys/socket.h>
include <stdio.h>
include <netinet/in.h>
include <arpa/inet.h>
include <unistd.h>
int main()
{
int sockfd
int len
struct sockaddr_in address
int result
char ch = A
sockfd = socket(AF_INET, SOCK_STREAM, 0)
address.sin_fami ...
系统设计方案 Fortran - Tóm tắ t nộ i dung mô n họ c Các khái niệ m và yế u tố
Fortran
- Tóm t&#7855 t n&#7897 i dung m&#244 n h&#7885 c
Các khái ni&#7879 m và y&#7871 u t&#7889 trong ng&#244 n ng&#7919 l&#7853 p trình FORTRAN. Các c&#226 u l&#7879 nh c&#7911 a ng&#244 n ng&#7919 FORTRAN. C&#417 b&#7843 n v&#7873 ch&#432 &#417 ng ch&#432 &#417 ng d&#7883 ch và m&#2 ...
微处理器开发 This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to
This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to
provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller
solution in small die size. To reduce total system cost, the S3C2410X includes t ...
汇编编程 16进制转十进制
DATAS SEGMENT
w dw 0
keybuf db 255
&nbsp; &nbsp; &nbsp;db 0
&nbsp; &nbsp; &nbsp;db 255 dup(0) &nbsp; &nbsp; &nbsp;;定义键盘输入需要的缓冲区
DATAS ENDS
STACKS SEGMENT
db 200 dup(?)
STACKS ENDS
CODES SEGMENT
ASSUME CS:CODES,DS:DATAS,SS:STACKS
START:
MOV AX,DATAS
MOV DS,AX
mov dx,offset keybuf &nbsp; ...