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

搜索资源列表

  1. FEX

    0下载:
  2. 用java做的平面珩架结构有限元分析软件。 基本性能如下:结点数<500,单元数<1000,(具体情况视内存大小而定)在一般的微机 上,算一百节点以下的结构,基本上不用等待。-do with the plane Heng Structure finite element analysis software. The basic properties as follows : nodes lt; 500, Number of units lt; 1000, (depending
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:250949
    • 提供者:dean
  1. Expert_Choice[1]

    0下载:
  2. Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the exp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7298463
    • 提供者:chasesh
  1. arithmeticencodingdecoding

    0下载:
  2. 1.一个vc++环境下的算术编码字符流的编码实例. 2.该编码可以实现任意输入编码字符序列,计算机识别统计字符概率并进行算术编码。 3.适合学生和vc++初学者使用,也可对算术编码基本原理的探求者较大的启示作用.-1. A vc + + environment arithmetic coding characters flow coding examples. 2. The codes can achieve arbitrary character input coding sequen
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1849
    • 提供者:方周
  1. scan-haff

    0下载:
  2. 通过本课程设计,应使学生掌握哈夫曼编码的特点、存储方法和基本原理,培养学生利用C++语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力,为后续计算机专业课程的学习打下坚实的基础-passage of the curriculum design, should help students grasp the characteristics of Huffman coding, storage and basic principles, Training students to u
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:261547
    • 提供者:李明
  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
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. computernetworks

    0下载:
  2. Basic computer concept.
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:8046233
    • 提供者:Allen
  1. used-algorithm-of-C-programming

    0下载:
  2. C程序设计的常用算法,计算机解题的基本思想方法和步骤-C programming algorithm , the basic idea of ​ ​ computer problem-solving methods and procedures
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:9181
    • 提供者:浩浩
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. dda

    0下载:
  2. dda算法是计算机图形学的基本算法,非常实用,建议大家用。可以画直线-dda algorithm is the basic algorithm in computer graphics, very useful, it is recommended by everyone. Can draw a straight line
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:925
    • 提供者:李凯
  1. sya

    0下载:
  2. 《计算机图形学几何工具算法详解》 从中可以找到,许多关于3d游戏开发相关的数学的基础知识,尤其适合3d游戏的数学基础不好的初学者,您可以找到许多现成的伪码,相关的公式及原理,介绍的较好,易懂!-" Computer Graphics Geometric algorithms explain tools" can be found, much about 3d game development of basic math-related knowledge, particul
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-21
    • 文件大小:35123214
    • 提供者:shaoyingan
  1. MBasicMatrix

    0下载:
  2. 用MATLAB实现计算机视觉中三维重构所需的基本矩阵的运算-Using MATLAB realize three-dimensional reconstruction in computer vision the basic matrix operations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4746
    • 提供者:刘波
  1. winep_code

    0下载:
  2. 这是一个典型的产生式系统的算法题.用的是有界深度优先的递归算法,是用C++Builder4.0写的.这也是人工智能或者程序设计竞赛题中最基本最常用的算法.如果自己动手编程实现了一个这样的题目,那么很多相关的题目也就都一样可以做了,比如"四皇后问题","推箱子问题","传教士和野人问题"等等。   利用深度优先的算法都是不一定能找到最优路径的,而且如果解路径过长的话还可能会搜索失败.如果保证要找到最优路径需要用另一些算法,比如宽度优先算法.无论是哪一种算法,如果问题稍微复杂一点的话,都要解决"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:22689
    • 提供者:kk.h
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. DiscreteCosineTransform

    0下载:
  2. Author: This Code written By Dr. Faisel G. Mohammed (Lecturer in Science college- Computer Dep.-Iraq: Email: fgmnjt@scbaghdad.edu.iq ) Purposes : for Bsc Students in Multimedia Lab. To Learn Discreet Cosine transform in digital image compres
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:23985
    • 提供者:mohammed
  1. liezhuyuanxiaoqufachengxu

    0下载:
  2. 列主元素消去是由高斯消去法改进得到的求解线性方程组的方法,它是目前计算机上常用的解低阶稠密矩阵方程组的有效方法。列主元消去法就是在每次选主元时,仅依次按列选取绝对值最大的元素作为主元,且只交换两行,再进行消元计算。程序通过将矩阵元素赋给数组,再操作数组从而达到处理矩阵的目的。这样便可以将矩阵化为上三角形式,轻松地解出方程组的最后一组解。在计算出方程组最后一个解后,应用回代的方法,计算出方程组所有的解。-Out the main elements of cancellation is receiv
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:275627
    • 提供者:天云
  1. binary-tree-algorithm

    0下载:
  2. 二叉树算法实例 讲述基本的二叉树算法 计算机专业数据结构-二叉树算法讲解-Binary tree binary tree algorithm instance about basic computer science algorithms data structures- binary tree algorithm to explain
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6067
    • 提供者:王兵兵
  1. computer-simulation-

    0下载:
  2. 数学建模中基本程序,这个主要是线性规划的程序及讲解-Basic procedures in the mathematical modeling, linear programming procedures and explain
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:276256
    • 提供者:jiaoyingying
  1. myDataTransfer

    0下载:
  2. 实现基本计算机十进制,二进制,八进制,十六进制,的进制转换-Basic computer decimal, binary, octal, hexadecimal, binary conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:46089
    • 提供者:肥肥猪倌
  1. daima

    0下载:
  2. 在MATLAB中打开摄像头, 用于基本的电脑操作(open the camera in MATLAB ,Used for basic computer operations)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:13312
    • 提供者:fnag123
  1. MATLAB _Codes_scaling

    0下载:
  2. basic transformation of figures
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:Rish
« 12 3 4 5 6 »
搜珍网 www.dssz.com