CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 全部代码

搜索资源列表

  1. ch16-end

    0下载:
  2. 用途比较广泛的常用算法程序集\\C语言\\最后一章,第16章的代码 (本书代码已经全部上传完毕)-uses broad collection procedures commonly used algorithm \\ C \\ last chapter, Chapter 16 of the code (the code book has completed all uploads)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15598
    • 提供者:王杰
  1. crc16

    0下载:
  2. 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:liu
  1. 有限元特征值问题的MATLAB源程序

    3下载:
  2. 以上的MATLAB代码是用来求解椭圆特征值问题的,是用有限元的计算方法来编程的,计算结果全部正确,符合我们有限元的理论。
  3. 所属分类:数学计算/工程计算

  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  1. simple_multiplication_calculator

    0下载:
  2. 代码是关于一个简单的乘法器在VC++2008平台上的全部源代码。你可以自己运行修改。-the folder including all the resource codes of a simple multiplication calculater run on the VC2008,you can modify it for using in your programs.I hope it can be helpful for you.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6544624
    • 提供者:刘明石
  1. 3duliteerfenjianfaqiunijuzheng

    1下载:
  2. 3杜里特尔分解法求逆矩阵,第三部分,全部代码-3 Duri Patel decomposition inverse matrix, the third part, all the code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:203304
    • 提供者:包子
  1. 2liezhuyuanxiaoqufaqiujianfangchenzu

    0下载:
  2. 2列主元消去法解方程组,第二部分,全部代码-Two principal component elimination method for solving equations, the second part, all the code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:227663
    • 提供者:包子
  1. 5zuixiaoerchengfaqiuxishu

    0下载:
  2. 5最小二乘法求系数,第五部分,全部代码,电气要求的代码-Coefficient of 5 Least Square Method, Part V, all the code, electrical code requirements
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:218526
    • 提供者:包子
  1. TWO-PART-ALGORITHM-BASED-JAVA

    0下载:
  2. 本程序是指派问题的匈牙利算法.采用Excel的后台VBA 程序来解决.下面就给出全部的代码。 -This program is the Hungarian Assignment algorithm. Using Excel VBA program to solve the background. Here, give all of the code.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:9161
    • 提供者:王创举
  1. fftcPP

    0下载:
  2. 实现FFT的C代码,适合初学者。全部用c语言编程。包含倒序、蝶形运算、数据保存等。 -Implement the FFT C code, suitable for beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:9240
    • 提供者:qimeibin
  1. theload

    0下载:
  2. l1pca算法的三种具体的实现,是这个方向的较为新颖的资料,如果需要全部代码的,请联系我-the algorithm of l1pca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4923
    • 提供者:曹操
  1. SHA1(deep-optimization)

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

    • 发布日期:2017-11-08
    • 文件大小:9616
    • 提供者:liyu
  1. Sparse-Fast-Fourier-Transform

    0下载:
  2. SFFT工作组的关于SFFT的LINUX c++的全部代码,里面包含SFT所用的的函数,快速算法等,-Sparse Fast Fourier Transform
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:339507
    • 提供者:LIU
  1. read_easymesh20131006

    1下载:
  2. 本代码是windows平台上,将数据转换为tecplot软件的2进制格式的代码,代码的输入文件全部在压缩包里,输入格式是一套在linux平台开源软件EasyMesh 和一套自己开发的有限元程序代码的,已经将有限元文件的头文件也放到压缩包中,可以仿照该代码进行用tecplot的做后出理-This code is a windows platform, convert the data to binary format tecplot software code, the code is all i
  3. 所属分类:Algorithm

    • 发布日期:2015-11-30
    • 文件大小:2570240
    • 提供者:chang_geng
  1. 20131126

    0下载:
  2. 学习遗传算法时使用的例子,是win控制台程序,我根据网上下载的java代码,自己读java代码,然后改成c++代码,用自己的思维写出来的,编译可以通过,那时候就一个cpp文件包含了全部代码-Examples of the use of genetic algorithms when learning is win console program, I downloaded java code based on their own reading java code, and then chang
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:321102
    • 提供者:御风
  1. math

    0下载:
  2. 算出1*2*3*4...*98*99*100得数的C++代码,得数全部显示,代码中包含计算的时间-Calculated 1* 2* 3* 4* 98* 99* ... 100 thanks to a number of C++ code, thanks to a whole display, the code contains time calculations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:11000
    • 提供者:刘茂臣
  1. moni

    0下载:
  2. 做国赛模拟12年葡萄酒评价问题,自己写的全部问题代码,包括T检验,偏最小二乘分析,典型相关分析,神经网络以及理想评价算法-12 years Wine evaluation problem of Chinese race simulation, all write their own code, including T test, partial least squares analysis, canonical correlation analysis, neural network and t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:7680
    • 提供者:小强
  1. lietang_v79

    0下载:
  2. STM32制作的MP3的全部资料,微分方程组数值解方法,代码里有很完整的注释和解释。- STM32 all the information produced by the MP3, Numerical solution of differential equations method, Code, there are very complete notes and explanation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5358
    • 提供者:靳亚
  1. yieman_v82

    0下载:
  2. 具有丰富的参数选项,这是第二能量熵的matlab代码,STM32制作的MP3的全部资料。- It has a wealth of parameter options, This is the second energy entropy matlab code, STM32 all the information produced by the MP3.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:6056
    • 提供者:rxjbfvvk
  1. pinglang

    0下载:
  2. 分形维数计算的毯子算法matlab代码,STM32制作的MP3的全部资料,采用偏最小二乘法。- Fractal dimension calculation algorithm matlab code blankets, STM32 all the information produced by the MP3, Partial least squares method.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:5922
    • 提供者:juatnfmg
« 12 »
搜珍网 www.dssz.com