资源列表

« 1 2 ... .63 .64 .65 .66 .67 1468.69 .70 .71 .72 .73 ... 28521 »

[数值算法/人工智能gaojingdujiechengsuanfa

说明:高精度乘法基本思想和加法一样。其基本流程如下: ①读入被乘数s1,乘数s2 ②把s1、s2分成4位一段,转成数值存在数组a,b中;记下a,b的长度k1,k2; ③i赋为b中的最低位; ④从b中取出第i位与a相乘,累加到另一数组c中;(注意:累加时错开的位数应是多少位 ?) ⑤i:=i-1;检测i值:小于k2则转⑥,否则转④ ⑥打印结果
<Eurik> 在 2008-10-13 上传 | 大小:1.01kb | 下载:0

[生物技术bayes_classify

说明:用Matlab编写的Bayes 分类器,用以进行两类模式识别-prepared using Matlab Bayesian classifier, used for two types of pattern recognition
<刘小强> 在 2008-10-13 上传 | 大小:1.75kb | 下载:0

[数值算法/人工智能struct_matrix_annalysis

说明:结构矩阵分析,矩阵位移法,能够迅速求解除最优的工程设计方法,维数1-structure matrix analysis, matrix displacement method to the rapid lifting of optimal for the engineering design, dimension 1
<shipengyi> 在 2008-10-13 上传 | 大小:17.33kb | 下载:0

[压缩解压entropy_code

说明:用VC++对单幅图象进行熵编码压缩,同时具有解压缩的功能.-VC right single image entropy coding compression, decompression with the function.
<youjie> 在 2008-10-13 上传 | 大小:75.66kb | 下载:0

[数值算法/人工智能mylu

说明:Gauss列主元消去法解线性方程组.mylu函数中,U0、L0、P0分别为Gauss列主元分解中得U,L,P.-out PCA Gauss elimination method for solving linear equations. Mylu function, U0, L0, P0 Gauss out of the main yuan decomposition in the U, L, P.
<jiangyi> 在 2008-10-13 上传 | 大小:913byte | 下载:0

[压缩解压jamvm-1.4.2

说明:jamvm-1.4.2.是嵌入式 中的java虚拟机的实现代码,支持power pc x86和arm -jamvm - 1.4.2. Embedded is the java virtual machine codes, support power pc x86 and arm
<大为> 在 2008-10-13 上传 | 大小:370.96kb | 下载:0

[数值算法/人工智能A_arithmetic

说明:一篇适于初学者的关于AI的源码,包含了A算法的源码和演示Demo.-one suitable for beginners on the AI source code, algorithm A contains the source code and demonstrations of Demo.
<吴富伟> 在 2008-10-13 上传 | 大小:34.77kb | 下载:0

[压缩解压arithmeticencodingdecoding

说明:1.一个vc++环境下的算术编码字符流的编码实例. 2.该编码可以实现任意输入编码字符序列,计算机识别统计字符概率并进行算术编码。 3.适合学生和vc++初学者使用,也可对算术编码基本原理的探求者较大的启示作用.-1. A vc + + environment arithmetic coding characters flow coding examples. 2. The codes can achieve arbitrary
<方周> 在 2008-10-13 上传 | 大小:1.81kb | 下载:0

[压缩解压hammingdecodingencoding

说明:1.一个(7,4)汉明编码解码的应用实例 2.解码和编码共存与一个程序中;可以人为添加错误位来测试其解码功能。 3.注释翔实,可移植性强-1. A (7,4) Hamming codec two examples of the application. Decoding and Encoding coexistence and a procedure; human error can add spaces to test the
<方周> 在 2008-10-13 上传 | 大小:1.1kb | 下载:0

[压缩解压JPEGcompressencoding

说明:1.JPEG压缩编码的vc++代码 2.使用Run length algorithm Jpeg图像编解码 3.内含有测试用c,rc,h,文件,测试用图像文件,翔实,清晰的代码注释行 -1.JPEG Coding vc code 2. Run length algorith used m Jpeg image codecs 3. contain Test c, rc, h, documentation, testing with
<方周> 在 2008-10-13 上传 | 大小:33.89kb | 下载:0

[人工智能/神经网络/遗传算法bfo

说明:细菌觅食优化算法,应用方便,算是一种比较新的优化算法-Bacterial foraging optimization algorithm, easy application, regarded as a relatively new optimization algorithm
<huangdi> 在 2025-05-11 上传 | 大小:2kb | 下载:0

[人工智能/神经网络/遗传算法GA

说明:遗传算法,一种经典的优化算法,用于很多问题的优化-Genetic algorithm, a classical optimization algorithm for optimizing a lot of problems
<huangdi> 在 2025-05-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 1468.69 .70 .71 .72 .73 ... 28521 »

源码中国 www.ymcn.org