搜索资源列表
c8051f020_8563
- c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1
ReadFile
- 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
serial_program_for_51
- 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putbyte(char c) 放入一个字节到发送缓冲区 putb
changetohex
- 介绍如何把char buffer 里的数据转换为16进制格式的 字符数组数据 转换 为 HEX 格式-Describes how the char buffer the data is converted to 16 characters in hexadecimal format array data into a HEX format
U2A
- 自己写的一个函数,作用:将十六进制的char字符串转换成宽字符中文,然后自己再uincode转ascii就可以转成中文输出了。-Writing a function of their role: to be the char hex string into a wide English characters, then their re-ascii on uincode turn can be transformed to the output of the English.
Tool
- 一些转换代码,hex to char,char to hex-Some of the conversion code, hex to char, char to hex
converttools
- 字符转化为16进制 字 符转化为16进制 字符转化为16进制-convert tools char to hex convert tools convert tools convert tools
CNV
- conversions like hex to decimal or string to char
8051_Proteus
- 1.所有案例硬件仿真时需要Proteus7.1或以上版本. 2.C程序开发集成环境Keil uVision要求3.0或以上版本. 所有案例C源代码由配套书籍提供,压缩包中不提供C源代码, 仅提供由C程序编译生成的HEX文件. 3.如果有相关技术资料在压缩包中未找到, 读者可从www.icpdf.com免费下载. (下载之前需要先注册) 相关案例需要的软件:超级编辑器UltraEdit, 虚拟串口驱动vspd,串口助手, 字模软件
Hex_coder
- Hex convert char. Command string
unimodem.dll-adapted-for-windows-ce-3.0-systems.r
- BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user
1024bit-P-p
- 随机生成3个1024bit大整数,实现大整数的加法、减法和取模运算,并计算运行100K的平均时间(16进制char类型实现)-1024bit randomly generated three large integer, to achieve large integer addition, subtraction, and modulo operations, and calculate the average running time of 100K (16 hex char type to
CHAR-TO-HEX
- 字符串转十六进制小程序,方便开发人员使用。-String to hexadecimal sixteen small procedures, facilitate the development of staff to use.
support
- #include <string.h> #include <stdio.h> /* ======================================================================== */ /* MEM_COMPARE -- Compare two memory images and output a detailed dump if */ /* the images differ. */ /* =====
CharToHex
- char format to Hex in 0x30 format for data to be encryped
Hex2Char_20120316_1
- 十六进制数字转为char输出的学习例子。-Demo how to change Hex type number to char string.
hex2hex
- hex2hex reads stdin in Intel HEX format and produces an (unsigned char) array which contains the bytes and writes it to stdout using C syntax.
char-string-to-HEX
- 基于Labview的字符串至16进制转换程序, 经测试可用。-char string to HEX program Based on labview
RFID_SPx4_beta
- 四线程上位机 可用char或hex发送显示 -PC four threads available char hex transmission display
char-string-to-HEX
- 将字符串转变为16进制数,可以直接工程应用(Converting a string to a 16 hexadecimal number can be used directly for engineering applications)