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

搜索资源列表

  1. 多项式求和

    0下载:
  2. 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6.09kb
    • 提供者:王俊
  1. 印鉴鉴定系统

    0下载:
  2. 印鉴鉴定系统的算法代码,使用的时候直接在需要的地方插入该算法代码就可以了-Seal Identification System algorithm code, the use of the direct needs of the local insertion algorithm code on the
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:丁玉红
  1. 矩阵直接三角分解法

    1下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法-c numerical methods used to prepare the direct numerical triangular matrix decomposition method of linear equations Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.23kb
    • 提供者:姚天伟
  1. 快排

    0下载:
  2. 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for dire
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24.84kb
    • 提供者:李伯
  1. CalL

    3下载:
  2. 近景摄影测量中用直接线性变换经典算法解L系数的程序源码。-using direct linear transformation classical algorithm for solving L coefficient procedures source.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:sery
  1. mucryptdescrypt

    0下载:
  2. 多种加密算法的封装,直接调用静态方法就可实现-multiple encryption algorithm package, a direct call static methods can be achieved
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.1kb
    • 提供者:华华华
  1. jiugongtu

    0下载:
  2. 九宫图算法(只包括算法源码,文本文档,使用时直接考出即可)-JiuGongTu algorithm (Algorithm only source, text files, use direct examination menu)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.66kb
    • 提供者:康风光
  1. maozhuolaoshu

    0下载:
  2. 毛竹老鼠游戏算法(源代码放在文本文档里,使用时直接考出即可)-bamboo rats games algorithm (on the text of the source code files, the use of direct examination menu)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.27kb
    • 提供者:康风光
  1. nbjjweb

    0下载:
  2. 一、算法注册机 1 运行未注册软件,得到软件机器码。 2 运行算法注册机,由注册机算出注册码。 3 然后在原软件注册处输入即可注册成功。 或者直接由注册机得到Name和Code等信息进行注册。 二、内存注册机(内存补丁) 1 前提安装原版软件;下载内存注册机。 2 把内存补丁复制到软件所在(硬盘的)目录内;运行内存补丁,接着输入任意注册码点注册或确定。此时将弹出正确的注册码。 3 把你得到的正确注册码填入原软件需要注册的地方,点击确定或注册即可。 -an
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:157.9kb
    • 提供者:赵桂锋
  1. Rectangle

    5下载:
  2. 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中。-on rectangular pieces of arbitrary shape and pattern layout of genetic optimization algorithm. the remai
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:338.52kb
    • 提供者:wayllen
  1. Wavelet_xiaobo

    0下载:
  2. 小波算法的VC++实现,完整的实现过程,可以直接执行。欢迎下载-wavelet algorithm VC, complete realization of the process, the direct execution. Welcome Download
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:74.35kb
    • 提供者:邓剑
  1. insretandbinaryinsert1

    0下载:
  2. 构造链表,完成直接插入排序或折半插入排序算法的实现。-structure, completed insertion order or direct insertion algorithm half realized.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:李东波
  1. Direct

    0下载:
  2. 利用计算机对图像进行分割处理,对目标的提取算法有独到的见解-Using computer image processing split the target of the extraction algorithm are insightful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:79.56kb
    • 提供者:吴耀宗
  1. Direct

    0下载:
  2. 图像匹配,基于灰度的匹配的经典算法。模板特征很适合在此基础上机型扩展。-Image matching, based on the classic matching gray-scale algorithm. Template characteristics are suitable for use in this basis expansion models.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:88.14kb
    • 提供者:王涯
  1. Sort-algorithm

    0下载:
  2. 几种内部排序算法总结!(冒泡排序、快速排序、直接插入排序、拆半插入排序、简单选择排序) -Several internal sort algorithm summary! (bubble sort, quick sort, direct insertion sort, tear open half insertion sort, simple choice sort)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:64.81kb
    • 提供者:田少林
  1. Sorting-algorithm

    0下载:
  2. 本文件包含常见经典排序算法如希尔排序、二分插入法、直接插入法、带哨兵的直接排序法、冒泡排序、选择排序、快速排序、堆排序。 -This file contains the common classical scheduling algorithms such as Hill sort, two insertion method, direct insertion method, the direct sequencing method with sentinel, bubble sort, s
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:8.35kb
    • 提供者:李峰
  1. sort-Algorithm-in-c

    0下载:
  2. c语言实现的经典排序算法,譬如冒泡、快速排序、简单选择、堆排序、直接插入、希尔排序、归并排序,基数排序等,都能运行-The classic sort algorithm C language, such as bubble, quick sort, heap sort, simple selection, direct insertion, Hill sort, merge sort, radix sort, can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.7kb
    • 提供者:王宁
  1. Factorial-algorithm

    0下载:
  2. 实现100!的算法。因为直接用int会出现溢出,本方法是将结果按位放入int类型的数组中。-Achieve 100! Algorithm. Because the direct use int overflow occurs, the result of this method is to put the array bit int type.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:23.05kb
    • 提供者:王杰
  1. DIRECT

    1下载:
  2. 一种全局的直接优化方法,优化过程中无需用到目标函数的导数信息。-The purpose of this brief user guide is to introduce the reader to the DIRECT optimization algorithm, describe the type of problems it solves, how to use the accompanying MATLAB program, direct.m, and provide a synopis
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:950.59kb
    • 提供者:詹大为
  1. Direct-insertion-sort-algorithm

    0下载:
  2. 直接插入排序算法,为所有排序算法基础,特来与大家分享-Direct insertion sort algorithm sorting algorithm base for all, especially to share with you
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:524byte
    • 提供者:jqy
« 12 3 4 5 6 »
搜珍网 www.dssz.com