搜索结果
找到约 250 项符合
CHAR 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (42)
- 单片机编程 (34)
- 源码 (15)
- 数据结构 (14)
- 汇编语言 (11)
- Linux/Unix编程 (11)
- 其他 (10)
- 技术资料 (10)
- 嵌入式/单片机编程 (8)
- C/C++语言编程 (7)
- 加密解密 (7)
- Java编程 (5)
- 操作系统开发 (5)
- 编译器/解释器 (4)
- 数学计算 (3)
- VC书籍 (3)
- CA认证 (3)
- 数值算法/人工智能 (3)
- 微处理器开发 (3)
- uCOS (2)
- DSP编程 (2)
- 其他书籍 (2)
- 嵌入式Linux (2)
- 驱动编程 (2)
- 文件格式 (2)
- 其他嵌入式/单片机内容 (2)
- 软件设计/软件工程 (2)
- 嵌入式综合 (2)
- 软件 (2)
- 笔记 (2)
- 其他文档 (1)
- 传感与控制 (1)
- VxWorks (1)
- 压缩解压 (1)
- 文章/文档 (1)
- 语音压缩 (1)
- 书籍源码 (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- Oracle数据库 (1)
- Internet/网络编程 (1)
- 邮电通讯系统 (1)
- 网络 (1)
- matlab例程 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- Java书籍 (1)
- GPS编程 (1)
- 企业管理 (1)
- 3G开发 (1)
- Ajax (1)
- 电子书籍 (1)
- Delphi控件源码 (1)
- *行业应用 (1)
- 技术书籍 (1)
- Linux/uClinux/Unix编程 (1)
- PCB图/BOM单/原理图 (1)
- 应用设计 (1)
- 书籍 (1)
- VIP专区 (1)
数据结构 数据结构 课程 2叉树的遍历 #include "stdafx.h" #include <iostream.h> typedef char elemtype
数据结构 课程 2叉树的遍历 #include "stdafx.h"
#include <iostream.h>
typedef char elemtype
单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un
//通过18B20检测的数字温度可在电脑上显示当前温度值
#include <reg52.h>
#define uchar unsigned char
#define uint unsigned int
sbit DS=P2^2 //define interface
uint temp // variable of temperature
uchar flag1 // sign of the result positive or negative
sbit dula=P2^6
sbit wela=P2^7 ...
单片机开发 //1602液晶显示字屏为:TX-1C MCU GOTOYUNLONGDZ #include<reg52.h> #define uchar unsigned char #defi
//1602液晶显示字屏为:TX-1C MCU GOTOYUNLONGDZ
#include<reg52.h>
#define uchar unsigned char
#define uint unsigned int
单片机开发 Philip tea 5767 FM 驱动用应用程序 char FM_Init(char bandinfo, char softlev)
Philip tea 5767 FM 驱动用应用程序
char FM_Init(char bandinfo, char softlev)
数学计算 数组为8位char型数值
数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
单片机开发 51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_
51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"}
unsigned char chines_string[100]
sprintf(chine ...
Linux/Unix编程 powerpc内核mpc8241linux系统下char驱动程序
powerpc内核mpc8241linux系统下char驱动程序
CA认证 Vegenere Cipher is a kind of encryption it only can cipher the char pliantext
Vegenere Cipher is a kind of encryption it only can cipher the char pliantext
Java编程 JAVA编写的一个reading char
JAVA编写的一个reading char,言简意赅的阐述了用法!
GPS编程 Methods void close() int read() reads and returns a chracter. int read(char[] characterArray
Methods
void close()
int read()
reads and returns a chracter.
int read(char[] characterArray)
populates an array of characters with data.
boolean ready()
- returns “true” if there is data available.
……