-
智能交通系统
用C语言在最原始的dos系统编程,实现智能交通的设计,以实际十字路口为原型进行建模。
- 2022-05-25 04:16:47下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
operating system to guide experimental courses, a curriculum The purpose of this...
操作系统课程实验指导书, 一、 课程实验的目的 二、 课程实验要求 四、 课程实习题目 、报告的要求和格式-operating system to guide experimental courses, a curriculum The purpose of this experiment two, four courses experimental requirements, training courses topic, reporting requirements and format
- 2022-02-26 13:25:51下载
- 积分:1
-
vista
vista-clock.zip vista-clock vista-clock-vista-clock.zipvista-clockvista-clockvista-clockvista-clock
- 2022-07-25 02:44:31下载
- 积分:1
-
This application not only demonstrates the basics of using the Microsoft Foundat
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TimeLimit application.
- 2022-05-24 06:05:24下载
- 积分:1
-
OCC + VC++
这是开放Casecade&VC++一个完整的框架。 VC的IDE是VS2008。项目的类别是单domcument项目。编译后,程序运行良好。它是一个温和的框架,这意味着只有框架代码和基本接口(XT)结束。用户可以下载它加入自己的功能代码来构建OCC和MFC下的三维模型。
- 2022-03-16 17:08:26下载
- 积分:1
-
C++ Builder开发OPC客户端
使用C++ Builder开发OPC客户端实现PLC与PC机的通信,在上位机可以监控和修改PLC的数据
- 2023-01-14 03:15:03下载
- 积分:1
-
C反跳表
Jump statment in C shapr
- 2022-03-18 22:50:35下载
- 积分:1
-
VC 线程控件,方便易用,美观
VC 线程控件,方便易用,美观 -VC-thread control, user-friendly, visual VC-thread control, user-friendly, visual
- 2022-03-10 08:19:47下载
- 积分:1
-
VC interface a dynamic view programming examples, there are many effects of the...
VC界面动感视图编程得例子,有很多界面切换的效果-VC interface a dynamic view programming examples, there are many effects of the interface switch
- 2022-05-28 12:36:30下载
- 积分:1