-
一个小控件,在vc++6.0环境下编译测试通过
一个小控件,在vc++6.0环境下编译测试通过-a small component in vc 6.0 compiler environment through testing
- 2022-06-19 11:34:48下载
- 积分:1
-
有关css2的教程,很详细,网页格式的。
有关css2的教程,很详细,网页格式的。-Related css2 tutorials, very detailed, page format.
- 2022-08-23 13:07:56下载
- 积分:1
-
Project on THIS(The Hindu Information System)
Project on THIS(The Hindu Information System)
- 2022-04-18 23:37:41下载
- 积分:1
-
Box2D
Box2d是一个很出名的2d物理引擎
Box2D
Box2d是一个很出名的2d物理引擎-Box2D
Developed
- 2022-03-31 11:25:45下载
- 积分:1
-
digi公司的Certified Sarian Technician (CST) Training CourseSarian专家认证培训课程...
digi公司的Certified Sarian Technician (CST) Training CourseSarian专家认证培训课程-digi" s Certified Sarian Technician (CST) Training Course Sarian specialist certification training courses
- 2022-07-21 09:18:24下载
- 积分:1
-
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。...
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。
设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。
实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。-Description: list queue model procedures for practice and understand the basic principles of the queue list and realization method. Functions: to achieve a leading node in the queue list to create, insert, delete, traverse, judge for the space, as well as the destruction of other functions. Set debug parameters output function can be used to track the major changes in single-step variables. Realize a custom command-line SHELL, receive an explanation and implementation of the operation command.
- 2022-03-17 09:51:00下载
- 积分:1
-
Z再这里不能显示界面,所以我把界面的用法简单介绍下。(1)、此界面可以分为左右两部分,右边为数据的输入区域,左边为数据的显示和获得区域。本系统数据的输入和获得都
Z再这里不能显示界面,所以我把界面的用法简单介绍下。(1)、此界面可以分为左右两部分,右边为数据的输入区域,左边为数据的显示和获得区域。本系统数据的输入和获得都是靠滚动条来完成的。在输入区域内,当拖动滚动条时,在滚动条的下方会显示相应的数据,以便用户了解准确的信息。如下图所示,指数为10,采用点数为1024,采样周期为0.050秒。图中数据显示范围有限制,但可以通过在程序中改变设定的值得到想要的数据范围。(2)、在数据输入完成后,拖动左边的滚动条可以得到分析的图像,其中上边显示的是实部的图像,下边显示的是虚部的图像。需要注意的是,当对图像不满意时,必须点击“图形刷新”按钮,重新输入数据。(3)得到满意的图像后,点击“数据获取”或“数据打开”按钮都可以获得相应的数据文件。-err
- 2022-07-05 08:57:56下载
- 积分:1
-
Visual C++在单文档,进行菜单操作,并进行了模态拨号…
在VISUAL C++ 的单文档中,进行菜单操作,并进行模式对话框的数据交换,同时还利用了TabPage控件的特性演示。-VISUAL C++ in a single document, to the menu operation, and conduct a modal dialog box for data exchange, but also made use of the characteristics of TabPage controls demo.
- 2022-07-20 08:15:51下载
- 积分:1
-
This is a code that can read the documents in PE header, very practical.
这是一个代码,可以读取PE文件的文件头信息,非常实用.-This is a code that can read the documents in PE header, very practical.
- 2023-05-13 20:30:02下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1