-
酒店客房预订系统
整个代码包括酒店的预订与退订,客户以及酒店的信息查找,更改,删除等信息
- 2023-01-24 17:55:04下载
- 积分:1
-
对话框的全屏显示
对话框的全屏显示-the dialog full screen display
- 2022-03-23 00:50:24下载
- 积分:1
-
C# menustrip toolstrip iamgelist trackbar 等控件的简单使用说明
C# menustrip toolstrip iamgelist trackbar 等控件的简单使用说明,可以快速掌握一些简单控件的使用
- 2022-06-12 04:16:52下载
- 积分:1
-
a series of the scale mapping procedures, based on the Connection, as a free add...
一个自己编的比例尺绘制程序,基于MAPX,可以作为一个自由图层加到GIS系统中-a series of the scale mapping procedures, based on the Connection, as a free add layers of GIS System
- 2022-05-20 12:19:33下载
- 积分:1
-
支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和参数选择交叉验证函数等)。...
支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和参数选择交叉验证函数等)。-SVM Toolbox, which contains MATLAB demo programs and some of the basic functions (Calculation Kernel function, SVM training function and parameter selection cross-validation functions, etc.).
- 2023-01-05 14:50:03下载
- 积分:1
-
计算器VB
这是一个简单的计算器程序,使用 VB。它就像你普通的科学计算器。它包含两个文本框一个方程,另一个用于为结果。它还包含内存按钮并打开和关闭按钮。
- 2022-02-07 17:28:09下载
- 积分:1
-
This is a typical task of an engineering informatik class. Have fun reading this
This is a typical task of an engineering informatik class. Have fun reading this
- 2022-02-11 12:38:21下载
- 积分:1
-
此复制文件在计算机中
this copy file in the computer
- 2022-04-23 00:42:48下载
- 积分:1
-
流程设计程序
资源描述
支持在视图上任意编辑图元,设置图元的属性等。可编辑的图元包括文字、图片、多边形等类似visio软件,但可以定义每个图元自己的属性。图元之间还可以结合使用。
// FlowcharterView.h : interface of the CFlowcharterView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_)
#define AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FlowchartEditor/FlowchartEditor.h"
class CFlowcharterView : public CView
{
protected: // create from serialization only
CFlowcharterView();
DECLARE_DYNCREATE(CFlowcharterView)
// Attributes
public:
CFlowcharterDoc* GetDocument();
// Operations
public:
- 2022-01-22 07:18:46下载
- 积分:1
-
C# 动态绘制十字线
界面通过标签、文本框等控件,实现对图像每点的像素的坐标读取,并通过g.Drawline的方法绘制十字交叉线。图片通过panel和piactureBox显示图像。
- 2023-07-11 14:55:02下载
- 积分:1