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

搜索资源列表

  1. 最小生成树prim算法

    0下载:
  2. 最小生成树的prim算法 是求图中的最短路径的一个重要算法 但是是O(n2)复杂度的一个算法-minimum spanning tree algorithm is the prim map for the shortest path algorithm of an important but is O (n2) of a complex algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.07kb
    • 提供者:袁文
  1. Graph_BFS

    0下载:
  2. 这个是图的广度周游的源代码。解压即可。算法比较简洁,复杂度较小。-the breadth of the plan is to travel around the source code. Decompression can be. Algorithm comparison simple, less complex.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.49kb
    • 提供者:李边边
  1. Data_Struction_complex

    0下载:
  2. 数据结构作业 复数运算代码。 可处理复数加减乘除运算。 图形界面。-data structure complex computing operations code. Can handle complex arithmetic operations. Graphical interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:409.03kb
    • 提供者:张钊宁
  1. MyEasyDraw_VC2

    0下载:
  2. 一个复杂的画图系统,包含了很好的算法设计,提供交互界面,用vc-drawing of a complex system, including a good algorithm design, interactive interface, with vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:265.43kb
    • 提供者:晨阳
  1. DisplayBTree

    0下载:
  2. 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.62kb
    • 提供者:byron
  1. ComplexClass

    0下载:
  2. 将数学运算中的复数运算抽象为C++类的源代码-of arithmetic operation of complex abstract as category C source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.97kb
    • 提供者:hybbj
  1. Arthur

    0下载:
  2. 程序功能: 实现一元多项式的四则运算 ,用到的主要就是多现式的实现,除法实现起来是很复杂的。-procedures functions : achieving a polynomial of four operations is mainly used in the more - is the realization Apart from achieving up is very complex.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.92kb
    • 提供者:宋文强
  1. rbtreetraver

    0下载:
  2. 树的四种遍历方式,中叙,前序,后序和按层遍历算法,前三个用递归很好实现,最后一个复杂点。-tree traversal of the four, China and Syria, the former sequence after sequence and by layer traversal algorithm, the former three Recursive properly achieved, Finally a complex point.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:宋文强
  1. fushusizeyunsuan

    0下载:
  2. 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.52kb
    • 提供者:许元雪
  1. CollegeWizard

    0下载:
  2. 这是我写的数据结构的课设,是一个可视化的校园导航的模型,其中图的组织存储是用的多重邻接表,之前网上我只见到过简单数笔的原理介绍,没有人用它来实现图的操作(是我没有看到),所以选择它来做图,主要是技术上的尝试,其操作过程较一般组织结构复杂-I wrote this is the data structure of the classes were created a visualization of the campus navigation model map which store is th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.89kb
    • 提供者:konghui
  1. poly.cpp

    0下载:
  2. 实系数复变多项式问题-real polynomial coefficients complex issues ..........................
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:yfc
  1. Sort_Demo

    0下载:
  2. *一个简单的能够形象演示各种排序算法的applet小程序 *类似于Sun公司的示例程序,但比它复杂 *因为这个程序支持简单选择排序,冒泡排序,双向冒泡, *快速排序,希尔排序,堆排序,归并排序共七种排序算法 *每次80个整数随机生成,七种算法同时运行,之间的对比非常明显-* a simple image can be demonstrated by various sort algorithm small applet procedures similar to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.64kb
    • 提供者:徐阳
  1. 实现一个complex class.(数学里的复数)运算符的重载

    0下载:
  2. 实现一个complex class.(数学里的复数)运算符的重载
  3. 所属分类:数据结构常用算法

  1. complex

    0下载:
  2. 一个可以进行复数四则混合运算的运算器,是数据结构中高质量的试验,-Can be a complex mixture of four ALU operations, the data structure is high-quality trials,
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:57.96kb
    • 提供者:胡健
  1. Complex-arithmetic

    0下载:
  2. 一个可进行复数运算的演示程序,实现抽象数据类型—复数,及构造复数,并实现复数求和、求差、求积、复数显示等操作。-Complex operations can be a demonstration program, implementing abstract data types- complex, and complex structure, and implement complex sum, difference, quadrature, plural display operating.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:696byte
    • 提供者:
  1. Complex-expression-of-values

    0下载:
  2. 求复杂表达式的值:输入一个含有运算符和运算函数的表达式,计算其结果。 -Complex expression of values:Enter a contains operator and operation function of expression, calculate the results.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:3.71kb
    • 提供者:徐小龙
  1. Complex

    0下载:
  2. 自己写的C++复数计算源码,用到许多C++知识,Vc2010通过-C++ complex number calculations Source
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:4.47kb
    • 提供者:吴彦君
  1. Complex-Template

    0下载:
  2. Complex number template that can use float, double, double-double, quad-double, or arbitary-precision. higher math libraries included. Very complete library.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:449.89kb
    • 提供者:Rick Zacharias
  1. complex

    0下载:
  2. 一、实验名称:Complex类的运算符重载 二、实验目的:这个实验题目的主要目的是让同学们掌握c++运算符重载的用法 三、实验内容: 编写一个Complex类,需要完成的运算符重载有: (1) + :重载+,用来完成两个复数的加法; (2) -:重载-,用来完成两个复数的减法; (3) *:重载*,用来完成两个复数的乘法; (4) <<:重载<<,用来输出一个复数,输出的格式为(a + b * i),其中a为实部,b为虚部。-First, th
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:234.25kb
    • 提供者:刘微笑
  1. Complex network algorithms

    2下载:
  2. 理解和学习 混沌、混沌同步、复杂网络的完全同步判据、复杂网络时滞系统的的同步判据、提高复杂网络同步能力的方法等内容(Understand and study the synchronization of chaos and chaos, the complete synchronization criterion of complex networks, the synchronization criterion of complex networks, time-delay systems,
  3. 所属分类:数据结构

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