-
C#个人理财管理程序
C#个人理财管理程序,功能模块:系统登录、注销与切换帐户、个人财务管理、系统维护、实用工具、窗口视图、使用帮助等。每个模块下细分有子功能。VS2005下可直接编译源代码。
- 2022-02-15 23:45:54下载
- 积分:1
-
信息隐藏中用于数字隐写的常用算法:LSB替换LSB匹配,包括随机的和排序的,以及对文件和文件夹进行操作,用CxImage类能快速读取各种格式的图象...
信息隐藏中用于数字隐写的常用算法:LSB替换LSB匹配,包括随机的和排序的,以及对文件和文件夹进行操作,用CxImage类能快速读取各种格式的图象-Information Hiding for digital steganography of the commonly used algorithms: LSB replacement of LSB matching, including random and sort of, as well as files and folders to operate, using CxImage category can quickly read a variety of formats image
- 2022-12-09 16:00:03下载
- 积分:1
-
backconverter
A buck converter (step-down converter) is a DC-to-DC power converter which steps down voltage (while stepping up current) from its input (supply) to its output (load). It is a class of switched-mode power supply (SMPS) typically containing at least two semiconductors (a diode and a transistor, although modern buck converters frequently replace the diode with a second transistor used for synchronous rectification) and at least one energy storage element, a capacitor, inductor, or the two in combination.
- 2018-12-10 23:11:14下载
- 积分:1
-
wangfft
汽车平顺性试验时,利用功率谱密度,求平顺性评价指标VDV(Evaluation index of smoothness)
- 2018-03-13 13:24:19下载
- 积分:1
-
...技术文章 程序源码 合作项目 在线教程 书籍下载 读书笔记 发布文章 综 合类编程 界面类编程 系统类编程 网络类编程 模板组件类 打印类... C/C+...
...技术文章 程序源码 合作项目 在线教程 书籍下载 读书笔记 发布文章 综 合类编程 界面类编程 系统类编程 网络类编程 模板组件类 打印类... C/C+ +编程 XML/.NET 其它编程 欢迎光临VC在线 VC在线自创建以来,-procedures ... Technical Articles source cooperation projects online tutorial books downloaded articles published study notes Comprehensive Programming Interface Programming System category type programming network programming template type components category Print category ... C/C Programming XML/.NET other programming Welcome VC online VC online since its inception,
- 2022-05-19 20:40:33下载
- 积分:1
-
demo
一个C++的垃圾回收器,用于研究垃圾自动回收机制。(The garbage collector is a C++, used to study.)
- 2014-01-10 16:20:05下载
- 积分:1
-
Delphi ShellExecuteHook 源码示例
Delphi ShellExecuteHook 源码示例,添加Url执行挂钩,释放资源到文件,定位资源,锁定内存,建立文件,写入文件,添加Hook,URL 执行挂钩 作者:By 麻子。
- 2023-09-02 06:30:04下载
- 积分:1
-
动态无功优化
说明: 改进的快速粒子群优化算法计算含DG配电网无功优化和运行费用最优解(Improved Fast Particle Swarm Optimization for Reactive Power Optimization and Operation Cost Optimization of Distribution Network with DG)
- 2021-01-07 14:58:52下载
- 积分:1
-
pic16f8877a 的源代码
这是它使用 pwm 的 pic 16f877a 的源代码,它使用 TMR2,它应用调制电机,带领,acoutis 是教大学技术,工业
- 2023-05-11 08:40:02下载
- 积分:1
-
least squares curve fitting Author : Anonymous article Source : unknown number o...
最小二乘法曲线拟合
作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4
【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】
//最小二乘法曲线拟合
typedef CArrayCDoubleArray
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
文章录入:admin 责任编辑:admin
-least squares curve fitting Author : Anonymous article Source : unknown number of hits : 164 updated : 2006-1-4 Text : big or small-- [comment] [collections] [accession told friends] [Print this article] [Close :// least-squares method curve fitting typedef CArray
- 2022-05-27 23:23:51下载
- 积分:1