搜索资源列表
ReadFile
- 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
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
hex_coder
- hex convert char. Command string
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.
hex2char_20120316_1
- 十六进制数字转为char输出的学习例子。-Demo how to change hex type number to char string.
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)
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %