-
from memory structure and create dialog, to prevent the application's resour...
从内存中构造和创建对话框, 防止应用程序的资源文件被串改-from memory structure and create dialog, to prevent the application"s resource file is altered
- 2022-08-14 10:08:25下载
- 积分:1
-
CPU与内存波形检测器
实时获取CPU和内存的使用率,在VC6下使用双缓存将波形图实时的绘制出来,并从右向左移动,从而达到监控CPU和内存使用率的效果。程序运行完整有效,值得借鉴。
- 2022-02-09 15:51:20下载
- 积分:1
-
buttworth滤波,主要用来对工程中采集的信号进行处理,包括lp,hp,bp,bs等...
buttworth滤波,主要用来对工程中采集的信号进行处理,包括lp,hp,bp,bs等-buttworth filter, mainly uses for the signal which gathers
to the project in to carry on processing, including lp, hp, bp, bs and
so on
- 2022-04-09 17:10:11下载
- 积分:1
-
皮球滚动,可看见其运动轨迹对学习vc的动画有帮助
皮球滚动,可看见其运动轨迹对学习vc的动画有帮助-the ball rolling, you can see their trajectories of learning vc help of animation
- 2022-10-12 18:30:03下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07
vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口-vc inspiration source code programming examples accelerated 01 menu button to create dynamic menu 02 03 04 menu items map system with the right mouse button for the pop-up menu of 05 added to the system menu mode menu items 06 07 modeless dialog box 08 A. fxMessageBox 09 based on the use of dialog 10 applications to change the background color dialog 11 the use of the rolling axis 12 13 hidden task bar window size limit of 14 changes to create irregular window transparent window 15 1 six in a total of the top 17 purple window so that the window of 18 middle-trailers moving window title bar window 20 19 Resolution automatic call window
- 2022-04-17 18:02:51下载
- 积分:1
-
its c# application
ITS showing how to call window API &DLL
its c# application
ITS showing how to call window API &D-its c# application
ITS showing how to call window API &DLL
- 2023-08-16 08:50:04下载
- 积分:1
-
应用visual c++设计了列表控件,有比较好的效果
应用visual c++设计了列表控件,有比较好的效果-Application of visual c++ list control design, there is relatively good results
- 2022-01-24 17:35:19下载
- 积分:1
-
动画演示,动画手机,随机运动,跟随图标运动
动画演示,动画手机,随机运动,跟随图标运动-animation presentation, animation phones, random movement, movement to follow icon
- 2023-06-27 21:35:03下载
- 积分:1
-
Primitive yards from thinking in java
本原码来自 thinking in java-Primitive yards from thinking in java
- 2023-02-18 17:00:03下载
- 积分:1