Welcome![Sign In][Sign Up]
Location:
Search - hex txt

Search list

[File Operatehexcompare

Description: 比较两个Hex文件的差异的示例代码 比较结果放在同一目录下output.txt-Hex compare two documents the differences of the results of the comparison sample code on the same directory output.txt
Platform: | Size: 25136 | Author: 匿阳 | Hits:

[File OperateRunlength

Description: Runlength的示例代码,开发工具VC++6.0 选择文件后点击行程编码,结果放在编码文件同一目录下的Tmp.txt文件内,输出为HEX代码-Runlength the sample code, development tools VC 6.0 Click on the choice of itinerary document coding, coding documents on the same directory Tmp.txt paper, the output code for HEX
Platform: | Size: 27236 | Author: 匿阳 | Hits:

[File OperateBin_FileCompare

Description: 这是一个比较bin或者rbf与hex文件内容不同的工具。能在窗口上显示出不同处,同时能生成记录txt文件。-This is a more or rbf bin hex contents of the documents and different tools. Window can display different, but will generate record txt document.
Platform: | Size: 30176 | Author: 田华 | Hits:

[File Operatehexcompare

Description: 比较两个Hex文件的差异的示例代码 比较结果放在同一目录下output.txt-Hex compare two documents the differences of the results of the comparison sample code on the same directory output.txt
Platform: | Size: 24576 | Author: | Hits:

[File OperateRunlength

Description: Runlength的示例代码,开发工具VC++6.0 选择文件后点击行程编码,结果放在编码文件同一目录下的Tmp.txt文件内,输出为HEX代码-Runlength the sample code, development tools VC 6.0 Click on the choice of itinerary document coding, coding documents on the same directory Tmp.txt paper, the output code for HEX
Platform: | Size: 26624 | Author: | Hits:

[Other resourceBinToTxt

Description: 把任意文件,以二进制方式打开,并转为十六进制的文本文件保存,和*.Bin 转 *.Hex 是有区别的。-put arbitrary files, opened in binary mode, and to hexadecimal text document preservation, and turn*.*. Bin Hex is a distinction.
Platform: | Size: 146432 | Author: 谌武 | Hits:

[OtherAsc2Hex

Description: 字符↓↑16进制 转换器源代码 程序文件包括:Asc2Hex.exe | Asc2Hex.exe.manifest | readme.txt-characters PD 16 band converter source code files include : Asc2Hex.exe | Asc2Hex.exe.manifest | readme. txt
Platform: | Size: 17408 | Author: cyd | Hits:

[File OperateBin_FileCompare

Description: 这是一个比较bin或者rbf与hex文件内容不同的工具。能在窗口上显示出不同处,同时能生成记录txt文件。-This is a more or rbf bin hex contents of the documents and different tools. Window can display different, but will generate record txt document.
Platform: | Size: 1561600 | Author: 田华 | Hits:

[Other Riddle gameshexsud

Description: Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell Scripts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku solver. input - Hex sudoku input file from the hw assignment page. Because Prolog input is hard to deal with full-stop sign, the input file extension is eliminated. hexsud - Another testing Hex Sudoku input file.-Files presented : README.txt-This file. Plaintext documentati on of my work. go-Shell Scripts for running the c odes. cmds- Prolog used for executing commands the codes and generate output. hexsud.pl- Prol og codes for the 16x16 Sudoku solver. input-Hex sudoku input file hw assignment from the page. B ecause Prolog input is hard to deal with full-st op sign. the input file extension is eliminated. hexsud- Another testing Hex Sudoku input file.
Platform: | Size: 6144 | Author: | Hits:

[File OperateReadFile

Description: 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notification handler code here CString sFileFilter="*.hex|*.hex" CString sFileName CFileDialog fDlg(true,NULL,NULL,OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,sFileFilter,NULL) fDlg.DoModal() sFileName=fDlg.GetFileName() if(sFileName!="") { CFile file(sFileName,CFile::modeRead) int nFileLength=file.GetLength() char *buffer HGLOBAL hgl=::GlobalAlloc(GMEM_MOVEABLE,nFileLength+1) buffer=(char *)::GlobalLock(hgl) file.Read(buffer,nFileLength) SetDlgItemText(IDC_EDIT1,buffer) ::GlobalUnlock(hgl) ::GlobalFree(hgl) } UpdateData(false) } -Open a TXT file and displayed in the EDIT control steps: 1. Create a new dialog-based project, known as the ReadFile2. In the interface to add a button (IDC_BUTTON1) and a text editor (IDC_EDIT1) IDC_EDIT1 properties: multi-line, can be drop-down scroll bar .3. Edit button trigger events (void CReadFileDlg:: OnButton1 ()) void CReadFileDlg:: OnButton1 () (//TODO: Add your control notification handler code here CString sFileFilter =*. hex |*. hex CString sFileName CFileDialog fDlg (true, NULL, NULL, OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, sFileFilter, NULL) fDlg.DoModal () sFileName = fDlg.GetFileName () if (sFileName! =) (CFile file (sFileName, CFile:: modeRead) int nFileLength = file.GetLength () char* buffer HGLOBAL hgl =:: GlobalAlloc (GMEM_MOVEABLE, nFileLength+ 1) buffer = (char*):: GlobalLock (hgl) file.Read (buffer, nFileLength) SetDlgItemText (IDC_EDIT1, buffer):: GlobalUnlock (hgl):: GlobalFree (hgl)) UpdateData (false))
Platform: | Size: 1888256 | Author: 这程子 | Hits:

[Other Embeded programhex2c

Description: 将HEX文件转换成TXT文本的程序.该程序可以把DSP的待烧写程序转换为文本文件,通过在线烧写程序引导DSP的BOOTLOADER-HEX file will be converted into text TXT procedures. The program can process DSP programmer to be converted to text files, through an online program guide the DSP programmer
Platform: | Size: 283648 | Author: 周严 | Hits:

[OtherHex2Txt

Description: Trnsfer hex to txt. 可以轉換Hex檔案成為一般的文字檔案 可以轉換Hex檔案成為一般的文字檔案 可以轉換Hex檔案成為一般的文字檔案 可以轉換Hex檔案成為一般的文字檔案-Trnsfer hex to txt. Can be converted Hex file become normal text file Hex file can be converted to become an ordinary text file Hex file can be converted to become an ordinary text file Hex file can be converted to become an ordinary text file
Platform: | Size: 57344 | Author: 詹立翔 | Hits:

[Othertxt

Description: txt,hex文件的操作原码,文件读写转换-txt, hex file operation of the original code, the file read and write conversion
Platform: | Size: 26624 | Author: peipei | Hits:

[Otherhex_dec_convert.txt

Description: c program for MCU to covert number between hex and decimal. Decoder for 7 segment LED with hex or decimal number.
Platform: | Size: 3072 | Author: jp | Hits:

[Crack HackEnDecryDll

Description: 文件加密解密dll代码,AES加密,适合txt, hex文件-Encrypt Decrypt dll
Platform: | Size: 27648 | Author: K | Hits:

[Otherascc--hex

Description: 用于将ascc数值转换成对应的ascc值 虽然一般的数据包处理软件都会自动转换但在这里将它提取了出来 而且能够过滤掉中间的一些没有用的字符 如 31@32@33依然能够将其正常翻译为字符123 (结果会写入一个results.txt)-用于将ascc数值转换成对应的ascc值虽然一般的数据包处理软件都会自动转换但在这里将它提取了出来而且能够过滤掉中间的一些没有用的字符如31@32@33依然能够将其normally translated as character 123 (the results will be included in a results.txt)
Platform: | Size: 1024 | Author: wlsy | Hits:

[SCMQualcommHexCommands.txt

Description: Hex commnads for Qualcomm phones
Platform: | Size: 2048 | Author: kb | Hits:

[OtherTOOL

Description: 将16进制的txt文件转换成2进制的txt文件-To 16 hex txt file convert binary txt file
Platform: | Size: 2252800 | Author: 聂冰枫 | Hits:

[Special EffectsBmp2Hex

Description: vc6源工程程序,可以直接编译运行,bmp文件转十进制编码文本文件处理。-bmp file to translate hex txt file.
Platform: | Size: 16384 | Author: wangxianbing | Hits:

[OtherAsciiToHex

Description: ASCII码转16进制数,即文本字符转16进制数据,文本以任意非0~9 ,a~z,A~Z分割均可(ASCII code to 16 decimal number, that is, text characters to 16 decimal data, the text to any non 0~9, a~z, A~Z segmentation can be)
Platform: | Size: 814080 | Author: cylon | Hits:
« 12 3 »

CodeBus www.codebus.net