-
图形化界面操作,读入BMP图像,进而转化成为JPEG格式的图像
图形化界面操作,读入BMP图像,进而转化成为JPEG格式的图像-Graphical interface operation, read BMP images, and then into a JPEG format image
- 2022-02-15 22:38:09下载
- 积分:1
-
这是公共汽车订座保留软件。它描述对3D列阵的用途。
这是公共汽车订座保留软件。它描述对3D列阵的用途。-This is a bus reservation software. it describes the use of 3D array.
- 2022-01-30 11:18:37下载
- 积分:1
-
c++沉思录完整版,很经典的C++书,有很多关于程序设计技术方面的话题。...
c++沉思录完整版,很经典的C++书,有很多关于程序设计技术方面的话题。-c++ meditation full version, it is classic C++ book, there are many technical aspects of program design on the topic.
- 2022-01-28 14:21:28下载
- 积分:1
-
实验3 常用控件(2)
(1)设计一个如图3.1所示的“学生基本信息”对话框。(2)在实验2的基础上,实现功能:在图2.1中的“课程信息”按钮下方添加一个“学生基本信息”按钮,单击该按钮,弹出“学生基本信息”对话框,单击“添加”按钮,学生基本信息显示在列表框中。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 23:00:44下载
- 积分:1
-
this program is csharp code to convert ts file to a text file
this program is csharp code to convert ts file to a text file
- 2022-11-23 20:45:03下载
- 积分:1
-
自动关闭计算机
这是一个简单的应用程序,将教你如何创建一个时间二传手应用程序自动关闭计算机正在使用通过设置时间的小时、 分钟和秒。要求:1.Java 源代码代码编译器。2.Java 开发工具包 7u5 windows i586 或更大
- 2022-08-13 02:40:58下载
- 积分:1
-
很好用的串口开发类
很好用的串口开发类-good use of the Serial Development,
- 2023-01-17 17:20:03下载
- 积分: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
-
一个eastdraw的源代码,有兴趣的朋友可以研究一下。
一个eastdraw的源代码,有兴趣的朋友可以研究下。-a eastdraw the source code, are interested in the study can be friends.
- 2022-03-25 12:16:21下载
- 积分:1
-
图书馆管理系统
我的项目是用 visual basic 开发的。及其对图书馆管理系统。这是一个充分运作的项目,无任何错误。它可以用于保留重要信息重要的库中。这就是它可以保持本书的详细信息,我成员和其他重要的信息......它用于数据库的访问
- 2022-03-31 06:17:32下载
- 积分:1