-
基于Java的BP网络数字识别法.rar
基于Java的BP网络数字识别法.rar-Java-based BP Network Digital Identification Act. Rar
- 2022-01-26 03:15:33下载
- 积分:1
-
use php development of a "entropy" of the program can visit the websit...
使用php开发的一个“熵”的计算程序,可用于网页访问统计-use php development of a "entropy" of the program can visit the website for Statistics
- 2022-10-22 22:35:03下载
- 积分:1
-
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。...
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
- 2022-01-21 01:40:03下载
- 积分:1
-
仿VB的InputBox
仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox仿VB的InputBox
- 2022-05-13 03:43:50下载
- 积分:1
-
单循环输出菱形
一般输出三角图形需要两个循环,输出菱形需要四个循环,这里只用一个for循环就实现了菱形图形的输出。
- 2022-03-28 13:38:42下载
- 积分:1
-
数据挖掘中的聚类算法,可以作为学习数学算法…
数据挖掘中聚类的算法,可以作为学习数学算法的时候用,也可以作为自己开发软件时使用-Clustering in data mining algorithms, mathematical algorithms can be used as learning time, and also can develop software as their own use
- 2022-06-29 19:05:44下载
- 积分:1
-
subpixel motion architecture
subpixel motion architecture
- 2022-06-11 20:47:05下载
- 积分:1
-
哈夫曼编码
在教学《信息论与编码》操刀编写的C代码,没用使用数据结构中关于树的方法,一般同学都可以看懂的,希望对你们有点帮助。
- 2023-06-15 21:50:03下载
- 积分:1
-
生成私人综合数据库不受信任的系统评价
当数据库供应商或研究者 developingnew 技术评估性能数据库系统是决定性。但这种评价任务很大程度依赖往往由于隐私限制不可用研究的 onactual 数据和查询工作负载。为了克服这一障碍,我们建议框架为合成的 databasewhich 释放准确模型选定的性能特性的原始数据库。我们通过提供正式的严格保证交友改进以前的工作,在 syntheticdatabase 的一代。通过生成合成数据与给定的 queryworkload 相关使用木棍选定组的统计特性的原始 datawhich 平衡隐私损失达到精度。我们的重要贡献是框架的延长到多个表的标准差隐私
- 2022-03-02 04:33:04下载
- 积分:1
-
扫雷(图遍历)
背景
你玩儿过扫雷游戏吧?有个操作系统中带了这个小游戏,那个系统叫什么来着?;-)在游戏中要想过关,就必须要在一个 NxM 的区域上找出所有的地雷。游戏过程中,计算机会在地图上显示一些数字从而帮助你确定哪里有地雷。例如,在下面这个有两颗地雷的 4x4 的地图(*表示地雷):
*...
....
.*..
....
根据上面的地图,可以计算出应该提供给游戏者的数字如下所示:
*100
2210
1*10
1110
每个数字表示了该方格周围到底有几个地雷,当然,一个方格周围最多的时候只会有八个。
输入
输入中将包括一系列的地图,每个地图的第一行有两个整数 n 和 m(0
- 2022-01-25 19:22:18下载
- 积分:1