-
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数...
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
- 2022-08-13 06:49:23下载
- 积分:1
-
该程序用于解决生产计划问题,生产计划问题是运筹学中一个重要问题。...
该程序用于解决生产计划问题,生产计划问题是运筹学中一个重要问题。-the procedures for the settlement of production planning, production planning operations research, which is an important issue.
- 2022-10-10 10:30:02下载
- 积分:1
-
应用长整数来解决大数算法问题
此代码有着卓越的时间优越性,能大大增加代码的可读性。同时,代码中还有高效性!
- 2022-03-10 18:14:00下载
- 积分:1
-
This program is to handle all possible arithmetic operations (+,
This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=, =,
- 2023-08-24 04:25:02下载
- 积分:1
-
输入一个长整数,不使用字符转换,检查是否为对称数, 是显示 TRUE,否显示FALSE....
输入一个长整数,不使用字符转换,检查是否为对称数, 是显示 TRUE,否显示FALSE.-Enter a long integer, do not use character conversion, check whether the symmetry is to show TRUE, any signs FALSE.
- 2022-03-26 04:53:36下载
- 积分:1
-
最大子段和 源码
该代码用于求最大子段和,常用语大学或研究生算法课程的作业。当然,该源码是练习算法的一个很好的例子。
- 2022-01-26 06:55:47下载
- 积分:1
-
Heritrix is an open source, scalable web reptiles project. Heritrix is designed...
Heritrix是一个开源,可扩展的web爬虫项目。Heritrix设计成严格按照robots.txt文件的排除指示和META robots标签。-Heritrix is an open source, scalable web reptiles project. Heritrix is designed in strict accordance with the robots.txt file to exclude directives and META robots tags.
- 2022-03-20 08:29:01下载
- 积分:1
-
三
三维FDTD程序(一个Fortran写的三维FDTD程序)-Three-dimensional FDTD program (written in a Fortran three-dimensional FDTD program)
- 2023-06-04 11:50:02下载
- 积分:1
-
非线性方程类,封装了有关解非线性方程的算法
非线性方程类,封装了有关解非线性方程的算法-nonlinear equations, the solution package, the algorithm of nonlinear equations
- 2022-07-13 09:51:00下载
- 积分:1
-
基于R树的k近邻实现
利用R树,存储二维空间中的点数据,其中R树实现一个缓存的机制,使用LRU机制,使得可以快速的查找,输入查询点的坐标和要查询的k值,然后通过深度遍历算法对树进行遍历,获取查询点k个近邻点,这个设计有很大的实际用途,可以用于找到距离自己最近的某个物体等
- 2022-02-01 05:34:52下载
- 积分:1