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

搜索资源列表

  1. 减式还原

    0下载:
  2. 编写程序求解下式中各字母所代表的数字,不同的字母代表 不同的数字。 PEAR - ARA -------- PEA *问题分析与算法设计 类似的问题从计算机算法的角度来说是比较简单的,可以采 用最常见的穷举方法解决。程序中采用循环穷举每个字母所可能 代表的数字,然后将字母代表的数字转换为相应的整数,代入算 式后验证算式是否成立即可解决问题。-prepared under-solving procedures for the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1130
    • 提供者:姚紫欣
  1. YFTest

    0下载:
  2. 关于简单单纯形的计算机算法,其中输入在程序内部输入,一个简单的测试程序
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2918
    • 提供者:Quickly
  1. 银行家计算机

    0下载:
  2. 应用银行家算法解决死锁问题-application bankers algorithm to solve deadlock
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1949
    • 提供者:李文颖
  1. 农历的算法

    0下载:
  2. 通过获取计算机系统的时间,来计算农历日期-through access to the computer system to measure the Lunar calendar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2464
    • 提供者:力风
  1. 《计算机算法基础》源程序

    1下载:
  2. 计算机算法基础 里面有一些计算机的基础算法 初学着可以-computer algorithm based computer There is the basis of learning algorithm to look at
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:62350
    • 提供者:陈海风
  1. C语言kmp算法实现

    0下载:
  2. 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1259
    • 提供者:ipkh
  1. 区域填充算法处理直线自相交的情况

    0下载:
  2. 计算机图形学区域填充算法可以处理直线自相交的情况。-computer graphics area filling algorithm can handle line from the intersection.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5236
    • 提供者:
  1. 计算机常用算法

    0下载:
  2. 经常用到的计算机算法,经过整理后献给大家,也许以后大家用的着。-frequently used a computer algorithm, collated dedicated to everyone, perhaps after we used to.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:6407630
    • 提供者:张军
  1. 分支界限

    0下载:
  2. 用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!-vc prepared with the computer algorithm to solve the branch and bound, very classic code, a great weekend!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:499066
    • 提供者:徐子正
  1. 计算机常用数值计算算法与程序 C++版

    3下载:
  2. 《计算机常用数值计算算法与程序 C++版》配套全部源码。
  3. 所属分类:书籍源码

  1. 剪切算法

    0下载:
  2. 计算机图形学中的剪切算法,用来剪切一些多余的线条。
  3. 所属分类:其它

    • 发布日期:2011-05-20
    • 文件大小:1836408
    • 提供者:mhb00123
  1. parallel

    1下载:
  2. 《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
  3. 所属分类:MPI

    • 发布日期:2017-05-17
    • 文件大小:4963687
    • 提供者:KevinTse
  1. computerarithmetic(C++)

    0下载:
  2. 计算机常用数值算法与程序(C++版) 压缩包解压时没有密码-Computer numerical algorithm and procedures used (C++ Version) when extracting compressed packets do not have a password
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:464992
    • 提供者:lihui
  1. abaozhu_jincheng

    0下载:
  2. 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:4307
    • 提供者:hsh
  1. frm_SJF

    0下载:
  2. 计算机操作系统之短作业优先调度算法交互式演示-Computer operating system operating on the short interactive demonstration of the priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1481
    • 提供者:XJQ
  1. 2001-04-21-mp1

    0下载:
  2. 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:70345
    • 提供者:plutus
  1. 0_1back

    0下载:
  2. 0_1背包回溯法,< 计算机算法设计与分析> 王晓东-failed to translate
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:242688
    • 提供者:常帅
  1. metrix

    0下载:
  2. 《计算机算法设计与分析》王晓东上的源码,实现矩阵连乘-failed to translate
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:2745509
    • 提供者:常帅
  1. algorithm-design-and-analysis-codes

    0下载:
  2. 计算机算法设计与分析中的一些算法的实现的源代码-The realization of the computer algorithm design and analysis of some of the source code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-06
    • 文件大小:108937
    • 提供者:刘金
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a k
  3. 所属分类:并行计算

    • 发布日期:2017-12-28
    • 文件大小:60203008
    • 提供者:拖把
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com