-
Visual C++ 6.0应用编程150例
Visual C++ 6.0应用编程150例-Visual C 6.0 Application Programming 150 cases
- 2022-03-15 06:03:17下载
- 积分:1
-
实现了鼠标画图功能:
左键点击,在客户区出现一个图形标记,按住左键拖动,则可绘制图形,双击右键,清除客户区的所有图形。...
实现了鼠标画图功能:
左键点击,在客户区出现一个图形标记,按住左键拖动,则可绘制图形,双击右键,清除客户区的所有图形。-Implementation of the mouse drawing functions: left click in the client area of a graphic mark, hold down the left drag, you can draw graphics, double-click the right to remove all the graphics client area.
- 2022-11-11 07:50:03下载
- 积分:1
-
离散二进制猫群算法
这个关于一种离散二进制猫群算法的代码,采用测试函数来测试这个算法的性能,参考文献为Sharafi Y, Khanesar M A, Teshnehlab M. Discrete binary cat swarm optimization algorithm[C]// International Conference on Computer,control & Communication. IEEE, 2013:1-6. 这个代码包和这篇文献是同步,大家可以看这篇文献,它的实现则是这些代码
- 2022-05-17 02:39:41下载
- 积分:1
-
实现STUN协议的服务器端和客户端,是UDP穿越NAT
实现STUN协议的服务器端和客户端,是UDP穿越NAT-Realize STUN protocol server-side and client is UDP through NAT
- 2022-10-04 16:15:03下载
- 积分:1
-
Circuits Design of High Stability Stepping Motor Drive
Circuits Design of High Stability Stepping Motor Drive
- 2023-01-12 23:50:04下载
- 积分:1
-
VC6做的虚拟光驱,不需要安装,设置一下就可以应用了
VC6做的虚拟光驱,不需要安装,设置一下就可以应用了-VC6 do virtual drive, do not need to install, set up what can be applied on the
- 2022-02-03 11:44:35下载
- 积分:1
-
把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位...
把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
- 2022-03-16 06:19:03下载
- 积分:1
-
wuziqi
一个界面整洁的五子棋,很实用,建议大家下载试试看-wuziqi
- 2022-03-20 07:04:48下载
- 积分:1
-
btp 2.0.2 tutorial source codes
btp 2.0.2 tutorial source codes
- 2022-07-14 09:49:16下载
- 积分:1
-
由于Visual Basic应用程序是基于对象的,所以应用程序的代码结构就是该程序在屏幕上物理表示的模型。根据定义,对象包含数据和代码。在屏幕上看到的窗体代表属...
由于Visual Basic应用程序是基于对象的,所以应用程序的代码结构就是该程序在屏幕上物理表示的模型。根据定义,对象包含数据和代码。在屏幕上看到的窗体代表属性,这些属性定义了窗体的外观和内在特性。
本设计主要是运用Data控件。
-Applications because of Visual Basic are object-based, so the structure of application code is the program that the screen on the model physics. By definition, the object contains data and code. On the screen to see the form on behalf of the property, which defines the form of property appearance and internal characteristics. Designed mainly to use the Data control.
- 2022-07-23 06:25:59下载
- 积分:1