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

搜索资源列表

  1. EightQueens

    0下载:
  2. 数据结构课程设计-八皇后算法的实现。 使用链表堆栈来实现的,涉及到一些界面编程的内容。具体也不太记得了,因为这是一年前做的了。希望广大朋友能支持一下,提供一些游戏源码参考一下。本人这学期的项目实践是开发斗兽棋这个小游戏。-curriculum design data structure-eight of the Queen's algorithm to achieve. Use Chain stack to achieve, involving some interface prog
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:134.86kb
    • 提供者:李冰海
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. yswt.rar

    0下载:
  2. 应用线性规划方法,求解运输问题,给出最优运输方案,该代码是《运筹学算法编程与实践-delphi篇》的源码。,Application of linear programming methods, to solve the transport problem, given the optimal transport program, the code is " the practice of programming and operations research algorithm-delp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:446.54kb
    • 提供者:朱峰
  1. zpwt.rar

    0下载:
  2. 指派问题原代码,可实现人力资源的优化分配,《运筹学算法与编程实践-delphi实现》一书源代码,欢迎参考,Assigned to the issue of the original code, can achieve the optimal allocation of human resources, " the practice of operations research algorithms and programming-delphi achieve" a book s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:218.13kb
    • 提供者:朱峰
  1. MatLab_programing

    0下载:
  2. Matlab编程指南,是本人在教学过程中,通过大量的实践,自编的一本讲义,内容通俗易懂,每部分后面添加了很多习题,能够激发学生的兴趣。-Matlab Programming Guide is I in the teaching process, through a lot of practice, the self-a lecture, the contents of user-friendly, each part of the back to add a lot of exercises t
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.62mb
    • 提供者:陈艳平
  1. SRQ_CEC_VB6

    0下载:
  2. 利用vb6进行srq访问cec488口,在编程实践中具有一定的价值-SRQ using VB6 to access cec488 mouth, in programming practice, the value of a certain
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4.97kb
    • 提供者:xrg
  1. 3108MultiChanAOBuffer_VB6

    0下载:
  2. 利用vb6访问3180多通道AO缓存,在编程实践中具有一定的价值-Use VB6 to visit more than 3180 channel AO cache, in the programming practice, the value of a certain
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:11.01kb
    • 提供者:xrg
  1. OFDM

    0下载:
  2. matlab实现OFDM的仿真,经过实践和编程仿真,对理论课的内容会有更为直观的认识。-matlab simulation realization of OFDM, after practice and simulation programming, the content of the theory of knowledge will be more intuitive.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.26kb
    • 提供者:赵均华
  1. jiangopen_ORAR_CD

    0下载:
  2. 运筹学算法与编程实践附书源码,包含了书中所有的例程-The practice of operations research algorithms and programming source code written by-laws
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-13
    • 文件大小:19.27mb
    • 提供者:leiming
  1. MatlabC

    0下载:
  2. :Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编 程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究 了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。-: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:330.73kb
    • 提供者:ws
  1. 1058HumbleNumbers

    0下载:
  2. 动态规划类练习,丑数的特点,与生成,航电系统提交-Dynamic programming type of practice, the characteristics of a few ugly, and the generation of avionics systems submitted
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:514byte
    • 提供者:langlangago
  1. Calculation

    0下载:
  2. 动态规划计算矩阵组成的乘法,是算法分析的练习,有助于掌握动态算法-Calculation of the composition of dynamic programming matrix multiplication, the algorithm for the analysis of practice, help to grasp the dynamic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2.27kb
    • 提供者:张一鸣
  1. xxgh_liangjieduanfa

    0下载:
  2. 线性规划求解方法3,利用两阶段法,求解线性规划问题,该代码是《运筹学算法编程与实践-delphi篇》的源码。-Linear programming method 3, using a two-stage method for solving linear programming problems, the code is " the practice of programming and operations research algorithm-delphi chapter"
  3. 所属分类:Algorithm

    • 发布日期:2016-01-26
    • 文件大小:223.48kb
    • 提供者:朱峰
  1. zhengshuguihua

    0下载:
  2. 整数规划求解算法,《运筹学算法与编程实践-delphi实现》一书源代码,欢迎参考-Integer programming algorithm, " the practice of operations research algorithms and programming-delphi achieve" a book source code, please refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:221.29kb
    • 提供者:朱峰
  1. 0-1guihua_yhmj

    0下载:
  2. 利用隐含枚举法求整数规划问题,《运筹学算法与编程实践-delphi实现》一书源代码,欢迎参考-The use of implicit enumeration method for integer programming problems, " the practice of operations research algorithms and programming-delphi achieve" a book source code, please refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:224.96kb
    • 提供者:朱峰
  1. DataMiningOnTime-seriesData

    0下载:
  2. 动态时间规整 算法是一种运用动态规划原理计算时间矢量相似度的方法 在语音识 , !"# 别等领域有着广泛的应用 窗口法是针对 算法的特点 采用了动态高效的空间管理办法 解决了通常的 算法需要存储一个较大的矩阵 因而在存储空间有限的硬件系统中难以实现的问题 窗口法已经在实际系统中得到了应用-Dynamic time warping algorithm is a calculation using the principle of dynamic programming time fo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:202.28kb
    • 提供者:sdc
  1. DTW-Algorithm

    0下载:
  2. 动态时间规整 算法是一种运用动态规划原理计算时间矢量相似度的方法 在语音识 别等领域有着广泛的应用 窗口法是针对 算法的特点 采用了动态高效的空间管理办法 解 - !"# 决了通常的 算法需要存储一个较大的矩阵 因而在存储空间有限的硬件系统中难以实现的问题 窗口法已经在实际系统中得到了应用 -Dynamic time warping algorithm is a calculation using the principle of dynamic programming t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:88.43kb
    • 提供者:sdc
  1. filterbank_for_speech_signal

    0下载:
  2. A speech signal filterbank, using melscale frequency and framebanking.- 1. For speech signal can be represented as a discrete sequence of frames (or feature vectors) that can be used as the input to a speech recogniser. Important ideas and technique
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.59kb
    • 提供者:Yijian Lou
  1. programming-pearls

    0下载:
  2. 一本经典的算法书籍。包含许多巧妙的算法 讲解。对编程人员的内功修炼意义非凡。-A classical algorithm books. Contains many clever algorithms to explain. The strength of programmers practice significance.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-21
    • 文件大小:6.28mb
    • 提供者:贺晓
  1. 零基础学算法_第二版

    0下载:
  2. 数据结构课程的实践性是很强的, 不只是要掌握理论上的方法, 还必须将这些方法应用到程序设计的实践中去。 鉴于此, 作者编写了本书。 本书没有详细介绍各种数据结构的原理, 而是重点介绍各种数据结构的实现方法, 及相应的具体程序代码。(The practice of data structure course is very strong, not only to grasp the theoretical method, but also must apply these methods to t
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:8.26mb
    • 提供者:王智woods
« 12 »
搜珍网 www.dssz.com