搜索结果
找到约 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)
汇编语言 系统时间显示程序 利用BIOS的INT 1AH的2号系统功能调用
系统时间显示程序
利用BIOS的INT 1AH的2号系统功能调用,将计算机系统的时间参数(BCD码)送入寄存器。其中CH 和CL中保存的是小时数和分钟数;DH中保存的是秒钟数,将BCD码表示的时,分,秒转换成ASC I I码并送入屏幕显示。并用INT 21H 的7号功能调用判断输入回车并清屏 ...
单片机开发 PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def
PC与单片机双向通讯智能温控程序
#include <AT89X51.H>
#include <intrins.h>
#define Key_UP P1_0
#define Key_DOWN P1_1
#define Key_SET P1_2
#define RelayOutPort P2_0
#define LEDPort P0
#define DELPort P2_1
#define LEDTwoC P3_6
#define LEDThreeC P3_7
#define TMPort P2_7
#define INBUF_LEN 5 // ...
单片机开发 VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sb
VB遥控播放器红外遥控解码
#include <regX52.h>
#define c(x) (x*110592/120000)
sbit Ir_Pin=P3^2
sbit beep=P2^1
//sbit RELAY=P2^0
#define INBUF_LEN 4 //数据长度
unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区
unsigned char inbuf2[50] //接收缓冲区
unsigned char count3
void init_s ...
加密解密 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符
简单的加密算法,可逆与不可逆
数据加密:
算法1:(不可逆)
将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符.
128~~255的字符会让人看起来头痛些。。。。。。安全.
当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位
当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位
...
加密解密 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符
简单的加密解密算法,可逆与不可逆
数据加密:
算法1:(不可逆)
将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符.
128~~255的字符会让人看起来头痛些。。。。。。安全.
当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位
当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十 ...
GPS编程 This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each ch
This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of
each channel. The preamble is verified by check of the spacing between
preambles [6sec] and parity checking of the first two words in a
subframe. At the same time function returns list of channels, that a ...
文章/文档 3rd Generation Partnership Project Technical Specification Group Radio Access Network Spatial ch
3rd Generation Partnership Project
Technical Specification Group Radio Access Network
Spatial channel model for
Multiple Input Multiple Output [MIMO] simulations
通讯/手机编程 在VB中把中文转化成Unicode码 首先介绍一下VB中的两个函数:ChrW()和AscW().对于Chr()和Asc()函数大家一定很熟悉,对于ChrW()和AscW()可能会比较生疏一点. Ch
在VB中把中文转化成Unicode码
首先介绍一下VB中的两个函数:ChrW()和AscW().对于Chr()和Asc()函数大家一定很熟悉,对于ChrW()和AscW()可能会比较生疏一点. ChrW 函数返回包含 Unicode 的 String,若在不支持 Unicode 的平台上,则其功能与 Chr 函数相同 AscW 函数返回 Unicode 字符代码,若平台不支持 Unicode,则与 Asc 函 ...
电子书籍 Bardzzo przydatny skrypt do nauki matlaba nie tylko dla pocz膮tkuj膮cych ale r贸wniez dla tych kt贸偶y ch
Bardzzo przydatny skrypt do nauki matlaba nie tylko dla pocz膮tkuj膮cych ale r贸wniez dla tych kt贸偶y chc膮 pog艂臋bi膰 swoj膮 wiedz臋
matlab例程 1)LQG design of an unmanned helicopter 2) LQR control of an unmanned helicopter 3) speed torque ch
1)LQG design of an unmanned helicopter
2) LQR control of an unmanned helicopter
3) speed torque characteristics of Induction machine