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

资源列表

« 1 2 ... .80 .81 .82 .83 .84 24885.86 .87 .88 .89 .90 ... 28276 »
  1. shujujieou

    0下载:
  2. 利用赫夫曼树来设计二进制的前缀编码,实现文件的压缩和恢复功能。-Huffman tree to use to design binary prefix codes, the implementation file compression and recovery.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:245.21kb
    • 提供者:tmacq3
  1. bezier

    0下载:
  2. 算法实现:主要利用 (我们使用三次Bézier Curve)函数来绘制十个点,然后依次连接-Algorithm: The main advantage of (we use three Bézier Curve) function to draw 10 points, followed by connection
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:tmacq3
  1. clock

    0下载:
  2. 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.82mb
    • 提供者:tmacq3
  1. dda

    0下载:
  2. 该算法的准确程度受斜率影响,若斜率大于2,则能观察到直线成为点线,斜率大于一是最完美的。-The accuracy of the algorithm is affected by the slope, if the slope is greater than 2, then a straight line can be observed as dotted lines, the slope is greater than one of the most perfect.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.86mb
    • 提供者:tmacq3
  1. middlg

    0下载:
  2. 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.62mb
    • 提供者:tmacq3
  1. st

    0下载:
  2. 添加一个Button,更新视图,在函数内输入 Invalidate() -Add a Button, update the view, enter the function Invalidate ()
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:tmacq3
  1. supermarket

    0下载:
  2. 学校超市选址问题(带权有向图的中心点) 设计要求:对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优 -School Supermarket location problem (with the right of the center of a directed graph) design requirements: For a school supermarkets and other units to its
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1.21kb
    • 提供者:yuhao
  1. shiguerchashu

    0下载:
  2. 近年来,计算机辅助事故树分析方法发展很快,新的算法不断被提出。本论文根据《数据结构》[1]中的二叉树算法,结合事故树算法的特点,提出事故二叉树算法。通过建立事故二叉树及利用本文所介绍的一系列事故二叉树算法,不仅可以很方便地实现事故树定性分析中的最小割集和最小径集的求解,以及实现事故树定量分析中的顶上事件发生概率、各基本事件的概率重要度和临界重要度的求解,而且可以实现计算机辅助事故树绘图中的坐标计算问题。该算法是对事故树求解算法的有益的补充和发展,具有现实意义和广阔的应用前景。-In recent
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5.34kb
    • 提供者:jhp627
  1. Cpp3

    0下载:
  2. 二叉树的前中后许 遍历 的算法噶-Hsu, after the first of a binary tree traversal algorithm Kot ...............
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.98kb
    • 提供者:哈哈
  1. fbsc

    0下载:
  2. 禁忌搜索算法C/C++源代码,比较经典的算法。初学者可以看看 -Tabu search algorithm C/C++ source code, compare the classic algorithms. Beginners can look at the
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:672byte
    • 提供者:古云端
  1. Binary_Tree_Traversal

    0下载:
  2. 哈尔滨工业大学,计算机科学与技术学院,数据结构实验二:二叉树的递归与非递归遍历-Harbin Institute of Technology, Computer Science and Technology, the data structure experiment II: the recursive and non recursive binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.31kb
    • 提供者:
  1. BST_tree

    0下载:
  2. 哈尔滨工业大学,计算机科学与技术学院,数据结构,实验四:BST树的构造及性能分析-Harbin Institute of Technology, Computer Science and Technology, data structures, experimental 4: BST tree structure and performance analysis
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.49kb
    • 提供者:
« 1 2 ... .80 .81 .82 .83 .84 24885.86 .87 .88 .89 .90 ... 28276 »
搜珍网 www.dssz.com