Welcome![Sign In][Sign Up]
Location:
Search - HEX to t

Search list

[Other resourcebcd_conv

Description: convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD 2.From binary to binary t o ASCII resp. BCD 3.From binary to Hex-ASCII Bin _Bcd.c : uchar BcdToBin (uchar val) uchar BinToBcd (uch ar val)
Platform: | Size: 4901 | Author: jack | Hits:

[SCMbcd_conv

Description: convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD 2.From binary to binary t o ASCII resp. BCD 3.From binary to Hex-ASCII Bin _Bcd.c : uchar BcdToBin (uchar val) uchar BinToBcd (uch ar val)
Platform: | Size: 5120 | Author: jack | 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:

[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:

[SCM74HC595-Application-with-MC51

Description: 595——8位数码管循环移位显示.doc │ 利用74HC595实现多位LED显示的新方法.doc │ 用74HC595芯片驱动LED的电路设计.pdf │ 文件目录表绘制.cmd │ 文件夹目录.txt │ 文件名目录.txt │ ├─点阵设计 │ 74HC595PW.pdf │ 正文点阵设计.doc │ ├─Use595_4(Alexi) │ Use595_2.c │ Use595_4.hex │ Use595_4(Alexi).PWI │ Use595_4(Alexi).DSN │ ├─电子钟(595) │ Eclock_2.hex │ Eclock_2.c │ Eclock_2.Opt │ Eclock_2.Uv2 │ Eclock_2_1.hex │ E-Clock.DSN │ E-Clock.PWI │ └─资料介绍 595.jpg 74HC595真值表.png 74hc595.doc ★595引脚介绍★.doc 74HC595PW.pdf-595- 8 bit digital tube display cyclic shift. Doc │ use 74HC595 to achieve many of the new method of LED display. Doc │ with 74HC595 chip LED driver circuit design. Pdf │ paper drawing table. Cmd │ folder directory. Txt │ file name directory. txt │ ├ ─ lattice design │ 74HC595PW.pdf │ lattice design of the body. doc │ ├ ─ Use595_4 (Alexi) │ Use595_2.c │ Use595_4.hex │ Use595_4 (Alexi). PWI │ Use595_4 (Alexi) . DSN │ ├ ─ electronic bell (595) │ Eclock_2.hex │ Eclock_2.c │ Eclock_2.Opt │ Eclock_2.Uv2 │ Eclock_2_1.hex │ E-Clock.DSN │ E-Clock.PWI │ └ ─ information on 595.jpg 74HC595 truth table. png 74hc595.doc ★ 595-pin introduced ★. doc 74HC595PW.pdf
Platform: | Size: 770048 | Author: Alexi | Hits:

[File Operatereadtext

Description: The program attempts to read a text file line-by-line and print out exactly what it read for each line. The output is in the form of a modified "hex dump" that may be compared directly to the actual contents of the input files. All characters read are retained in the output, including any line terminators and other special characters. The program doesn t "do" anything with the data in the text files it merely displays what it read. - The program attempts to read a text file line-by-line and print out exactly what it read for each line. The output is in the form of a modified "hex dump" that may be compared directly to the actual contents of the input files. All characters read are retained in the output, including any line terminators and other special characters. The program doesn t "do" anything with the data in the text files it merely displays what it read.
Platform: | Size: 8192 | Author: leespoon | Hits:

[SCMLED

Description: at89c51 的跑马灯程序. 把LED灯连接到端口0然后用烧录到单片机就行了.-This is an AT89C51 LED chaser program. Connect LEDs to port 1 and then use KEIL to compile the leds1.C into a .hex file then download t to your microcontroller.
Platform: | Size: 1024 | Author: roflcopter | Hits:

[Internet-Networksmit.tar

Description: arp Smit is a simple ARP hijacking tool for switched/unswitched networks. It wor ks even better on switched networks, because the spoofed sides do not see th e duplicated packets. I based the tool on sources from arpmitm and arprelay and included nice features like automatic ARP MAC query and some improved MA C cache consistence algorithm. Now you can save the whole relayed traffic to a file (buffered, for heavy traffic and direct write mode included) and ana lyse it with some hex editor. The format of the capture file defaults now to pkt which means the captured packets will be prefixed with packet id (num ber, going from 0) and the captured packet length. The file can be decoded w ith the pktview utility which I m still working on. Undef TCPDATA in pktvi ew.c if you don t want the lame tcp-data extracting code (it will only ASCII -dump the data field from tcp-packets with ack & psh set, I don#t have time to implement a TCP state machine :-) -Smit is a simple ARP hijacking tool for switched/unswitched networks. It wor ks even better on switched networks, because the spoofed sides do not see th e duplicated packets. I based the tool on sources from arpmitm and arprelay and included nice features like automatic ARP MAC query and some improved MA C cache consistence algorithm. Now you can save the whole relayed traffic to a file (buffered, for heavy traffic and direct write mode included) and ana lyse it with some hex editor. The format of the capture file defaults now to pkt which means the captured packets will be prefixed with packet id (num ber, going from 0) and the captured packet length. The file can be decoded w ith the pktview utility which I m still working on. Undef TCPDATA in pktvi ew.c if you don t want the lame tcp-data extracting code (it will only ASCII -dump the data field from tcp-packets with ack & psh set, I don#t have time to implement a TCP state machine :-)
Platform: | Size: 8192 | Author: fire | Hits:

CodeBus www.codebus.net