-
This is the sorce code in Visual Basic 6 for the EZ USB.
This the sorce code in Visual Basic 6 for the EZ USB.-This is the sorce code in Visual Basic 6 for the EZ USB.
- 2022-01-25 21:27:05下载
- 积分:1
-
本软件是用AVR芯片开发,实现对电源得控制(PC)
本软件是用AVR芯片开发,实现对电源得控制(PC)-the software is used AVR chip development of Power in control (PC)
- 2022-10-03 12:00:03下载
- 积分:1
-
最小二乘曲线拟合的一个类,用来实现一元线性回归的负荷预测
最小二乘曲线拟合的一个类,用来实现一元线性回归的负荷预测-Least squares curve fitting of a class, one used to realize linear regression prediction of the load
- 2022-02-05 12:36:54下载
- 积分:1
-
one, the programs do not need to install. Two, please HELP documents and softwar...
1、本程式无须安装。 2、请将HELP文件与软件置于同一文件夹下。 3、请将TEMP文件夹拷贝至D盘根目录下 4、报表生成请另存 5、谢谢使用,本软件归李莉所有。-one, the programs do not need to install. Two, please HELP documents and software under the same folder. 3, I would be grateful if the TEMP folder copy to D NOTE 4 under, Report Generation Please Save 5, thank you use the software under all Li Li.
- 2023-07-06 07:35:03下载
- 积分:1
-
IDL代码开发标准,组织对IDL开发代码,注释,…
IDL代码开发规范,整理的IDL开发代码的注意事项,对初学者很有帮助,-IDL code development standards, organize the development of the IDL code, notes, very helpful for beginners,
- 2022-03-22 09:46:42下载
- 积分:1
-
北大ACM试题poj 第3063题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3063题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3063 question Question poj source code, good code, and want to help students engage in ACM
- 2022-10-15 16:05:03下载
- 积分:1
-
最完善的java购物系统
假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计
- 2022-02-12 13:49:56下载
- 积分:1
-
CRC calculation string Verification Code sample procedure, we can refer to the r...
计算字符串的CRC验证码的示例程序,大家可以参考参考。-CRC calculation string Verification Code sample procedure, we can refer to the reference.
- 2022-03-06 16:58:06下载
- 积分:1
-
字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串...
字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
- 2022-08-16 03:56:07下载
- 积分: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