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

搜索资源列表

  1. 《数据结构(c语言版)习题集》算法设计参考答案

    0下载:
  2. 数据结构的习题答案,供学习者参考。数据结构是学习编程的基础,希望对大家有帮助-data structure Exercise answer for learners reference. Data structure is the basis for learning programming, we hope to help
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:64433
    • 提供者:南江涛
  1. stl算法

    0下载:
  2. stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:184551
    • 提供者:wuxuegang
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:417483
    • 提供者:wuxuegang
  1. NURBS算法

    0下载:
  2. 三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-The graphic model NURBS algorithm realization source code, to the person which does the three dimensional graph programming has helps
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4486
    • 提供者:李飞
  1. Maths算法

    0下载:
  2. 常用的一些数学算法集,对编程有很大的帮助-commonly used some mathematical algorithms set of programming be of great help
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72154
    • 提供者:杨小东
  1. 编译原理中的slr算法

    0下载:
  2. Window 编程例子, 比较cool !-Window programming examples, cool!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17643
    • 提供者:
  1. gep编程基础2-27

    0下载:
  2. GEP(基因表达式程序设计)是一种新的演化算法,该文件是基本的GEP编程,采用功能的封装格式,测试通过,能够方便的使用。-GEP (Gene Expression Program Design) is a new evolutionary algorithm, which is the basic GEP programming, functional package format, through testing, to facilitate their use.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15434
    • 提供者:龚文引
  1. 图象的几何变换算法

    0下载:
  2. geotrans演示图像的移动,旋转等基本几何变化,是学习VC图像编程的好范例,适用于初学者。-geotrans demonstration of mobile images, rotate the basic geometry change is learning VC good image programming model, applicable to beginners.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:13185
    • 提供者:黄应
  1. CRC算法C源程序

    0下载:
  2. C语言编程的CRC校验方法程序设计源代码实现,程序写得不错,联系方式:QQ:76947175-C programming language CRC design methods and procedures to achieve the source code, procedures well-written, Contact : QQ : 76947175
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14353
    • 提供者:刘强
  1. Bresenham算法编程演示

    0下载:
  2. Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8611
    • 提供者:susu
  1. VC++数字图象获取处理计算法

    0下载:
  2. 分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识,基本涵概了从图像获取到图像处理的各个领域,并结合Microsoft公司面向对象的可视化集成编程系统Visual C++,给出了相应的算法和完整的源代码。 -discussed a bitmap image and the concept of class, image acquisition, image enhancement, image restora
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:262274
    • 提供者:六六
  1. 背包问题的两种算法实现

    0下载:
  2. 本例编程实现背包问题的递归和非递归算法,让你彻底了解这种算法-the cases Programming knapsack problem of recursive and non - recursive algorithm, so you thoroughly understand this algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13767
    • 提供者:朱南辉
  1. 算法分析课程设计

    0下载:
  2. 算法分析代码 语言惯用的词法(包括语言标记的描述) 每个语言构造的B N F 描述 相关语义的英语描述 C -的两个示例程序 C -的一个Tiny Machine 运行时环境 C -和T M 的编程设计方案-algorithm analysis code language commonly used morphology (including labeling descr iption language) structure of each language B N F
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1984
    • 提供者:清风
  1. 三维游戏高级图形编程中的纹理特效制作实例源代码

    1下载:
  2. 三维游戏高级图形编程中的纹理特效制作实例源代码,如高级纹理映射、Billboard、阴影、粒子系统、L系统以及三维游戏自然场景的特效生成算法(树、云、雾、烟、爆炸等等)-3D game graphics programming texture effects produced source code examples, such as the High texture mapping, Billboard, shadows, particle system, L 3D games and the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:11529801
    • 提供者:张文广
  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15743
    • 提供者:李扬
  1. AES候选算法RC6未优化

    0下载:
  2. 加解码算法,用c语言编程 ,AES候选算法RC6未优化-increase decoding algorithm, using c programming language, the candidate AES algorithm optimization not RC6
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2718
    • 提供者:范 远
  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. 数据结构算法——VisualC++6.0程序集电子教案

    0下载:
  2. 数据结构算法是编程的重要部分,很好的帮组大家!-data structure programming algorithm is an important part of a good group to help you!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:629631
    • 提供者:杨柳
  1. 遗传算法得源代码

    0下载:
  2. 遗传算法得源代码,不是用MATLAB编得,而是用VC++编程.-genetic algorithm in the source code, instead of being MATLAB, but programming with VC.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23716
    • 提供者:熊仲健
  1. 一个用于求函数极值的遗传算法程序

    0下载:
  2. 一个用于求函数极值的遗传算法程序,使用VC++编程.-seek function for a maximum of genetic algorithm, the use of VC.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5329
    • 提供者:熊仲健
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com