搜索资源列表
NumEdit_demo(An E Notation Numeric Edit Control).z
- CloseSmoothly_demo,实现数字化输入的编辑框控件,数字,字符过滤功能-CloseSmoothly_demo, digital input edit box control, numbers, characters filtering
WebWordCS123456
- TX.WebControls.TXWebWord控件使用OCX控件形式实现了在WEB页面上编辑Word文档. 经过了半年多的测试,已经形成了比较稳定的版本,并且实现了控件的安全接口和 数字签名,客户端自动下载安装,不需要更改任何IE浏览器的设置.但WEB下OFFICE 控件都有易出错的通病,希望大家把在使用过程中发现的问题通过E-MAIL发给我, 以便及时修正.-TX.WebControls.TXWebWord cont
NumericSpin
- 可滚动的编辑框,可以直接操作增加或减少数字-can edit box, can operate directly increase or decrease figures
FloatEdit
- free 用于一个数字Edit,可以自由设置参数,如小数位数,正负号。-free for a number Edit can freely set parameters, such as minority, the median of plus or minus.
编辑数字的Edit类
- 只能输入数字,拷贝和粘贴也只是那个是数字。
NumEdit_demo(An E Notation Numeric Edit Control).z
- CloseSmoothly_demo,实现数字化输入的编辑框控件,数字,字符过滤功能-CloseSmoothly_demo, digital input edit box control, numbers, characters filtering
WebWordCS123456
- TX.WebControls.TXWebWord控件使用OCX控件形式实现了在WEB页面上编辑Word文档. 经过了半年多的测试,已经形成了比较稳定的版本,并且实现了控件的安全接口和 数字签名,客户端自动下载安装,不需要更改任何IE浏览器的设置.但WEB下OFFICE 控件都有易出错的通病,希望大家把在使用过程中发现的问题通过E-MAIL发给我, 以便及时修正.-TX.WebControls.TXWebWord cont
MyDyEdit
- VC++中标准编辑框控件的扩展,对输入条件进行了各种扩展,如数字输入、日期输入等。-VC standard edit box control the expansion of the input conditions for the various extensions, such as digital input, the importation of such date.
FloatEdit
- free 用于一个数字Edit,可以自由设置参数,如小数位数,正负号。-free for a number Edit can freely set parameters, such as minority, the median of plus or minus.
NumberBox
- 输入数字的控件源代码 提供给VB中的朋友们使用-Enter the number of controls available to the VB source code of my friends use
MyEditDot
- 这是一个基于MFC框架下实现Edit输入限制的代码,只允许输入数字和小数点,和收银台的功能一样.希望对于初学者有一定的帮助,之前我上传过一些程序,运行不了,在这里说声对不起.我很喜欢这个网站,希望大家以后多多支持 -This is a fr a mework based on MFC to achieve Edit code input restrictions, allowing only enter numbers and de
NumEdit_demo
- 数字编辑框类。可以直接在编辑框中输入数字,其它的不接受-Edit box type figure. Directly in the edit box, enter the figure, the other does not accept
Article_demo
- windows mobile ,edit过滤数字控件-windows mobile, edit digital control filter
NumericSpin_demo
- Edit控件和Spin控件组合,点击Spin对Edit的数字进行浮点类型自增自减-Edit Controls and Spin Control portfolio, click on Edit the figures Spin floating-point type increment decrement
EditPro
- 人机界面控件,EditPro ,加强型 edit 文本录入控件,可以指定数据类型,支持 文本,数字,日期格式-user interface compnent,EditPro
Edit
- 让Edit只接受数字输入,避免错误输入其他字符-Edit only accept digital input to avoid input errors other characters
Edit-Control-Bar
- 实现编辑框的多种操作,包括:如何将编辑框中输入的字符转换为大写(小写);如何限制编辑框输入文本的长度;如何限制编辑框只能输入数字;如何在编辑框中实现多行显示;如何在编辑框中追加文本。-Edit box to achieve a variety of actions, including: how to edit box, enter the characters converted to uppercase (lowercase) h
Edit-demo
- CEdit Edit控件 限制输入长度、仿序列号输入、限制输入指定的字符或数字、自动跳转到下一个编辑框.-Edit control limit input length, fake serial number, input, limit the importation of a specified character or number, automatically jump to the next edit box.
数字签名、数字证书分析与Java实现
- 创建数字证书,更新数字证书,RSA私钥签名,公钥解密,验证数字签名,合并图章到另找一张图片(Create CER;Edit CER;RSASignature;Check Signature;Combine Pics)
edit-distance
- *面试题个人题解。 对于一个数字串,需要通过一定的操作变成另一个数字串,问最小操作次数。 总共有3钟操作: 1.某位数字加一 2.某位数字减一 3.调换任意两位数字(The Alibaba interview questions personal problem. For a digit string, we need to turn another operation into another string and ask th