-
Calculator
a calculator in c++ that you can calculate mass problems so easy with
- 2012-04-27 19:19:38下载
- 积分:1
-
21ic下载_OpenCV3编程入门-源码例程全集-人脸识别
OpenCV3编程入门,源码例程全集,人脸识别,挺不错的,欢迎采纳。(OpenCV3 programming introduction, source code routines, face recognition, very good, welcome to adopt.)
- 2018-05-15 13:43:40下载
- 积分:1
-
C8051F02x中文.pdf
C8051F02x中文,C8051F02x中文,C8051F02x中文,C8051F02x中文,C8051F02x中文,C8051F02x中文
- 2022-01-31 07:35:11下载
- 积分:1
-
128位AES加密 c语言
适合 51单片机的AES加密,对算法进行了优化,节省了内存开销,使用特殊的加法和乘法,是基于近代数学的域论的有限域GF(28).
* GF(28)由一组从 0x00 到 0xff 的256个值组成,加上加法和乘法。 GF代表
* 伽罗瓦域,以发明这一理论的数学家的名字命名。GF(28) 的一个特性是一个
* 加法或乘法的操作的结果必须是在{0x00 ... 0xff}这组数中。虽然域论是相
* 当深奥的,但GF(28)加法的最终结果却很简单。GF(28) 加法就是异或(XOR)
* 操作。
- 2022-09-16 23:50:03下载
- 积分:1
-
ekf.m
extended kalman filter for matlab
- 2009-07-15 01:35:05下载
- 积分:1
-
VisualPBasicP.NET
编程学习资料,arcgis的二次开发,基于c++(Programmed learning information the arcgis of secondary development based c++)
- 2012-05-24 22:09:50下载
- 积分:1
-
C语言编译器初步
C语言编译器初步,已有语法分析雏形,缺少编码块。
提交一个C语言源文件,该程序已经可以“理解”源文件的意思,并且可以对已知的语法错误做出标识。
VS2008工程
- 2022-04-21 18:11:58下载
- 积分:1
-
kbengine_unity3d_demo-0.6.1
利用 kbe 和unity,利用c++和python开发的一个游戏案例(a game demo using kbe ,c++ and python)
- 2019-05-10 16:42:11下载
- 积分:1
-
关于加速度传感器的检测
关于加速度传感器的检测,检测轨迹,检测动作等,关于加速度传感器的检测,检测轨迹,检测动作等
- 2022-01-26 01:00:26下载
- 积分:1
-
the-average-path-length
问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为
,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1)
要求:输入邻接矩阵表示的图,计算其平均路径长度(Description of the problem: the average path length is another important network characteristics measure between all pairs of nodes in the network, the average shortest distance. Here the distance between nodes refers to the minimum number from one node to be subjected to the edge, wherein the maximum distance is referred to as the diameter of the network between all nodes. The average path length and diameter measurement of the performance and efficiency of the network' s transmission. The formula of the average path length, where dij indicates the shortest distance between points i and j (if dij is not present, dij can not join, and the denominator accordingly minus 1) requirements: Input adjacency matrix shows, to calculate its average path length)
- 2021-04-21 14:58:49下载
- 积分:1