-
listcontrol
listcontrol 的用法 实现listcontrol的分页,可以绑定数据库查询。。。。。。。。。。。。。。。。。。。。。。
- 2022-01-26 17:46:58下载
- 积分:1
-
使用delphi开发的指示灯控件
使用delphi开发的指示灯控件-use development, the light control
- 2022-03-02 00:30:08下载
- 积分:1
-
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的...
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的-Windows dynamic link library is a very important resource, how to use the dynamic library is also pursued by VC programmers lovers
- 2022-03-11 10:34:42下载
- 积分:1
-
can immediately replace the interface procedures
可以实时更换程序的界面-can immediately replace the interface procedures
- 2023-02-28 00:15:03下载
- 积分:1
-
考试系统
简单的考试系统,实现最基本的考试功能,
本系统通信采用Socket编程,该通信方式在简单、准确性和运行速度方面有其优势;前台采用Eclipse作为主要开发工具,可与JDK无缝链接。
系统开发平台:Eclipse
系统开发语言:Java
通信方式:Socket
服务器功能模块:通信功能、试题处理。
客户端功能模块:主要是界面设计,通信功能,试题事件处理,
- 2023-08-08 11:45:05下载
- 积分:1
-
此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: +...
此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the procedures in the importation of variable size and arithmetic expressions dynamic analytical expression to be Operational results. Support for a number of arithmetic operations and mathematical functions are as follows : :-*/^ () mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, for example, to set trunc a1 and a2 the size, can be calculated by the following formula : exp ( sin (a1)* cos (a2)) Operating System : Visual C language
- 2023-03-14 14:10:03下载
- 积分:1
-
在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击...
在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击菜单只能产生一个窗口(象SDI)。这种形式的窗口设计给人与一种条理感。于是我用VC6.0尝试创建这种窗口,现将整个过程为大家写下来,这里应含有MFC的一些内幕技术。-in many management information system forms have some things in common : We can open the menu framework through various types of View window, which is MDI window View some of the features, in the framework of the smallest Window maximize reduction, and click on the menu only have a window (like SDI ). This form of window design gives people with a coherent sense. I have spent VC6.0 attempt to create such a window, now the entire process for you to write down here should contain some insider MFC technology.
- 2022-09-13 11:55:03下载
- 积分:1
-
管理 NTFS 交界点
创建和删除 NTFS 联结点简单 !
有三种类型的文件在 NTFS 文件系统支持的链接: 硬链接、 路口和符号链接。本主题是硬链接和路口的概述。
硬链接
硬链接是文件的多个路径引用单个文件在同一个卷中的文件系统表示形式。若要创建硬链接,请使用 CreateHardLink 函数。对该文件的任何更改都立即可见,这些应用程序访问它通过引用它的硬链接。但是,目录条目的大小和属性信息是只更新更改是通过它的链接。请注意对该文件的属性反映在每一个硬链接到该文件中对该文件的属性的更改传播到所有的硬链接。例如,如果你重置删除那特别的硬链接,硬链接上的只读属性并有多个硬链接到实际的文件中,那么您将需要重置只读位上从剩余的硬盘的一个文件,使文件的链接和所有剩余的硬链接回只读状态。
例如,在系统中的 c: 和 d: 都是本地驱动器和 z: 是一个网络驱动器映射到 fredshare,允许作为硬链接以下引用:
链接到 C:dirbdirclucy.txt C:diraethel.txt
D:dir1tinker.txt 到 D:dir2dirxbell.txt
链接到 C:dir2mina.txt C:dirybob.bak
以下不是:
链接到 C:dirb C:dira
链接到 D:dirblucy.txt C:diraethel.txt
链接到 Z:dirblucy.txt C:diraethel.txt
若要删除一个硬链接,使用 DeletFile函数。您可以删除任何顺
- 2022-09-07 10:20:03下载
- 积分:1
-
有关列表控件的使用
有关列表控件的使用-controls on the use list
- 2022-01-30 14:51:55下载
- 积分:1
-
数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家开发时用,避免重复劳动。...
数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家开发时用,避免重复劳动。-Guinness category database operations, including MS SQL, Oracole, OLEDB, MySQL, ODBCDB. Developed for everybody, and avoid duplication of efforts.
- 2022-05-06 15:39:22下载
- 积分:1