-
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
-
Process begins to create producers, consumers and then create them from the shar...
程序首先创建生产者,然后创建消费者,他们从共享数据结构存取数据,使用互斥信号量,可以有效保护共享数据。-Process begins to create producers, consumers and then create them from the shared data structure to access data, the use of mutex semaphores, shared data can be effectively protected.
- 2022-01-28 19:29:33下载
- 积分:1
-
实现GridView中的数据转换成EXCEL中,基于EXCEL模板
实现GridView中的数据转换成EXCEL中,基于EXCEL模板-Achieve the GridView in the data into EXCEL, the template based on EXCEL
- 2022-12-23 00:45:03下载
- 积分:1
-
How to use the dialog effectively
如何有效的使用对话框 -How to use the dialog effectively
- 2022-03-20 00:49:07下载
- 积分:1
-
键盘按键发省,适合盲人或者眼睛不是很好的人使用,按下键盘的键会读出对应的键名...
- 2022-04-22 04:20:06下载
- 积分:1
-
你就应该杀了这个很简单就是一个时间
just you should kill this it s simple fime thats a-just you should kill this it s simple fime thats all
- 2022-01-25 16:09:28下载
- 积分:1
-
应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行...
应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and it can definitely run
- 2022-02-16 01:52:18下载
- 积分:1
-
This a simple compilation of animation process. Operating results in running a k...
这是一个简单的汇编动画程序. 运行的结果是一只小猫在奔跑.-This a simple compilation of animation process. Operating results in running a kitten.
- 2022-02-06 00:13:45下载
- 积分:1
-
ll1语法分析器可以完成ll1文法的前声断咽后
ll1语法分析器可以完成ll1文法的前声断咽后-ll1 parser
- 2022-04-25 05:57:02下载
- 积分:1
-
注册表导出文件 (.reg) 解析器
翻译maninwest@Codeforge 作者Henryk Filipowicz@CodeProject
有时你可能需要读取并分析导出的 .reg 文本以跟注册表值对比或者仅导入几行导出的注册表值。
我需要读取一个30 MB 的 reg文件,并跟现有注册表值进行对比,并对其中一些进行更改。我在网上搜了一下没有找到合适的,就只好自己写了个 DLL 库读取并解析注册表文件
背景
我已经在一些项目中使用了 .NET Regex 类,对于 Regex 方法的智能化非常佩服。我的读取功能需要在5 秒以内读取完我的 30 MB 注册表文件( 标准 3Ghz PC (Windows 7)).
主类是 RegFileObject 类
.re
- 2023-04-17 18:50:03下载
- 积分:1