资源列表

« 1 2 ... .64 .65 .66 .67 .68 17569.70 .71 .72 .73 .74 ... 28522 »

[数学计算/工程计算SHA1(deep-optimization)

说明:SHA1汇编码的深度优化改写: 写个程序,用的了SHA1汇编码,百度了一堆,但是没有一个满意的。 并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!! 于是自己决定重新写个,该源码对大文件的计算速度较快. 程序改写要点,除了对算子的优化外,还优化掉了数据表。由于优化掉了部分特种码,可以一定程度上避免PEiD类的软件侦测到所采用的算法类型 写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!
<liyu> 在 2025-02-21 上传 | 大小:9kb | 下载:0

[matlab例程gear

说明:吉尔法求解点堆中子动力学方程的MATLAB程序-Gear method
<> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[压缩解压juxing

说明:opencv矩形检测 opencv矩形检测 -opencv rectangle detection opencv rectangle detection opencv rectangle detection opencv rectangle detection
<陈熙竹> 在 2025-02-21 上传 | 大小:2.59mb | 下载:0

[数据结构常用算法jicha

说明:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until on
<yan> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法strassen

说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of
<yan> 在 2025-02-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法beibao

说明:给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items
<yan> 在 2025-02-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法astar

说明:A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G va
<yan> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法dstring

说明:动态规划——编辑距离问题 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。-Dynamic Programming- edit distance problem Let A and B are two strings. Characters use the least action string A converted to a string B.
<yan> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[matlab例程zunewton-dfpdfp

说明:实用最优化方法中的经典题目,包含DFP算法、共轭梯度法、内点法、阻尼牛顿法、最速下降法,都要求在matlab软件下执行,有正确结果输出。-The classical topics practical optimization method, including the DFP algorithm, conjugate gradient method, interior point method, damped Newton method
<10.2> 在 2025-02-21 上传 | 大小:18kb | 下载:0

[matlab例程kalman

说明:扩展卡尔曼算法 matlab源代码 定位算法-Extended Kalman algorithm matlab source code
<赵国柱> 在 2025-02-21 上传 | 大小:2kb | 下载:0

[matlab例程MATLAB_FFT

说明:matlab中进行FFT分解的算法,基2时间抽取的FFT算法,很有用。-matlab FFT decomposition algorithms
<zhangfei> 在 2025-02-21 上传 | 大小:4kb | 下载:0

[matlab例程MIT-MATLAB

说明:麻省理工大学matlab课件及课后习题,适合学习-MIT Matlab the courseware and Homework suitable learning
<xlfice> 在 2025-02-21 上传 | 大小:2.39mb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 17569.70 .71 .72 .73 .74 ... 28522 »

源码中国 www.ymcn.org