-
复发性方程(二阶)分辨率
Recurrrent equations (order two) resolution
- 2022-08-05 18:52:09下载
- 积分:1
-
With n
设有n个件工作分配给n个人。将工作i分配给第j个人所学要的费用为Cij。试设计一个算法,为每个人都分配1件工作,并使总费用达到最小-With n-pieces of work assigned to the n individuals. Will be allocated to the first j of work i personally have learned to cost Cij. Try to design an algorithm for each person assigned a work, and to minimize the total cost of
- 2022-09-23 13:05:03下载
- 积分:1
-
大数据处理利器 提升普通map的性能
修改普通map,提升性能对于c++程序来说 map的使用无处不在。影响程序性能的瓶颈也往往是map的性能。尤其在大数据情况下,以及业务关联紧密而无法实现数据分发和并行处理的情况。map的性能就成了最关键的技术。比如:ip表、mac表,电话号码表、身份证号码表的查询、病毒木马的特征码的云查杀等等。stl库的map采用二分查找,性能最差。Google的哈希map性能和内存目前是最优的,但是有重复碰撞的机率。我在电信行业和信息安全行业里的工作经历发现,目前网络上的哈希算法都在查询速度上远远无法满足日趋增长的网络大数据要求。因此产生了自己写算法的想法。现在我把自己的算法发布出来。大家可以测试对比发现,我的算法属于零碰撞的几率,但是性能比哈希算法还优。声明:该代码不能用于商业用途,只能用于科学研究。
- 2022-12-29 05:00:04下载
- 积分:1
-
求矩阵的最大特征值
求矩阵的最大特征值-matrix for the largest eigenvalue
- 2022-01-21 21:13:50下载
- 积分:1
-
一个潮流计算的程序,可以对不同数量节点的系统都适用。比较简单,希望对相关人员有用...
一个潮流计算的程序,可以对不同数量节点的系统都适用。比较简单,希望对相关人员有用-a flow calculation procedures, the number of nodes in different systems are applicable. Relatively simple, useful for the staff
- 2022-07-04 19:24:44下载
- 积分:1
-
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。...
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。-svm (support vector machine) demonstration program, an executable program, non-console programs for classification and graphical display.
- 2022-02-05 06:36:25下载
- 积分:1
-
一种关于多模式匹配问题的算法优化的研究。
一种关于多模式匹配问题的算法优化的研究。-Research on Optimizing Multi- Pattern Matching Algorithm
- 2023-05-25 06:15:03下载
- 积分:1
-
This is a compiler for a small pascal procedures it is not enough for some but a...
这是一个用来编译pascal的一个小程序有些还不行但也发了-This is a compiler for a small pascal procedures it is not enough for some but also made a
- 2022-02-05 02:30:56下载
- 积分:1
-
线段与凸多边行的是否相交的判断
线段与凸多边行的是否相交的判断-line with the convex multilateral OK to judge whether the intersection
- 2023-09-07 11:35:03下载
- 积分:1
-
高斯积分算法
近似I=三重积分((f(x,y,z)dz dy dx)),用
- 2022-05-30 23:49:27下载
- 积分:1