-
Only implements a few simple operations subtraction multiplication and division...
只实现了一些简单的运算;加减乘除;清零;归零;菜单栏;小数点;错误提示窗口;等等;只要会这些,其他的一些功能自己就一定也会添加了了;-Only implements a few simple operations subtraction multiplication and division Clear zero menu bar decimal point error window and so on so long as these, some other features himself would surely be added in
- 2022-02-05 23:41:28下载
- 积分:1
-
这是一个用C++Builder开发的TQuery组件小实例,希望大家能够喜欢
这是一个用C++Builder开发的TQuery组件小实例,希望大家能够喜欢-This is a C Builder components of TQuery small example of the hope that people will like
- 2023-02-17 14:55:03下载
- 积分:1
-
delphi程序
用到了AnsiToUTF8和UTF8ToAnsi两个系统函数,用于实现Windows系统下的Delphi和Linux系统之间的编码统一。注:该版本FTP上传文件至指定的服务器,故向指定室内机发送图片、语音、视频文件,在“改进版-自动发送服务信息”中有所改良,可向所有室内机发送文件。
- 2022-02-28 19:49:33下载
- 积分:1
-
这是对细胞图像进行处理,并且进行模拟的图像,可以实现对细胞的计数。...
这是对细胞图像进行处理,并且进行模拟的图像,可以实现对细胞的计数。-This is the cell image processing, and simulation images can be achieved on cell count.
- 2023-09-03 23:15:04下载
- 积分:1
-
一个界面编程的例子,用框架分隔窗口。点击左边的窗口,可以改变右边的窗口及内容...
一个界面编程的例子,用框架分隔窗口。点击左边的窗口,可以改变右边的窗口及内容-a programming interface example, the framework used separate window. Click on the left side of the window can be changed right side of the window and content
- 2022-12-06 03:35:03下载
- 积分:1
-
A simple diary, user
一个简单的日记本,界面友好,功能实用,挺好的-A simple diary, user-friendly, functional and practical, quite good
- 2023-01-23 16:20:03下载
- 积分:1
-
可以实现 CRectTrack 类功能的拖动类,可以移动拖动直线,可拖动普通 CObject 对象。...
可以实现 CRectTrack 类功能的拖动类,可以移动拖动直线,可拖动普通 CObject 对象。-Can realize the drag CRectTrack functional category, drag a straight line can be moved to drag the general CObject object.
- 2023-04-17 02:25:04下载
- 积分:1
-
基于labview的跑马灯
资源描述以前初学labview时做的跑马灯,可以调整延时和开关,很好玩
- 2022-01-25 14:46:35下载
- 积分: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
-
用java实现了编程时功能模块的用法,是一个不错的教学例子
用java实现了编程时功能模块的用法,是一个不错的教学例子-Achieved using java programming functional modules to use, it is a good example of teaching
- 2022-05-06 03:41:11下载
- 积分:1