CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - post method

搜索资源列表

  1. UnionFind

    1下载:
  2. 这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。-This is the post-graduate courses and technical calculation method described in UnionFind algorithm to achieve the specific code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:孙江萍
  1. shuzhifenxi

    0下载:
  2. 研究生数值分析(计算方法)的基础程序,用于解方程,虚线拟合,插值等!所有程序已经校正,!-Numerical Analysis of post-graduate (calculation method) is based on the procedure for solution of equations, the dashed line fitting, interpolation, etc.! All procedures have been corrected
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:8.57kb
    • 提供者:wsw
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:845.25kb
    • 提供者:阿表
  1. paixu

    0下载:
  2. 编写程序,对一个整数数组使用某种排序方法(自选)进行降序排列,输出排序前后的数组内容 设计一个复数类,包含必要的属性、构造方法和成员方法,在程序中调用这些方法并输出运算结果。-The preparation of procedures, an array of integers using a sort method (optional) in descending order, the output sorted array of pre-and post content design of
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.04kb
    • 提供者:倪政
  1. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.29mb
    • 提供者:一招鲜
  1. RoboCup

    0下载:
  2. 文章从功能分析、结构设计、软件实现三个层面,逐步求精的设计实现混合的Agent体系结构,规划各模块的功能和接口,并解决Agent与Server的同步问题。 介绍底层通信器、感知器、执行器的实现。 第五章使用类图设计世界模型的结构,设计更新算法融入各种感知信息和动作 预测,依据基本信息推导出一些球场状况判断函数为高层决策所用。 介绍了建立四层动作模型,采用解析计算法实现多种个人技术动作,如跑位、 截球、传球、带球、射门、守门等。-Articles from functional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:3.99mb
    • 提供者:lichenlong
  1. numerical_analysis_QR_decomposition

    1下载:
  2. 本程序用带双步位移的QR分解法求一给定矩阵的全部特征值,并对其中的每一个实特征值求相应的特征向量,给出算法的设计方案和全部源程序,计算并输出如下内容:(1)矩阵经过拟上三角化后所得的矩阵;(2)对矩阵进行QR分解后所得的矩阵Q、R和RQ;(3)矩阵的全部特征值;(4)矩阵的相应于实特征值的特征向量。-The program uses two-step displacement with QR decomposition method find all the characteristics of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:295.99kb
    • 提供者:abler
  1. binarytree

    0下载:
  2. 二叉树遍历程序,包含前序中序和后序遍历,递归和非递归的方法-Binary tree traversal process, including pre-order in the sequence and post-order traversal, recursive and non recursive method
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1013byte
    • 提供者:溪云
  1. BinaryTreeViaMFC

    0下载:
  2. 画图法实验数据结构中二叉树先序、中序、后序遍历和显示。-Paint Method in the first order binary tree data structure, in order, post order traversal and display.
  3. 所属分类:Data structs

    • 发布日期:2017-06-16
    • 文件大小:24.23mb
    • 提供者:Benjamin Hoo
  1. work_MEA

    1下载:
  2. 文件中包含了杨大成《移动传播环境》中7.2.1.2小节的利用等面积法(MEA)实现经典功率谱的功率谱密度,自相关函数,自相关函数均方差。希望能帮助你们。-File contains POSTS " mobile communication environment" in section 7.2.1.2 the use of equal-area method (MEA) to achieve the classic power spectrum of the power spectral de
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:88.75kb
    • 提供者:xing
  1. Square-method

    0下载:
  2. 用于实现研究生课程数值方法中的改进平方根法-Numerical methods used to achieve post-graduate courses listed in the main element elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:238.02kb
    • 提供者:gsh
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:859.82kb
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.46mb
    • 提供者:陈雨
  1. 1

    0下载:
  2. 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:26.46kb
    • 提供者:张秋霞
  1. Tecplot-program(fortran)

    2下载:
  2. teclplot接口程序,在有限元计算中,tecpolt是很好的后处理软件,通过此接口程序,可是导入模型文件和计算结果文件,进行应力位移的后处理。-Teclplot interface program, the finite element method, tecpolt is a very good post processing software, through this interface, but import model documents and result file, stre
  3. 所属分类:Algorithm

    • 发布日期:2015-11-30
    • 文件大小:2.71mb
    • 提供者:韩立
  1. Stxllrare

    0下载:
  2. 建立一个通讯录的类note,该类中的属性有以下几项:String name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮邮邮件地址。方法有两个:Setnote()给属性赋初值的函数,方法show()显示出来一条通讯记录。 程序源码使用了ObjectInPutStream与ObjectOutPutStream这两个文件输入 -Class note to create an address book, class a
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2.08kb
    • 提供者:高尚
  1. x

    0下载:
  2. 矿井下直方图均衡化方法,适合低照度处理及边缘提取的后级处理-Mine histogram equalization method, suitable for low-light processing and post-processing of edge extraction
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:155.98kb
    • 提供者:masterzhangqi
  1. PostDistance

    0下载:
  2. 本作业为邮局选址问题。在该问题中,求邮局的最佳位置即求坐标的中位数。分解来看,即分别寻找X和Y坐标的中位数。 类设计如下:设计一个PostCal的类。计算X,Y坐标的中位数方法selectMedian(),其中partition()用于将大问题分解为子问题使用。最后有一个计算邮局到各居民点的路径总和int calSum()。 类中包含构造函数PostCal(),主要功能是实现文件读写,结果计算及输入输出。 类中包含取居民点个数的变量 num。-This job is a pos
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:6.97kb
    • 提供者:柴鹰
  1. Matlab_FEM2D

    4下载:
  2. 二维线弹性有限元程序 这是一个简单的二维有限元程序。其特点如下: 1. 线弹性材料; 2. 4节点和8节点四边形等参元; 3. 接受力与位移边界条件; 使用方法: 1. 适用于有限元初学者熟悉算法; 2. 自带输入文件。程序输出结果文件,用户需要自己进行可视化后处理; 3. 程序内有详细解释。 -Finite element method for 2D planar linear elastic problem Here is the simple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:97.87kb
    • 提供者:run zhu
  1. Post

    0下载:
  2. he following Matlab project contains the source code and Matlab examples used for robotic manipulator kinematics . SCM is an alternative method for manipulating robot kinematics, based on the ?displacement? the reference frame to the final frame, whe
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:595.02kb
    • 提供者:F41R
« 12 »
搜珍网 www.dssz.com