搜索结果

找到约 250 项符合 CHAR 的查询结果

单片机开发 该程序文件作为密码小键盘项目的主程序模块

该程序文件作为密码小键盘项目的主程序模块,用于控制整个密码键盘的状态及工作流程, 通过串口接收主机命令,进行分析,对于不同的命令进行不同情况处理。控制键盘录入密码, 调用LCD、LED显示状态,语音提示,调用3DES加密函数对密码进行加密,最后将密文送回至主机。 键盘扫描模块:unsigned char key_scan(),主机发送 ...
https://www.eeworm.com/dl/648/363378.html
下载: 35
查看: 1034

单片机开发 51单片连tcs230的源程序

51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //频率从TO口输入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1: ...
https://www.eeworm.com/dl/648/371598.html
下载: 39
查看: 1093

单片机开发 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源

本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C ...
https://www.eeworm.com/dl/648/377467.html
下载: 29
查看: 1078

数据结构 自己编写的String类

自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6 ...
https://www.eeworm.com/dl/654/380129.html
下载: 22
查看: 1035

驱动编程 //下面是画圆的程序

//下面是画圆的程序, //画线、画圆、画各种曲线其实都很简单,归根到底就是x、y的二元方程嘛 //对算法感兴趣的话建议去找本《计算机图形学》看看,不是卖关子哦。实在是几句话说不清除,呵呵 // ---------------------------------------------- //字节 void circleDot(unsigned char x,unsigned char y,char xx,char ...
https://www.eeworm.com/dl/618/382229.html
下载: 37
查看: 1033

企业管理 (1)设计一个人事管理的People(人员)类.考虑到通用性,这里只抽象出所有类型人员都具有的属性:name(姓名),number(编号), sex(性别),birthday(出生日期),id(身份证

(1)设计一个人事管理的People(人员)类.考虑到通用性,这里只抽象出所有类型人员都具有的属性:name(姓名),number(编号), sex(性别),birthday(出生日期),id(身份证号)等等.其中"出生日期"定义为一个"日期"类(具有属性:year(年),month (月),date(日)内嵌子对象.用成员函数实现对人员信息的录入和显示等必要功能操作(自己独立思 ...
https://www.eeworm.com/dl/632/382560.html
下载: 183
查看: 5545

文件格式 the code environment s C++. it is in image processing field. this code Read TIFF Image then it excut

the code environment s C++. it is in image processing field. this code Read TIFF Image then it excute a Median Filter Classical on gray images. after that it Write TIFFU nsigned Char.
https://www.eeworm.com/dl/639/383103.html
下载: 198
查看: 1058

其他 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
查看: 1066

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
查看: 1139

汇编语言 辅助说明: 代码交流 QQ59771230 email:choudaxian@163.com 注意事项: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么样的

辅助说明: 代码交流 QQ59771230 email:choudaxian@163.com 注意事项: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么样的 2) LCD 指令中的MODE SET中的OR AND XOR 有图层的味道  3) DJNZ+指令C0H(DATA AND WRITE)与相同的数据时就会出错 4) CHAR ADN PIC分别清除 5) 几何图形绘制与实现图形 6) 菜单优化设计, ...
https://www.eeworm.com/dl/644/384635.html
下载: 170
查看: 1052