-
用C++编写的计算器软件
此软件实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。
- 2022-03-20 00:07:03下载
- 积分:1
-
这是一个用vb开发的适用于各种控件的源代码,对于初学者来说是很有用的....
这是一个用vb开发的适用于各种控件的源代码,对于初学者来说是很有用的.-This is a development with vb applicable to the various controls the source code for beginners is very useful.
- 2022-03-25 06:41:35下载
- 积分:1
-
一个简单的wince的demo,内有wince的基本空间的用法,非常详细,可以考虑以用...
一个简单的wince的demo,内有wince的基本空间的用法,非常详细,可以考虑以用-a simple demo weights, weights are the basic space usage, in great detail, we can consider using the
- 2022-01-25 20:52:40下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
design is a process of a total of N line in the process scheduler. Process Sched...
设计一个有 N个进程共行的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。
每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : The number of the highest priority priority scheduling algorithm (that is, processors allocated to the highest priority in the process) and time-scheduling algorithm postings. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the arrival time, the running time, CPU time used, the process of the state and so on.
- 2022-08-09 06:12:05下载
- 积分:1
-
用来创建不同控件的源码,用c编的,大家可以参考
用来创建不同控件的源码,用c编的,大家可以参考-different controls used to create the source code, using the c series, we can refer to
- 2023-01-22 06:05:03下载
- 积分:1
-
XP Style CBitmapButton (CHoverBitmapButton) Style and theme aware bitmaps, give...
XP Style CBitmapButton (CHoverBitmapButton) Style and theme aware bitmaps, give your old apps a new look under Windows XP.
- 2022-03-01 11:08:02下载
- 积分:1
-
参观石IPC$ %软起动器的经销商(!一个万方数据()()()!* * *()()()!* # # &…
参观何必四通工控$%&软起动器经销商( ! )()()(!**()()(!*##A 万方数据 《电子技术应用》!""!年第#期 和外部...中.这样安排,对汇编程序没什么问题,但与L0#主 程序连接的时候,并-visited Stone IPC $% soft starter dealers (! A Wanfang Data )()()(!**()()(!*## "electronic technology applications "!""!# period, and which external ... . this arrangement, nothing in the compilation process, but with# 390 connecting to a main program and
- 2022-01-31 05:31:25下载
- 积分:1
-
plus add dynamic LOGO
加添加动态LOGO-plus add dynamic LOGO
- 2022-03-22 12:33:34下载
- 积分:1
-
这是一个关于在按钮上加载图片的动态连接库,他封装了很多函数,我只做了其中的一部分,很实用的。...
这是一个关于在按钮上加载图片的动态连接库,他封装了很多函数,我只做了其中的一部分,很实用的。-This is a button on the loading pictures on the dynamic link library, he Packaging, a lot of functions, I only had one part, very practical.
- 2022-04-23 12:18:40下载
- 积分:1