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

搜索资源列表

  1. 校园导游咨询

    0下载:
  2. 计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项式的类型定义。 2、输入多项式的算法。 3、多项式相减的算法-Design a Calculator of polynary Multinomial,following the 4 basic functions: 1.Input and Creat a polynary multinomial 2.Output the pol
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35101
    • 提供者:小强
  1. BinarySearchTree

    0下载:
  2. 一个最简单的二叉树的算法,包括二叉树的各种遍历,还添加了队列的层序遍历-a simple binary tree algorithm, including the binary tree traversal, but also adds a layer of Queue preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13624
    • 提供者:竹寻
  1. 手写鉴别

    0下载:
  2. 这是一个手写鉴别系统实例源程序,算法简单实用!-This is a instance source program of handwritten recognition system, the arithmetic is briefness and utility!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:135959
    • 提供者:陈爱斌
  1. NNBP1

    0下载:
  2. 人工神经网络bp算法的c语言的简单实现,有待进一步完善-artificial neural network algorithm bp c simple language to achieve, need to be further improved
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2044
    • 提供者:阿波
  1. 3des源代码

    1下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14763
    • 提供者:杨巍
  1. 图形色彩量子化及材质压缩程序源码

    0下载:
  2. 图形色彩量子化及压缩的源码,算法比较简单易用-graphics color quantization and compressed source, the algorithm is relatively simple to use
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43888
    • 提供者:lwnjj
  1. hrd_src

    0下载:
  2. 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:163639
    • 提供者:潘先生
  1. MCORRE

    0下载:
  2. 用FFT实现相关函数快速估计,相比一般的直接按定义计算其算法结构要简单得多,而且效率较高-using FFT function rapid estimates, compared to the direct general terms by its algorithm much more simple, but efficient
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:887
    • 提供者:黄如意
  1. Template Numerical Toolkit(tnt_126)

    0下载:
  2. 本程序是矩阵运算的简单快捷的程序可以方便的实现矩阵的一些算法有矩阵的加减乘等-the matrix calculation procedure is a simple and speedy procedures to facilitate the achievement of some matrix algorithm is modified by the matrix as
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:29097
    • 提供者:豆子
  1. mypath

    0下载:
  2. 这是 Flash 5 Action scr ipt 开发上的又一个重要作品,是一个简单AI算法的应用-This is the Flash Action scr ipt 5 on the development of another important works, a simple application of AI algorithms
  3. 所属分类:FlashMX源码

    • 发布日期:2008-10-13
    • 文件大小:5471
    • 提供者:
  1. zenglListNode

    0下载:
  2. 简单的链表数据结构算法。简单的链表数据结构算法程序,-simple algorithm data structure. Listless simple data structure algorithms procedures,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9014
    • 提供者:zl
  1. SHA1Demo

    0下载:
  2. 只包括两个核心文件sha1.cpp及sha1.h 计算数据的sha1摘要。简单,好用。 由于bit endian及little endian的原因,有些计算sha1摘要的算法计算出来的结果与正确结果有差异。此源码经过测试,与RFC里列出的测试结果匹配。-only two core document sha1.cpp sha1.h calculation and data sha1 Abstract. Simple and Easy. Because bit endian and litt
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12919
    • 提供者:黄永昌
  1. Simpson求积

    0下载:
  2. Simpson求积简单的算法及其DELPHI的一些简单代码.欢迎大家参考!-Simpson Quadrature simple algorithm and the DELPHI some simple code. We welcome the reference!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:171056
    • 提供者:zyx
  1. objloader

    0下载:
  2. 是读取3d文件obj格式的算法,他虽不是opengl的主流,但却有其简单,易懂的优势-is read 3d obj file format algorithms opengl he is not the mainstream, but it is simple, understandable advantages
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:61664
    • 提供者:孟庆洋
  1. 时钟夹角

    0下载:
  2. 求任意时刻时钟的夹角,是一个很简单的c的数值算法的题-This codes have the function of get the angle between of clock s hands at any time, witch is the answer of a simple c language numeric arithmetic subject
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5938
    • 提供者:赵卓
  1. EulerXXX

    0下载:
  2. 关于欧拉算法的表示,一个简单的演示,用c做的,希望对大家有帮助-on Euler algorithm, a simple demonstration of using c doing, we hope to help
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32406
    • 提供者:杨诚
  1. cheszhou

    0下载:
  2. 一个简单的象棋游戏,这是我第一次用面向对象的方法写一个较大的程序。对博奕算法,没有过多的研究,智能化程度不高,只体现其原理!-a simple chess game .this is my first time to develop a big program whith oo. superficial resersh to game algrithms, little artificial intelligence,only embody its theory.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:823185
    • 提供者:周伟斌
  1. fina_ver

    0下载:
  2. 用迷宫算法实现聚点的统计,这里只是简单扫描每个像素的四个方向,当然,可以很容易修改源码,实现八个方向的扫描,至于聚点嘛,就是被数码0包围的数码1组成的块,这种算法在元件识别方面可以应用。-maze algorithm used accumulation of statistics, here simply scanning each pixel of the four directions, of course, you can easily modify the source codes to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2973
    • 提供者:光法
  1. yhjdesuanfa

    0下载:
  2. 界面虽然简单,但是功能还是比较完善的银行家算法,欢迎大家改编-interface is simple, but the functionality is still relatively sound bankers algorithm, we welcome adaptation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:121102
    • 提供者:慕容楚冰
  1. 矢量地图符号库软件源码

    1下载:
  2. 矢量地图符号库管理软件及动态链接库接口:本系统显示的地图符号平滑、快速、效果非常美观,动态链接库提供的坐标变换系统使地图缩放和漫游实现简单快速,本系统并且采用了硬件加速机制和优化算法,大大提升了图形显示速度,这是其他系统无法比拟的。-vector map symbol library management software, and dynamic link library interface : The system shows a map symbols smooth, fast, the
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:4087264
    • 提供者:卢峰
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com