-
use of the database operations and the absence of third
使用ADO技术 对数据库进行操作,没有使用第三方类-use of the database operations and the absence of third-party category
- 2022-11-05 06:30:03下载
- 积分:1
-
用事件结构实现的4开关互锁功能
采用彩色按钮控件
用事件结构实现的4开关互锁功能
采用彩色按钮控件-Case of implementation with the structure of interlocking switch function 4 button control the use of color
- 2022-02-03 00:12:46下载
- 积分:1
-
多项式的计算,利用链表结构,多项式的总和
多项式的计算,采用链表结构,对两个多项式进行求和-Polynomial calculation, using the list structure, the sum of two polynomials
- 2022-08-17 15:28:28下载
- 积分:1
-
通过修改VCL源码实现自定义输入对话框,在BCB中有两个函数可以实现输入对话框:InputBox和InputQuery,其实InputBox也是调用了Input...
通过修改VCL源码实现自定义输入对话框,在BCB中有两个函数可以实现输入对话框:InputBox和InputQuery,其实InputBox也是调用了InputQuery,这个函数有几个缺点:-amend VCL source implementation-defined input dialog, the BCB has two functions can be achieved input dialog : InputBox and InputQuery, also called the InputBox InputQuery, this function has several drawbacks :
- 2023-08-08 23:05:03下载
- 积分:1
-
Delphi implementation using Windows domain authentication code. Using ADSI to op...
使用Delphi实现Windows域认证的代码.使用ADSI进行操作-Delphi implementation using Windows domain authentication code. Using ADSI to operate
- 2022-06-18 09:38:58下载
- 积分:1
-
模拟信道传输的一个软件,可以设定bit出错率,包丢失率
模拟信道传输的一个软件,可以设定bit出错率,包丢失率-It is a software of simulate channel transmission.It can enact the rate of bit error,package lose rate.
- 2022-04-14 19:17:08下载
- 积分:1
-
屏幕键盘,绝对让你满意,可以自己选择,可以使用.
屏幕键盘,绝对让你满意,可以自己选择,可以使用.-nice onscreen keyboard,you can customize the skin.
- 2022-03-22 18:22:47下载
- 积分:1
-
use vb6.0 mo development of the geographic information system, more suitable for...
这是一个利用vb6.0+mo开发的地理信息系统,比较适合初学者看并使用。-use vb6.0 mo development of the geographic information system, more suitable for beginners to see and use.
- 2023-08-07 13:00:03下载
- 积分:1
-
一个很好的类,左边一个列表框,中间四个按钮,右边一个列表框。中间的四个按钮可以实现两个列表框内容的移动。 使用方法:只要将两个列表框以及四个按钮的ID传给类即可...
一个很好的类,左边一个列表框,中间四个按钮,右边一个列表框。中间的四个按钮可以实现两个列表框内容的移动。 使用方法:只要将两个列表框以及四个按钮的ID传给类即可-a good class, left a list box, the middle four buttons, the right side of a box. Among the four buttons can be achieved List Box 2 mobile content. Use : As long as two to the list box and four button ID can pass category
- 2022-01-25 15:23:51下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1