-
一个用c语言编写的存储管理模拟程序
一个用c语言编写的存储管理模拟程序- The memory management simulator which compiles with the c
language
- 2022-04-20 11:50:14下载
- 积分:1
-
手机通讯录系统
#include
#include
#include
#include
#include
struct people
{
char name[20];
char tel[20];
int classficition;//类型 1.办公类 2.个人类 3.商务类
char E_mail[30];
people *pNext;
};
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 03:05:04下载
- 积分:1
-
Lagrange插值算法
Lagrange插值算法-Lagrange interpolation algorithm
- 2023-01-16 14:45:04下载
- 积分:1
-
矩阵运算类:矩阵的数学运算、 矩阵特征值特征向量的求取
矩阵运算类:矩阵的数学运算、 矩阵特征值特征向量的求取-Matrix calculation categories: matrix arithmetic, matrix eigenvalue eigenvector of the strike
- 2022-11-19 09:50:02下载
- 积分:1
-
fibnacci数列
斐波那契数列:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...如果设F(n)为该数列的第n项(n∈N*),那么这句话可以写成如下形式:显然这是一个线性递推数列。
- 2023-04-15 07:55:10下载
- 积分:1
-
此程序为分段最小二乘算法曲线拟合,可对一模型进行分段拟合,增加准确性和精确度....
此程序为分段最小二乘算法曲线拟合,可对一模型进行分段拟合,增加准确性和精确度.-This program is sub-least-squares curve fitting algorithm can be fitted to a sub-model to increase the accuracy and precision.
- 2022-07-25 01:02:12下载
- 积分:1
-
自适应滤波理论
Adaptive Filter Theory
- 2022-08-08 21:02:56下载
- 积分:1
-
poj部分题解
一些poj简单的题目。初学的时候写的,也只是一部分。都是些挺简单的算法,适合初学者去刷一刷。
- 2022-08-16 16:18:53下载
- 积分:1
-
GN算法java实现
这是一个经典的社团划分,采用GN算法思想,
基本上是从昨天开始吧,着手复杂网络的GN算法,整个过程包括从GML文件中提取邻接矩阵数据,GN算法的实现,模块度的计算。
(1)GML文件的读取。做GN的时候首次知道GML(Graph Model Language),GML (Graph Modelling
Language): There are many different programs that work with graphs but almost
all of them use their own file format. As a consequence, exchanging graphs
between different programs is almost impossible. Simple tasks like exchange of
data, externally reproducible results or a common benchmark suite are much
harder than neccessary.
Therefore, we have developed a new file format for
the Graphlet system: GML. GML supports attaching arbitrary information to
graphs, nodes and edges, and is therefore able to emulate almost every other
format.
从上面的英文中我们可以知道,GML是一种文件格式,试图统一大家对图结构的表达形式。这样,会很方便大家的交互,比如程序的利用。我们主要工作是从GM
- 2022-02-20 11:14:43下载
- 积分:1
-
为挖掘关联交易数据aprioi算法,数据挖掘可以组织。
aprioi算法用于数据挖掘的关联处理,对于数据挖掘只是可以更好的了解-aprioi algorithm for data mining of association deal with, for data mining can only have a better understanding of
- 2022-11-30 20:45:03下载
- 积分:1