资源列表
QIPLineEdit
- 实现了以下一些方便的操作: 1.连续输入; 2.连续删除; 3.任意位置插入; 4.自适应大小变化。 5.正则匹配,每个值不大于255。设置IP值时,有正则进行验证是否是IP格式。 实现方法,使用一个大的QLineEdit嵌套四个小的QLineEdit,中间的点是使用paintEvent画出来的。操作是使用eventFilter来进行分发实现的。- Here are some easy to achieve the following: 1. Continuous
一个数字钟的例子1
- 这是一个电子时钟,显示时间,通过汇编程序来实现,调用BIOS-This is an electronic clock that shows the time, through compilation process to achieve, call BIOS
Lang
- MFC里的表格控件,比较好用,可以看看,类似于GRIDCTR-MFC in the form control, more convenient, you can see
C_TEXT
- 基于 BIOS 的屏幕开发 C 语言源程序。这是个汇编语言库,实现BIOS下文本的编辑、游标控制等。-BIOS screen-based C language source development. This is a compilation of language library that implements the BIOS text editing, cursor control.
关于内存的一些概念
- 关于内存的一些概念 原著:阿鸣 1.何为内存模块 (Memory Module)? 内存模块是指一个印刷电路板表面上有镶嵌数个记忆体芯片chips,而这内存芯片通常是DRAM芯片,但近来系统设计也有使用快取隐藏式芯片镶嵌在内存模块上内存模块是安装在PC 的主机板上的专用插槽(Slot)上镶嵌在Module上DRAM芯片(chips)的数量和个别芯片(chips)的容量,是决定内存模块的设计的主要因素。 - About memory some concepts original: A
MaskedTextBox_src.zip
- masked edit box
wmsdhk
- 无模式的对话框编写程序,主要采用Delphi编写的程序,简单易懂。-model of the dialog without writing programs, mainly prepared by the Delphi process, simple and understandable.
sleep
- this utility is used to copy any file to different location in the local area network. this utility keeps record of last added locations into the list.This application uses path.xml file to keep history of locations. This is very simple
callref
- java call reference and passing an object
TFoatEditcontrol
- System will automatically delete the directory of debug and release, so please do not put files on these two directory.
login
- 用ASP制作网站登录系统 把用户名写入Session(\"userid\")是为了防上非法登录,只要在受限页面的头部加入下面代码: 以下为程序代码: <% if session(\"userid\")=\"\" then response.write(\"<scr ipt language=javascr ipt>alert( 对不起,你没有查看该页的权限或已超时,请重新登录! ) location.href= loging.asp </scr ipt
IPAddressControl
- IP地址输入框控件,是比较好的ip地址输入框 大家下载试试看!