-
滑动平均法
滑动平均法消除趋势项,MATLAB导入数据就能使用了,方便快捷(Moving average method to eliminate trend items)
- 2017-11-18 22:40:43下载
- 积分:1
-
图书馆管理系统
图书馆管理系统,该系统是用Visual Studio 2010实现的,该系统能够实现对图书的增删改查、图书的借阅、归还、以及借阅信息的查询、数据的保存、读取等基本功能,该系统适合于初学者的学习与借鉴。
- 2023-02-26 22:55:05下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
Effective_C++2e
说明: 非常经典的C++书籍。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Very classic C + + books. The book introduces 55 guidelines, each of which describes a way to write better c + +.)
- 2020-12-28 20:49:49下载
- 积分:1
-
NcxWOW64
说明: The Ncx*.pas in this archive contain some functions to access native
informations from Delphi (32-bit) programs that are running in WOW64.
WARNING: The units rely on internal (native) Windows NT APIs and data
structures... (you should *not* use them for production code)
The sample binaries were built with the Free Pascal Compiler (2.2.1).
NOTE: If you get an "Internal Error 2002032210" for the NcxTypes unit
disable the "Use register-variables" optimization (-OoNOREGVAR).
- 2020-06-24 13:20:02下载
- 积分:1
-
美实用的价格表动画特效
说明: 一款使用纯css3制作的超级精美实用的价格表动画特效(A super exquisite and practical price-list animation special effect using pure CSS3)
- 2019-02-18 11:26:22下载
- 积分:1
-
criminisi_外边界_更新等照度
图像修复criminisi算法matlab代码(Image restoration, criminisi algorithm, matlab code)
- 2017-08-09 14:41:21下载
- 积分:1
-
huaweiCPP(CHM)
华为C++培训资料C++语言中级教材讲授C++语言的运用技术,包括:类、对象之间的关系、对象的存储与布局、运算符重载、智能指针、仿函数、泛型编程,C++模式设计基本思想。
(C++ language intermediate materials to teach C++ language use of technology, including: classes, relationships between objects, object storage and layout, operator overloading, smart pointer, functor, generic programming, C++ mode design basic idea.)
- 2013-05-05 16:53:08下载
- 积分:1
-
Aptio_V_AMI_Firmware_Update_Utility
Firmware Update Utility for Ami Bios
- 2019-05-09 22:16:58下载
- 积分:1
-
CheatEngine62src
CheatEngine62src. cheat engine里面的部份代码((cheat engine inside part of the code, not read, and pass up with research.))
- 2020-06-21 07:00:01下载
- 积分:1