CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - C 算法

搜索资源列表

  1. angle_PID

    1下载:
  2. 采用C语言开发的16位单片机dsPIC,应用于飞行控制,此段为计算偏距的PID算法
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:42486
    • 提供者:王进
  1. 109201275Vega

    0下载:
  2. 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:452307
    • 提供者:曾琼
  1. bp

    0下载:
  2. 神经网络算法神经网络BP算法(C程序) 神经网络BP算法(C程序)
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3731
    • 提供者:hg
  1. pgp263is.tar

    0下载:
  2. c环境下的pgp263版本源码,pgp是一种加密算法。目前很流行!-c environment pgp263 version of the source code, is a pgp encryption algorithm. Currently very popular!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:607982
    • 提供者:和焕君
  1. C_CRC

    0下载:
  2. 本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC 计算程序。-is theoretically derived from the CRC algorithm principle is given, respectively, to adapt to three different computer or microcontroller hardware environment o
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:28010
    • 提供者:杨连勇
  1. BANK.zip

    1下载:
  2. 开发设计一个网络银行系统,要求完成一下功能: A.个人存取款业务系统的设计; B.存、取款的算法设计; C.数据库系统设计; 使用的是MyEclipse 6.5开发环境。并在该程序中我们一共建立了12个页面,两个数据库表。我们主要运用struts实现数据库表与各个页面的连接以及各个页面的跳转。 ,Designed to develop a network of the banking system, required to complete some functions: A. i
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-10
    • 文件大小:909401
    • 提供者:兔兔潴
  1. sha1

    0下载:
  2. sha1算法 包含了c 和 java 2个版本 可以再工程中直接应用-sha1 algorithm includes c and java 2 version can be directly applied engineering
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:58619
    • 提供者:海滨
  1. LZW

    0下载:
  2. LZW算法说明 及 C与 Java实现. 使用c和java两种语言实现LZW压缩解压缩算法-LZW algorithm descr iptions and C and Java. The use of two languages, c, java achieve LZW compression decompression algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:63788
    • 提供者:Lstar
  1. FP-growth-algorithm-implementation

    1下载:
  2. FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:540367
    • 提供者:frank
  1. java_sqr(big_int)

    0下载:
  2. java大整数开根号.txt 符合数位要求的大整数开根号,避免了c,c++高精度的麻烦,此题属高精度较难题,具有一定算法-java大整数开根号.txt
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:hujiulin
  1. javaAlgorithmGossip

    0下载:
  2. java经典算法,其中不仅有java对算法的描述,还包括c语言的!-java classic algorithm, which is not only a descr iption of java on the algorithm, also includes language c!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:799587
    • 提供者:xiaoshan12888
  1. zhaolingqian

    0下载:
  2. 找零钱算法,当前有面值分别为2角5分,1角,5分,1分的硬币,请给出找n分钱的最佳方案-Algorithm to find small change, we have before us a face value of 2, c. 5 min, 1 pt, 5 hours, 1 minute coins, please give n cents to find the best solution
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:94778
    • 提供者:小橘子
  1. dpjhqyk

    0下载:
  2. 以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类-In C language and Java language, Embedded development, algorithm-based, source hundreds of thousands of Tatsu quantity, has more than 200 categories
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1375222
    • 提供者:zhangran
  1. ou

    0下载:
  2. 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。分别用C++和JAVA实现。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator. Separately using C++ and JAVA implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:778
    • 提供者:ramble
  1. Test_Compile

    0下载:
  2. 编译技术词法分析算法。对一个C语言源程序进行词法分析,分为保留字、标示符、常量、分隔符、特殊符号五类。使用了超前搜索算法,java语言编写。-Lexical analysis algorithm compiler technology. Of a C language source code for lexical analysis, divided into reserved words, identifiers, constants, delimiters, five special sym
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1756
    • 提供者:qinying
  1. 20050506201200F606279

    0下载:
  2. 以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-In C language and Java languages, embedded development, the main algorithm, the number source of hundreds of thousands, there are more than 200 categories, many of them are membe
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:606279
    • 提供者:redo
  1. 63535283rf73c1

    0下载:
  2. 以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-In C language and Java languages, embedded development, the main algorithm, the number source of hundreds of thousands, there are more than 200 categories, many of them are membe
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3848
    • 提供者:redo
  1. 20050506200000F1008517

    0下载:
  2. 以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-In C language and Java languages, embedded development, the main algorithm, the number source of hundreds of thousands, there are more than 200 categories, many of them are membe
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:1008517
    • 提供者:redo
  1. JAVA

    0下载:
  2. 23种算法C与JAVA实现 23种算法C与JAVA实现-C and 23 kinds of algorithms to achieve JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:294173
    • 提供者:fanyuke
  1. student-servlet

    0下载:
  2. C语言小型分析器实验报告1) 待分析的简化C语言的词法说明; 2) 单词符号的种别编码方案; 3) 所识别的各类单词符号的正规式或状态转换图; 4) 待分析的简化C语言的语法规则说明; 5) 所采用的语法分析方法的算法思想和主要步骤; 6) 完成语法制导翻译(翻译成后缀式)所用的翻译模式;(部分同学如果完成不了这部分内容就不要写) 7) 程序的主要算法思想和主要函数的算法思想及流程; 8) 对全局数据结构的说明 -according to the IP addr
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:705509
    • 提供者:谢问东
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com