搜索结果

找到约 416 项符合 Char 的查询结果

操作系统开发 读取配置文件(ini格式)的程序

读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。
https://www.eeworm.com/dl/531/349039.html
下载: 113
查看: 1094

Java编程 统计字符数组中字母

统计字符数组中字母,数字,符号的出现个数 char[] c = { 2 , c , $ , 4 , 7 , Z , j , ~ , p , c }
https://www.eeworm.com/dl/633/357051.html
下载: 100
查看: 1072

其他 it is in image processing field. this code Read TIFF Image then it excute compute histogram and hist

it is in image processing field. this code Read TIFF Image then it excute compute histogram and histogram equalization. after that it Write TIFFU unsigned Char.
https://www.eeworm.com/dl/534/383107.html
下载: 62
查看: 1096

数据结构 猜数游戏

猜数游戏,用char型存储输入的数,筛选功能强,欢迎大家指点,songhshen@126.com
https://www.eeworm.com/dl/654/464563.html
下载: 27
查看: 1060

单片机编程 采用18b20芯片的温度测量C51源程序

#include <reg51.h>#include<intrins.h> #define   BUSY1    (DQ1==0) sbit      DQ1    =  P0^4; unsigned char idata TMP; unsigned char idata TMP_d; unsigned char f; void wr_ds18_1(char dat);unsigned char rd_ds18_1(); /*************** ...
https://www.eeworm.com/dl/502/31456.html
下载: 137
查看: 1068

单片机开发 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 ...
https://www.eeworm.com/dl/648/397164.html
下载: 170
查看: 1412

3G开发 the code write C++. it is in image processing field. this code Read TIFF Image then it segment image

the code write C++. it is in image processing field. this code Read TIFF Image then it segment images. after that it Write TIFFU nsigned Char.
https://www.eeworm.com/dl/701/383110.html
下载: 194
查看: 1176

技术资料 projects

TC下的串口通讯.c 主程序部分 #include "uart.h" int iBase /* com port base address */ char cHI
https://www.eeworm.com/dl/911310.html
下载: 4
查看: 5433

文件格式 10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值

10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value char filter() { char new_value new_value = get_ad() if ( ( new_value - value > A ) || ( value - new_value > A ) r ...
https://www.eeworm.com/dl/639/447083.html
下载: 87
查看: 1132

单片机开发 很完整的51串口程序 包括如下: 串口中断服务程序

很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义 ...
https://www.eeworm.com/dl/648/307943.html
下载: 113
查看: 1111