-
Side Bar Opml List for creating Side Bar
Side Bar Opml List for creating Side Bar
- 2022-04-08 17:12:16下载
- 积分:1
-
基于Windows的编程
基于Windows的编程——Windows窗体章节现在已经成为世界上使用最广泛的操作系统,这使得学习Windows编程变得非常重要。,等编程语言,我们也是一个很简单的例子开始学习Windows编程。这个例子将建立一个WinForms和中间表单show";Hello";字符串(参见图1)。1进程的开始和结束与C语言的main()函数有关,Windows程序从WinMain()函数开始和结束。WinMain()函数是在WINBASE.H中定义的,其原型如下:int WINAPI WinMain(HINSTANCE HINSTANCE,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nShowCmd),其中第一个参数(HINSTANCE HINSTANCE)是过程handle的示例,handle
- 2023-08-25 11:35:03下载
- 积分:1
-
c语言函数大全 !!各种函数的使用都有
c语言函数大全 !!各种函数的使用都有-Series! ! The use of various functions have!
- 2022-03-23 18:03:04下载
- 积分:1
-
the title bar for hidden or revealed that makes Sometimes, the area showed incre...
对标题拦进行隐藏或显示,使得有时候,显示面积增大-the title bar for hidden or revealed that makes Sometimes, the area showed increases
- 2022-01-22 02:33:37下载
- 积分:1
-
不使用PropertySheet的tabbed dialogs多页面对话框,映射对话框的类都是从CDialog继承过来的,比属性页生成多页面对话框简单多了,便于...
不使用PropertySheet的tabbed dialogs多页面对话框,映射对话框的类都是从CDialog继承过来的,比属性页生成多页面对话框简单多了,便于添加到文档/视图内。-Create tabbed dialogs without using property sheet and simplify the process of generating tabbed dialogs and easily add to doc/view program for property setups.
- 2022-03-31 04:00:47下载
- 积分:1
-
这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制...
这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制-make this a window for interface with the toolbar can call this function in the source code in hopes useful. I have the opportunity to download or 0, I can not find its procedures in the hope that the moderator opened the restrictions
- 2022-10-05 06:25:03下载
- 积分:1
-
粒子群优化算法的代码在 C
它是用于粒子在哪里 4 尺寸变量的粒子群优化算法 (PSO) 的 C 代码。
- 2022-01-26 03:17:39下载
- 积分:1
-
在MFC多线程示例
multi threading sample in mfc
- 2022-03-21 10:43:05下载
- 积分:1
-
Delphi7(BCB6)下支持Unicode的控件包,使用方法与标准控件相同...
Delphi7(BCB6)下支持Unicode的控件包,使用方法与标准控件相同-Delphi7 (BCB6) Unicode support for the control packet, use the same controls and standards
- 2023-03-11 13:45:03下载
- 积分:1
-
c++builder开发动画界面
应用背景
1.当打开窗体时,有一个飞碟从窗体的左上方运行到右下方;
2.移动 右边的滑块 可以调整动画的垂直速度
3. 移动下发的滑块 可以调整动画的水平速度
关键技术通过组件TTimer 控制飞碟移动的速度,使用TPaintBox绘制动画,使用TTraceBar组件调整动画的速度。设置各个参数,调整适当的距离,完成对各属性的设置
- 2023-03-10 00:40:03下载
- 积分:1