Welcome![Sign In][Sign Up]
Location:
Search - hex 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:

[Other resourcePWMz

Description: 文件列表: _1b8.aaa _1ek.aaa _1s0.aaa _11g.aaa Pwm._c Pwm.c PWM.cof PWM.dbg PWM.dp2 PWM.hex PWM.i PWM.lis PWM.lk PWM.lst PWM.mak PWM.mp PWM.o PWM.prj PWM.s PWM.src PWM_cof.aps PWMtest.i PWMtest._C PWMtest.C PWMtest.dp2 PWMtest.lis PWMtest.o PWMtest.s -documents list : _1b8.aaa _1ek.aaa _1s0.aaa _11g.aaa Pwm._c pW M. PWM.cof PWM.dbg PWM.dp2 PWM.hex PWM.i PWM. lis PWM.lk PWM.lst PWM.mak PWM.mp PWM.o PWM.pr j PWM.s PWM.src PWM_cof.aps PWMtest.i PWMtest . _C PWMtest.C PWMtest.dp2 PWMtest.lis PWMtes t.o PWMtest.s
Platform: | Size: 22813 | Author: 郑峰 | 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:

[SCMPWMz

Description: 文件列表: _1b8.aaa _1ek.aaa _1s0.aaa _11g.aaa Pwm._c Pwm.c PWM.cof PWM.dbg PWM.dp2 PWM.hex PWM.i PWM.lis PWM.lk PWM.lst PWM.mak PWM.mp PWM.o PWM.prj PWM.s PWM.src PWM_cof.aps PWMtest.i PWMtest._C PWMtest.C PWMtest.dp2 PWMtest.lis PWMtest.o PWMtest.s -documents list : _1b8.aaa _1ek.aaa _1s0.aaa _11g.aaa Pwm._c pW M. PWM.cof PWM.dbg PWM.dp2 PWM.hex PWM.i PWM. lis PWM.lk PWM.lst PWM.mak PWM.mp PWM.o PWM.pr j PWM.s PWM.src PWM_cof.aps PWMtest.i PWMtest . _C PWMtest.C PWMtest.dp2 PWMtest.lis PWMtes t.o PWMtest.s
Platform: | Size: 22528 | 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:

[SCMC51

Description: 1,正如有的朋友所说,这是丁丁原作的改版(并无冒犯丁丁之意); 2,向丁丁学习,源程序公开,不过上位机界面(VB做的)暂时还不舍得(哈哈); 3,源程序框架便于大家扩展支持的芯片(编好了别忘了给我一份),上位机部分用数据库; 4,上下位机的通讯规约源程序里有简单说明,双击下边的组合框能看到发送的报文; 5,公开的动机:受晓奇无私精神感动,也是想得到高手(尤其是版主)的指点批评; 6,硬件增加了发送指示灯、四角增加了大面积焊盘用于焊上四个脚(比如用螺母); 7,软件修正了原不能打开16K以上HEX文件的错误,更大规模的文件可能还有问题; 8,另外,好多朋友问我原理图中的TL521是什么,其实应该是:TLP521-1(光偶)。-err
Platform: | Size: 958464 | 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:

[SCMlcm_t

Description: lcd显示电子时钟,有万年历,带温度显示,还有节假日显示,还有传统节日-lcd display electronic clock, with calendar, with the temperature shows that there are holidays that there are still traditional festivals
Platform: | Size: 6144 | Author: lz | 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:

[LabViewCheca-CRC-(str)

Description: apply crc check in hex string word with crc_xmodem_update. return crc ok (T|F)
Platform: | Size: 11264 | Author: jones | Hits:

CodeBus www.codebus.net