-
计算器
// calc-ui-model/Calc.java -- Fred Swartz// Level : Intermediate.// Structure : Three files: main, GUI (subclass of JFrame), logic.// Components: JButton, JTextField (right justified).// Containers: JFrame, several JPanels.// Layouts : BorderLayout to put the other panels together.// Two GridLayout panels for the buttons.// Listeners : One ActionListener which is shared by all// numeric key buttons. Similarly share// an ActionListener for all operator buttons.//
- 2022-10-18 16:20:03下载
- 积分:1
-
拆分多个窗口的例子很好的Split a good example of multiple windows
拆分多个窗口的例子很好的Split a good example of multiple windows-Split a good example of multiple windows Split a good example of multiple windows
- 2022-01-30 12:57:19下载
- 积分: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
-
用VC开发图像处理系统,主要是针对dib,bmp
进行图象平滑处理,灰度值处理,阙值选取及二值化等等的处理...
用VC开发图像处理系统,主要是针对dib,bmp
进行图象平滑处理,灰度值处理,阙值选取及二值化等等的处理-with VC image processing system is targeted mainly Freehand, bmp images smooth, gray value, Que selection and two values of the treatment, etc.
- 2022-03-01 13:30:46下载
- 积分:1
-
_ _ kos.rar OPC客户端
OPCU客户端_KOS.rar公司
- 2022-05-21 00:45:55下载
- 积分:1
-
vs c# 案例
资源描述
vs2005SQL数据库实例
vs2005 入门基础程序案例
sql 入门基础程序案例
可供IT行业业余,专业,技术人员学习。
- 2022-08-09 11:21:17下载
- 积分:1
-
该程序完成(7,3)循环码的编码功能,并验证子
该程序完成(7,3)循环码的编码功能以及校验子译码功能,有良好的中文交互界面-The program is completed (7,3) cyclic code encoding functions, and verify sub-decoding functions, has a good Chinese language interface
- 2022-08-13 23:14:51下载
- 积分:1
-
基于LABVIEW的虚拟数字示波器
资源描述基本可以实现仪器的性能与可靠性,可以方便的对其编程, 实现对数据的采集、实时显示、数字滤波、截波显示、波形存储、波形回显、频谱分析等多种功能。
- 2022-01-27 15:03:27下载
- 积分:1
-
改进了的生产与消费者问题的模拟
改进了的生产与消费者问题的模拟-improved production and consumer issues simulation
- 2022-03-21 23:02:23下载
- 积分:1
-
这是一个用asp.net开发的开发门户网站的例子,它提供了许多现成的模块可以使用,同时你也可以根据它的接口开发自己的模块来使用....
这是一个用asp.net开发的开发门户网站的例子,它提供了许多现成的模块可以使用,同时你也可以根据它的接口开发自己的模块来使用.-This a development with the development of Asp. Net portals example, it provides many off-the-shelf modules can be used, but you also can develop its own interface module to use it.
- 2023-02-25 06:10:04下载
- 积分:1