CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能 数学计算/工程计算

资源列表

« 1 2 ... .67 .68 .69 .70 .71 1672.73 .74 .75 .76 .77 ... 3415 »
  1. philosopher_eat.tar

    0下载:
  2. 哲学家就餐问题,著名的计算机科学家艾兹格·迪科斯彻提出了一个同步问题,即假设有五台计算机都试图访问五份共享的磁带驱动器。稍后,这个问题被托尼·霍尔重新表述为哲学家就餐问题。这个问题可以用来解释死結和资源耗尽。-Dining philosophers problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:4.15kb
    • 提供者:LEE
  1. SparseMatrix.tar

    0下载:
  2. 自己写的稀疏矩阵类,包括存储、访问以及基本的数学运算,希望大家批评指正!-Sparse matrix classes, including storage, access, and basic mathematical operations, we hope to criticism!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:30.93kb
    • 提供者:阿杜
  1. exp5

    0下载:
  2. 学生管理系统采用线性链表结构完成,链表直接使用C++标准 模板库STL中的list来完成。关于排序,直接调用list 容器的sort方法完成-Student management system using a linear chain structure complete list directly using C++ Standard Template Library STL in the list to complete. About sort, directly call the sort
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:229.63kb
    • 提供者:lemonzou
  1. exp6

    0下载:
  2. 采用链表方式存储每个序列和数据,每计算出一个序列和数据,就 将其插入到链表当中,插入时按大小顺序查找插入位置,保证插入 的数据按升序排列。-Using the linked list and the data stored in each sequence, each to calculate a sequence and data, Insert it into the list among the search order of size when inserted into
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:338.79kb
    • 提供者:lemonzou
  1. exp8

    0下载:
  2. 对二叉树的删除、复制、中序遍历采用递归方式实现。 层序遍历采用辅助队列数据结构完成,为了计算层高, 使用了两个队列,交替的向两队列中插入相邻的两层, 这样完成层高的统计。-On the binary tree delete, copy, preorder recursive manner. Traversal sequence complete with assisted queue data structure, in order to calculate storey,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:217.28kb
    • 提供者:lemonzou
  1. exp10

    0下载:
  2. 图的实现由Graph类完成。类中,图数据结构采用邻接 表实现。邻接链表中的节点用一个数据对表示,第一个域 用来保存和连接第i个节点边的另一端的节点编号,第二个 域用来保存该边的权值。另外用一个辅助数组来存储各节点 的评分值。-Figure achieved by the Graph class is completed. Class, graph data structure using adjacency Table implementation. Adjacen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:560.39kb
    • 提供者:lemonzou
  1. exp4

    0下载:
  2. 二叉树是一种重要的数据结构 。 通过 实现二叉树的一系列操作,帮助 实现二叉树的一系列操作,理解 和掌握链式存储二叉树的性质 -Binary Tree is an important data structure. By implementing a series of binary operations, a series of actions to help achieve binary tree, understand and grasp the nature of chain stor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:385.61kb
    • 提供者:lemonzou
  1. TestLPSolve

    0下载:
  2. LPSolve的经典用例,解决现行规划问题的快速算法库函数调用实例。国外的最新更新的成果,入门参考研究首选。-LPSolve classic use cases to solve programming problems existing fast algorithm library functions. The results of the latest updates abroad, for your reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.32mb
    • 提供者:dong
  1. cRC

    0下载:
  2. CRC算法是modbus中比较常见的校验算法。本例实现了对Modbus总线中的CRC算法-crc is the most popular algrithm,the code implements the modbus bus s CRC algrithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.78mb
    • 提供者:liwei
  1. Current_conversion1

    0下载:
  2. 电流电压转换算法,罗氏线圈取电经运放处理数据,滤波后使用该算法。得到当前电流值。-请键入文字或网站地址,或者上传文档。 取消 Diànliú diànyā zhuǎnhuàn suànfǎ, luōshì xiànquān qǔ diàn jīng yùn fàng chǔlǐ shùjù, lǜbō hòu shǐyòng gāi suànfǎ. Dédào dāngqián diànliú zhí. “”的用法示例:由 Google 自动翻译中文(简体)英语日语Current-v
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:745byte
    • 提供者:ysfsd
  1. OperateComplex

    0下载:
  2. 利用Perl编写程序对复数进行运算,其中Complex.pm是复数运算的自定义模块。-Using the Perl programming for computing on the complex, which is a complex operation Complex.pm custom module.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:965byte
    • 提供者:雷雨
  1. hgfx1

    0下载:
  2. 回归分析的几个例子,帮助初学者完成统计分析的m文件。-computation for statistica
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.09kb
    • 提供者:xw
« 1 2 ... .67 .68 .69 .70 .71 1672.73 .74 .75 .76 .77 ... 3415 »
搜珍网 www.dssz.com