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

搜索资源列表

  1. duochongmijishu

    0下载:
  2. 多重幂计数问题(卡特兰数).这个是计算机算法设计与分析的课后习题 -Multiple power counting (Catalan numbers)
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:699
    • 提供者:杨杰
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:40422400
    • 提供者:何夕
  1. Graphics

    0下载:
  2. 计算机图形学很好的资料,包括种子填充,多边形扫描算法。 b样条曲线,曲面等-Very good computer graphics, including seed filling, polygon scan algorithm. b-spline curves, surfaces, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:85707
    • 提供者:xie wenkui
  1. opengl

    1下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4977409
    • 提供者:
  1. CGReport

    6下载:
  2. 我的计算机图形学期末大作业。优等评分。 使用C++ 从底层实现了深度缓冲、直线、点、曲面的快速绘制算法,附有详细文档和程序说明,并有实例Demo. 实现了遮罩、消隐、投影、透视,完全不用OpenGL和DirectX,是实践底层算法的范例。-My final major work in computer graphics. Excellent score. Use C++ to achieve the depth buffer from the bottom, line, point, t
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-19
    • 文件大小:1461248
    • 提供者:流浪小狗
  1. meanshiftsegmentation

    3下载:
  2. 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2015-12-25
    • 文件大小:360448
    • 提供者:xiaobo
  1. Introduction-to-Algorithms

    0下载:
  2. 有算法导论英文版和中文版,现代计算机常用数据结构和算法-With Introduction to Algorithms, English and Chinese, modern computer data structures and algorithms commonly used
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:60772352
    • 提供者:baide
  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-02
    • 文件大小:70345
    • 提供者:plutus
  1. Introduction-to-Algorithms-2.

    0下载:
  2. 这是一本十分经典的计算机算法书籍,本书的最大特点就是将严谨性和全面性融入在了一起。-This is a very classic books computer algorithms, the book s most important feature is the strict and comprehensive integration together...
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-11
    • 文件大小:18713900
    • 提供者:cl
  1. yichuan

    0下载:
  2. 本系统依靠计算机来完成教务工作中复杂的排课部分,基于遗传算法的排课系统不仅避免了手工排课产生的老师上课时间冲突和教室冲突,而且可以通过交叉和遗传实现课程的人性化的安排,避免同一个老师的课程连续上或同一个班级的课程在有些时间段排得太密集或太稀疏。该项目用C++实现,主要分为三个模块,用户的注册和登陆模块,课程等基本信息的编辑模块,具体排课的实现模块。-very interesting
  3. 所属分类:Education soft system

    • 发布日期:2017-05-25
    • 文件大小:8471592
    • 提供者:郑琳
  1. 3SAT

    0下载:
  2. 3sat验证程序,算法验证,计算机算法设计与分析课程-3sat verification process, algorithm verification, program design and analysis of computer algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:756
    • 提供者:汪超
  1. Introduction-to-Algorithms

    0下载:
  2. 本书全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。-This book comprehensively introduces the computer algorithm. Analysis of each algorithm both easy to understand and very interesting, and keep the mathemati
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-16
    • 文件大小:25594970
    • 提供者:刘洋
  1. DDA

    0下载:
  2. 计算机图形学 DDA算法实现(参考《计算机图形学》算法有改进)-DDA algorithm in computer graphics (see " Computer Graphics" algorithm has improved)
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1955129
    • 提供者:liwenzhu
  1. opengl

    0下载:
  2. 计算机图形学课程设计 1.直线反走样算法 1、 参数曲线曲面、Bezier曲线、Bezier曲面 2、 纹理映射 3、 网格化、网格细化等 A、可作一个基本的图形处理软件 B、可选择书本上所学过的算法 C、可作图形学的综合应用系统-1 Computer Graphics course design. Line anti-aliasing algorithm 1, the parameters of curves and surfaces, B
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:96771
    • 提供者:侯建元
  1. algorithm

    0下载:
  2. 一本介绍各种算法的经典书籍,计算机算法设计与分析-A classic book introduces a variety of algorithms, algorithm design and analysis of computer
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8984641
    • 提供者:Jlemon
  1. gene-finding

    0下载:
  2. 介绍基因识别相关各种计算机算法的学习资料。-Computational methods for gene finding.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:434926
    • 提供者:xingchong
  1. computer-algorithms-Analysis

    0下载:
  2. 计算机算法分析与设计课件 王晓东 ppt-Analysis and design of computer algorithms PPT
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:896756
    • 提供者:cyy
  1. java1

    0下载:
  2. 快速排序,排序是计算机算法中很重要的一部分,本人写的不算很好但也不错。-Quick sort, sorting algorithm is a very important computer part, I write not very good but not bad.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:595
    • 提供者:姜伟
  1. Introduction-to-Algorithms

    0下载:
  2. 《算法导论》原书名——《Introduction to Algorithms》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-11
    • 文件大小:18674863
    • 提供者:xiejiayun
  1. Introduction-to-Algorithms

    0下载:
  2. Introduction to Algorithms》译作《算法导论》,是由Thomas H.Cormen, Charles E.Leiserson 等人编写的十分经典的计算机算法书籍。本书以相当的深度介绍了许多常用的数据结构和有效的算法,使得这些算法的设计和分析易于被各个层次的读者所理解。本书被china-pub会员评为“2007年我最喜爱的十大技术图书”之一,被《程序员》等机构评选为2006年最受读者喜爱的十大IT图书之一。-Introduction to Algorithms "
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:48787456
    • 提供者:hylzuo
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com