Location:
Search - Hex control
Search list
Description: hex edit control
Platform: |
Size: 22528 |
Author: 沈 |
Hits:
Description: 这是一个普通的从CEdit类继承的16进制编辑控件-This is a general category CEdit inherited from the 16 band Edit Control
Platform: |
Size: 76800 |
Author: 刘明法 |
Hits:
Description: C语言程序,LC72131+PIC16C63+PT2258 -C source code for Sanyo LC72131 PLL radio using PIC16C63 as MCU for 3 wires bus control and Digital Volume Controller IC PT2258.
Platform: |
Size: 5120 |
Author: |
Hits:
Description: 能够显示各种各样字符,比如十六进制书,地址,ASCII码,字符排列样式,可以通过滑动杆来控制每行字符的数目-can display a variety of characters, such as hexadecimal, address, ASCII, characters with style, sliding shot through every line to control the number of characters
Platform: |
Size: 7168 |
Author: fighter05 |
Hits:
Description: 是用AT89C2051主控音量控制PT2258,数码管显示, 红外线遥控,2.1/5.1音源选择)包括全套原理图,源程序,HEX文件-AT89C2051 is PT2258 master volume control, digital control, infra-red remote control, 2.1/5.1 sources choice), including a full set of schematics, source, the HEX file
Platform: |
Size: 821248 |
Author: 许赞龙 |
Hits:
Description: An article on how to write an Edit control used for HEX and DEC number input.
Platform: |
Size: 5120 |
Author: 王林 |
Hits:
Description: 用 PIC16F73 做的温控器,压缩包中有硬件排版图、原程序、还有编译好的 HEX 文件。-PIC16F73 do with the temperature control device, compressed packages of hardware layout map, the original procedure, compiled HEX file.
Platform: |
Size: 46080 |
Author: 黄文忠 |
Hits:
Description: 本文档说明AVR单片机的Atmega 16对键盘按键控制的程序-This document explains AVR MCU Atmega 16 the keyboard keys to control the procedures
Platform: |
Size: 19456 |
Author: youhu |
Hits:
Description: 16进制HEX编辑器DELPHI控件源码。-16 hexadecimal HEX editor DELPHI source control.
Platform: |
Size: 311296 |
Author: jacku |
Hits:
Description: ATMEL AVR MEGA8 MCU DAC 驱动控制源代码-ATMEL AVR MEGA8 MCU DAC drive control source code
Platform: |
Size: 34816 |
Author: 郑睿德 |
Hits:
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:
Description: 单片机开发用工具有数码管编码,串口通讯HEX->BIN 等功能-Single-chip digital control with the development of labor codes, serial communication HEX-
Platform: |
Size: 1390592 |
Author: jinminghao |
Hits:
Description: 一个应用于LF2407的风扇转速控制系统,基于北京精仪达盛科技公司的试验箱,主要实现了风扇转速PID控制算法以及和利用DSP的串行口与上位机通讯的功能,以及LED,LCD显示,具体的通讯协议在压缩包里面的doc里面有-LF2407 an application of the fan speed control system, based on the Beijing Jing Sheng Tatsu Instrument Technology, Inc. Test Chamber, the main achievement of the fan speed and the PID control algorithm and the use of DSP
Platform: |
Size: 54272 |
Author: 黑白无常 |
Hits:
Description: 一个16进制OCX编辑控件,能够方便的以控件形式加入到程序中。-A 16-hexadecimal Editor OCX controls, convenient to be able to control the form to join the program.
Platform: |
Size: 77824 |
Author: bobmars |
Hits:
Description: 伺服马达控制的C51程序。
文件:
sifu*.c
sifu*.Uv2
sifu*.hex
等相关文件。-Servo motor control of the C51 program. File: sifu*. csifu*. Uv2sifu*. hex and other relevant documents.
Platform: |
Size: 50176 |
Author: 浩荡 |
Hits:
Description: 一个LCD控制器的verilog源代码,可以方便的控制TFT LCD!-An LCD controller Verilog source code, can easily control TFT LCD!
Platform: |
Size: 2048 |
Author: shi |
Hits:
Description: PARK CAR 倒车雷达的制作文件1:
有原理图和控制程序源代码,这里是不用数字显示而只用声音辨别距离的倒车雷达。MOD52是与汇编编译器一起使用的文件,*.HEX文件是编译好的文件,烧录到AT89C2051通电将按其内部的程序工作。图是用Protel 99设计的。更复杂的倒车雷达的制作文件2.3.4将陆续整理后上载-PARK CAR reversing the production of documents Radar 1: There are schematic and source code control procedures, this is not the only figures show that distance to distinguish the voices of reversing radar. MOD52 is the compiler used to compile the documents,*. HEX file is the compiled file, burn to AT89C2051 electricity will work according to their internal procedures. Map is designed with Protel 99. More complex radar reversing the production of documents will be collated and 2.3.4 uploaded
Platform: |
Size: 43008 |
Author: WSW |
Hits:
Description: 一个很好用的十六进制编辑控件,输出文件为OCX-Using a good hex programmer control
Platform: |
Size: 45056 |
Author: 阿发 |
Hits:
Description: Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number.
Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.-Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number.
Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.
Platform: |
Size: 28672 |
Author: 彭群 |
Hits:
Description: hex control, example code for msp430
Platform: |
Size: 1024 |
Author: Minh |
Hits: