-
Algorithm Design Manual 欢迎你下载ginger547的算法系列资料
Algorithm Design Manual 欢迎你下载ginger547的算法系列资料-Algorithm Design Manual ginger547 welcome you to download the information algorithm Series
- 2023-01-31 12:00:03下载
- 积分:1
-
一个不错的简单实用的公式解析器,使用起来非常方便,容易上手。...
一个不错的简单实用的公式解析器,使用起来非常方便,容易上手。-A good simple and practical formula parser, very convenient to use, easy to use.
- 2022-10-23 12:25:03下载
- 积分:1
-
Adboost 的人脸检测
ApplyDetector.m BoostingAlg.m CalcIntegralImage.m ComputeBoxSum.m ComputeFeatures.m 等20段代码
- 2022-03-25 01:13:19下载
- 积分:1
-
一元多项式相加程序
一元多项式相加程序-One of the polynomial sum of the procedures
- 2022-02-01 02:37:47下载
- 积分:1
-
ABAP 选择屏
代码诠释了选择屏幕几种重要控件的用法
SELECTION-SCREEN BEGIN OF BLOCK 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-19 18:09:54下载
- 积分:1
-
k-means的java实现
应用背景Implement k-means clustering on a training data set to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data
mining strategy known as k-means clustering.
The 6 variables in the training data are used to plot the data and
centroids are placed to locate clumps of the 255, classified training
data. Once located, a classification value can be assigned to the 100,
test data.
- 2022-02-20 08:20:20下载
- 积分:1
-
一维线性回归,文件不大,里边有头文件和另外一个相关文件。
一维线性回归,文件不大,里边有头文件和另外一个相关文件。-one-dimensional linear regression, not paper, along with header files and documents related to one another.
- 2022-10-04 23:10:03下载
- 积分:1
-
一种新的受限扩散池模型
一种新的受限扩散凝聚模型--单向扩散凝聚模型DLUA,输入不同的参数可产生各种不同的图案,可作为辅助研究或教学演示。-a new pool of restricted diffusion model-- the proliferation of one-way model DLUA rally, importation of different parameters can produce a variety of designs, as a complementary research or teaching demonstration.
- 2022-03-07 16:53:46下载
- 积分:1
-
一个RNG(相关邻近图)的生成算法,输入一些原始数据信息,得到RNG图信息....
一个RNG(相关邻近图)的生成算法,输入一些原始数据信息,得到RNG图信息.-an RNG (related neighboring) algorithm for the generation, the importation of some raw data information, to receive information RNG map.
- 2022-03-15 01:10:48下载
- 积分:1
-
双色球随机软件源码
void CRandDlg::OnOK()
{
// TODO: Add extra validation here
int a[7];
int b=0;
srand((unsigned)time( NULL ));
for (int i=0;i
- 2022-03-24 20:24:18下载
- 积分:1