-
使用API函数进行Windows程序设计
在窗口中点击鼠标左键绘制一个圆,点击鼠标右键输出一段文字
- 2022-02-04 22:56:11下载
- 积分:1
-
Turbo C 201e版本公司拓林思软件包,Borland
Turbo C 201E 版本
拓林思软件有限公司包装,Borland公司产品,在原来Turbo C 2.0 基础上增加了新的功能,
-Turbo C 201E version Ltd Turbolinux software package, Borland
- 2023-06-15 19:25:15下载
- 积分:1
-
Simple Binary Tree Class
Simple Binary Tree Class
- 2022-04-07 15:13:54下载
- 积分:1
-
C#软件自动升级
C#软件自动升级
- 2022-02-24 20:02:14下载
- 积分:1
-
从视觉角度进行的开发,麻省虽小五脏俱全,用了就知好
从视觉角度进行的开发,麻省虽小五脏俱全,用了就知好-From the visual point of view the development, Massachusetts, a small fully-equipped with knowledge on good
- 2023-03-28 14:15:04下载
- 积分:1
-
分布式中的组件应用
分布式中的组件应用-the Distributed Component Application
- 2022-08-25 17:44:16下载
- 积分:1
-
快速处理SW-STL二进制文件,分离法向量,面,点
File InformationDescription This function is used for loading binary STL files.Files are available on the mathworks file exchange site. This submission will also properly read in color values (if present) and the STL file title.MATLAB release MATLAB 7.8 (R2009a)
- 2022-03-04 21:35:00下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
代码有一个函数 ,实现截屏功能。然后得到一个bmp格式的文件...
代码有一个函数 ,实现截屏功能。然后得到一个bmp格式的文件-Code has a function, the realization of the functional screen.
- 2023-08-12 00:35:03下载
- 积分:1
-
通过运用KOCH算法,绘制简单重复图形,可以指定跌代次数
通过运用KOCH算法,绘制简单重复图形,可以指定跌代次数-KOCH through the use of algorithms, a simple duplication of graphics rendering, you can specify the number or on behalf of
- 2022-07-26 18:07:35下载
- 积分:1