-
vc++6.0 MSChart控件简单示例工程
最近由于工作的原因,接触了一些windows图表开发的东西,网上也有些相关的博客资料,本人根据一步步的配置,成功的将工程建立。
由于VC++6.0中并不包含MSChart控件,所以我将MSChart控件的资料放这,以方便大家下载,并在计算机上注册。至于windows不同系统注册的问题网上有不少介绍的。
MSChart.exe: http://pan.baidu.com/share/link?shareid=100879&uk=1798273438
MSCHART20.OCX: http://pan.baidu.com/share/link?shareid=100882&uk=1798273438
- 2022-04-30 02:53:15下载
- 积分:1
-
实现了编译算法的词法分析,不足之处请多多指教
实现了编译算法的词法分析,不足之处请多多指教-Achieved a compiler algorithm for lexical analysis of the inadequacies of the exhibitions please
- 2022-07-23 09:23:00下载
- 积分:1
-
五子棋 C程序
GoMoKu
(Connect-5) is a chess game. The game board is a 10´10 grid area, as shown
below. The rules are:
·
The game is for two players, one with black stone and
the other with white stone. The .GIF files for background, black stone and
white stone can be downloaded with this assignment sheet.
·
The game alternates from one player to the other.
Each player makes his move by clicking the small square on his chess board. A
stone (black or white) will immediately appear on the display of both
sides.
· &
- 2023-04-17 13:05:04下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
这是一个在屏幕上画图的案例,请大家看看,一定有所收获啊...
这是一个在屏幕上画图的案例,请大家看看,一定有所收获啊
-This is a drawing on the screen of the case, please look at the U.S. must gain ah
- 2022-05-30 14:47:09下载
- 积分:1
-
一个用C++ 写的写字板的程序小例子,很适合初学者学习使用。...
一个用C++ 写的写字板的程序小例子,很适合初学者学习使用。-One with C++ Written procedures WordPad small example, it is suitable for beginners learning to use.
- 2022-03-19 08:20:43下载
- 积分:1
-
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程...
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程序的正确性;也可以计算机随机生成(通常规模比较大,1500-3000个数据左右),用以检验(用计数法)堆排序算法的时间效率。-Variable-based treatment of the heap sorting algorithm to a set of arbitrary data set to sort the design and implementation of heap sort algorithm 2) to be sort of data can be entered manually (usually relatively small size of about 10 Data), to detect the correctness of the procedure also can be randomly generated computer (usually relatively large-scale data ,1500-3000 or so), to test (with counting) time sorting algorithm reactor efficiency.
- 2022-07-22 21:14:31下载
- 积分:1
-
pchdd support winxp
pchdd support winxp
- 2022-07-14 07:11:55下载
- 积分:1
-
A binary search procedures. Structure that is clear and complete iterative form.
一个二分查找程序。
结构很清晰,采用迭代形式完成。-A binary search procedures. Structure that is clear and complete iterative form.
- 2023-02-25 07:50:03下载
- 积分:1
-
不错的课程设计题目 数据库,内含源代码,不需要解压密码,直接使用...
不错的课程设计题目 数据库,内含源代码,不需要解压密码,直接使用-good curriculum design topics database containing the source code, not extracting passwords used directly
- 2022-03-21 16:44:05下载
- 积分:1