CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 算法代码

搜索资源列表

  1. neicunfenpai

    0下载:
  2. 主存的分配和回收+最先适应算法(代码) 操作系统实验-Main memory allocation and recovery+ First adaptation algorithm (code) operating system experiment
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:6326
    • 提供者:风乱秋
  1. IQMathchinese

    0下载:
  2. ti公司TMS320C28X系列的IQMATH库为C/C++程序员收集了高度优化和准确的数学函数库并精确的在TMS320C28X芯片上将浮点算法 转换成固定点的运算代码,此文件为汉化版,为英文不好的技术人员提供了便利-ti company TMS320C28x series IQMATH library for C/C++ programmers to collect highly optimized and accurate mathematical function library an
  3. 所属分类:File Formats

    • 发布日期:2017-05-06
    • 文件大小:1511365
    • 提供者:曾意
  1. ban

    0下载:
  2. 银行家算法代码供各位使用,有错误的请多多包含-bank
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:1558
    • 提供者:kidboy
  1. tudebianli

    0下载:
  2. 这个是图的遍历演示源程序代码,是用c语言写的,大家可以参考一下这个算法-This is a graph traversal demo source code is written in c language, we can refer to this algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:3851
    • 提供者:yeah
  1. MD5

    0下载:
  2. 1、掌握MD5算法的原理; 2、能够编写代码实现MD5算法。 -1, to master the principles of MD5 algorithm 2, can write code to achieve MD5 algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:23098
    • 提供者:
  1. gghh

    1下载:
  2. 差别算法matlab代码(differential algorithm)及粒子群算法的介绍-Difference algorithm matlab code (differential algorithm) and the introduction of particle swarm optimization
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:26426
    • 提供者:流风
  1. wsn

    1下载:
  2. 一种传感器网络的节点部署算法的伪代码 初学者,只供参考-WSN
  3. 所属分类:File Formats

    • 发布日期:2015-09-25
    • 文件大小:4397
    • 提供者:john
  1. fenpei

    2下载:
  2. 分配问题的实现,是利用匈牙利算法实现的MATLAB代码!-The realization of the distribution is the use of the MATLAB code Hungarian algorithm!
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:1132
    • 提供者:Benson
  1. 32365

    0下载:
  2. 数值分析matlab部分例题代码:Jacobi迭代法,二分法,幂法,龙贝格算法,插值法-Numerical analysis matlab part of the example code: Jacobi iteration method, bisection method, power method, Romberg algorithm, interpolation
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:320709
    • 提供者:学制
  1. transation

    0下载:
  2. 作业调度算法,可以看到清晰的作业调度,有代码,很好用,-the transation of the job
  3. 所属分类:File Formats

    • 发布日期:2017-11-18
    • 文件大小:157320
    • 提供者:漫步
  1. YALL1v1.4_User_Guide

    0下载:
  2. 这篇文献主要是美国RICE大学官网公布的YALL1算法的具体使用说明,考虑到很多人光看代码并不会使用,所以补传一个YALL1.4的使用说明文档,包括具体的参数设置,和应用环境说明。-This literature RICE University official website announced YALL1 algorithm specific instructions, taking into account a lot of people look at the code and will
  3. 所属分类:File Formats

    • 发布日期:2017-11-20
    • 文件大小:258430
    • 提供者:zhujiang
  1. classical-algorithm-VCPP

    0下载:
  2. 常用的算法经典代码,包括快速排序,冒泡排序等各种排序方法,还有二叉树的前序、中序和后序遍历等-The classic algorithm code, including quick sort and bubble sort sorting methods, as well as the preamble of the binary tree, inorder and postorder traversal, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:15500
    • 提供者:张双喜
  1. rsa_2

    0下载:
  2. 它是第一个既能用于数据加密也能用于数字签名的算法,本文件是rsa算法的java实现的代码-It is the first one that can be used both for data encryption can be used for digital signature algorithm, this document rsa algorithm java implementation code
  3. 所属分类:File Formats

    • 发布日期:2017-11-22
    • 文件大小:3613
    • 提供者:zheng
  1. matlab-2

    0下载:
  2. 基于matlab的数值积分算法,用代码编写实现,含键控输入模块。-failed to translate
  3. 所属分类:File Formats

    • 发布日期:2017-11-22
    • 文件大小:82987
    • 提供者:李三毛
  1. Water-filling-algorithm

    0下载:
  2. ofdm系统功率分配的注水算法原理与代码-Water-filling algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-03
    • 文件大小:134935
    • 提供者:kobe
  1. cipan

    0下载:
  2. 磁盘调度模拟代码实验报告(四种算法包括先来先服务算法,最短寻道时间优先,扫描算法,循环扫描算法)-Disk scheduling simulation code lab report (four algorithms, including a first-come first-serve algorithm, shortest seek priority scanning algorithm, cyclic scan algorithm)
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:91852
    • 提供者:hpr
  1. clasical_code(CPP)

    0下载:
  2. 里面包括很多C++的经典算法的代码,可供大家参考学习交流-Which includes many C++ classical algorithm code, for your reference learning exchanges
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:19196
    • 提供者:杜立一
  1. GA

    0下载:
  2. 本文件主要是关于java实现的遗传算法的代码,很适合初学者对遗传算法的入门了解-This document is about the realization of the genetic algorithm java code, it is suitable for beginners to understand the genetic algorithm entry
  3. 所属分类:File Formats

    • 发布日期:2017-05-10
    • 文件大小:2079694
    • 提供者:颉灵
  1. AntTSP

    0下载:
  2. 本文件主要是针对遗传算法的java代码,很适合入门初学者-This document is mainly directed against the genetic algorithm java code, is perfect for beginners
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:24054
    • 提供者:颉灵
  1. sort

    0下载:
  2. 分治法进行排序,简单的基础性算法代码,仅供参考。-Divide and conquer sort, simple basic algorithm code, for reference only.
  3. 所属分类:File Formats

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