-
经典小游戏-俄罗斯方块
经典小游戏-俄罗斯方块,简单有趣,十分好玩,界面也比较美观,源代码其实也是比较通俗易懂的,基本上能够很方便的看懂,游戏运行起来也比较流畅,虽说简单,但其实也设计有两种模式,可以给玩家提供更多的选择。
- 2022-01-22 11:43:39下载
- 积分:1
-
This is the dichotomy of the source Root
这是二分法求根的源码-This is the dichotomy of the source Root
- 2022-08-12 13:09:16下载
- 积分:1
-
基于Aloha的RFID的防碰撞仿真算法的相关论文以及代码实现
资源描述这是一个关于Aloha的防碰撞仿真算法,里面有相关的论文和源代码,亲测好用
- 2022-01-26 08:09:39下载
- 积分:1
-
最新JM源代码
资源描述最新的h264的官方参考代码JM98,可以使用vs工具打开,编译,运行,windows版本方便调试学习,是学习h264算法的很好的参考。
- 2023-01-12 08:05:04下载
- 积分:1
-
二叉排序树的插入
算法过程:1.将第一个元素放在树根结点。2.将每个要加进来的元素与树根结点比较,若比树根结点小, 再与左子结点比较,若没有左子树,则把此元素放于左子树。反之,比树根结点大, 则再与右子结点比较,若没有右子树,就把此元素放于右子树。3.重复第2步操作,直到所有的元素都被加入二叉树中
- 2022-03-01 19:40:22下载
- 积分:1
-
给某个玩家100元的资本,让他不停押注直到输光,计算需要赌博多少次?
如果把次数放在数组ruinLength[]中,进行1000次实验后,看看破产的最大次数...
给某个玩家100元的资本,让他不停押注直到输光,计算需要赌博多少次?
如果把次数放在数组ruinLength[]中,进行1000次实验后,看看破产的最大次数、
最小次数和平均次数分别是多少?-100 to a player" s capital, so that he kept until the bet输光to calculate how many times the need for gambling? If the number on the array ruinLength [] in experiments carried out after 1000 to see the largest number of bankruptcy, the minimum number and the average number of how many were?
- 2022-02-01 04:15:03下载
- 积分:1
-
math.net收入数学C #实现具体功能:
Math.NET开源数学库
C#实现
具体功能:
- A linear algebra package, see MathNet.Numerics.LinearAlgebra.
- A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse.
- Non-uniform random generators, see MathNet.Numerics.Generators.
- Distribution fonctions, see MathNet.Numerics.Distributions.
- Statistical accumulator, see MathNet.Numerics.Statistics.
- Fourier transformations, see MathNet.Numerics.Transformations.
- Miscellaneous utilies (polynomials, rationals, collections).-Math.NET revenue math C# achieve specific functions :- A linear algebra package, see MathNet.Numerics.LinearAlgebra.- A spar se linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse .- Non-uniform random generators. see MathNet.Numerics.Generators.- Distribu tion fonctions. see MathNet.Numerics.Distributions.- Stati stical accumulator, see MathNet.Numerics.Statistics.- Fourier t ransformations. see MathNet.Numerics.Transformations.- Mis cellaneous utilies (polynomials. rationals, co
- 2022-01-31 12:13:31下载
- 积分:1
-
雅可比迭代等一些程序
雅可比迭代等一些程序-Jacobi iterative procedures such as
- 2022-03-04 01:26:36下载
- 积分:1
-
复数(Complex Number)的四则运算
复数(Complex Number)的四则运算-Complex (Complex Number) 4 Operators
- 2022-01-25 22:40:20下载
- 积分:1
-
直方图分析
图像的直方图直方图是分布的数据的图形表示。它是一个连续的变量的概率分布的估计,最初是由卡尔 · 皮尔森。[1] 的直方图是列表的频率,示相邻矩形,竖立在离散的时间间隔 (箱子),面积的观测频率成正比的间隔中的表示形式。矩形的高度也是相等的时间间隔,即频率间隔的宽度除以频率密度。直方图的总面积等于数据的数量。
- 2022-04-18 14:57:13下载
- 积分:1