CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 计算机算法

搜索资源列表

  1. 2010302590214

    0下载:
  2. 遥感关于计算机图形学的实习代码实现了简单图形的生成 图形的旋转等变换 三种填充算法 二维裁剪 实体的三维旋转等功能-Remote sensing computer graphics the internship code to achieve a simple graphics generated graphics rotation transform two-dimensional cutting of three filling algorithm entity such as three-
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:5048485
    • 提供者:three
  1. MATLAB

    0下载:
  2. 计算机潮流算法,基于PQ分解法,收敛速度快,而且很准确,已经通过验证。-Computer power flow algorithm, based on PQ decomposition method, fast convergence speed, but also very accurate, has been verified through.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:13226
    • 提供者:李家乐
  1. DrawLine

    0下载:
  2. 采用C++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。-Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:34014536
    • 提供者:王郑合
  1. draw

    0下载:
  2. 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5522811
    • 提供者:王燕霞
  1. cv_project

    0下载:
  2. 基于计算机是视觉的二值图像算法,求周长,质心还有最小轴距-Computer-based visual binary image algorithm to find the circumference, the center of mass, there is a minimum wheelbase
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:112655
    • 提供者:曾海波
  1. matlab

    0下载:
  2. 数字图像处理(DigitalImageProcessing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学理论的创立和完善) 三是广泛的农牧业、林业、环境、军事、工业和医学等方面的应用需求的增长。 MATLAB和Mathematica、Maple并称为三大数学软件。它可以进行矩阵运算、绘制函数和数据、实现算法、创建用户界面、连接其他编程语言的程序等,主要应用于工程
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:19962931
    • 提供者:woody
  1. Algorithms10

    0下载:
  2. 数据结构与算法的资料,计算机编程必备资料 值得下载-Data structures and algorithms, computer programming required information worth downloading
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:30963
    • 提供者:李磊
  1. main

    0下载:
  2. dv 算法 源码,计算机网络编程模拟路由器-dv algorithm source code, the computer network programming analog router
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:935
    • 提供者:许怀军
  1. MyPCName

    0下载:
  2. 用MFC算法获取计算机名称并更改计算机名-Get computer name and change the computer name using MFC algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:6180266
    • 提供者:善德
  1. eightqueues

    0下载:
  2. 这是一个古老的具有代表性的问题,用计算机求解时的算法也很多,这里仅介绍一种。 采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。 程序中首先假定a[1]=1,表示第一个皇后放在棋盘的第一列的第一行的位置上,然后试探第二列中皇后可能的位置,找到合适的位置后,再处理后续的各列,这样通过各列的反复试探,可以最终找出皇后的全部摆放方法。 程序采用回溯法,算法的细节参看程序。-This is
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:874
    • 提供者:陆凯
  1. distance-vector

    1下载:
  2. 计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:505587
    • 提供者:口天吴
  1. MyWork

    0下载:
  2. 模拟计算机,绘制栅格,验证直线的DDA算法,中点画线算法,和bresenham算法-Analog computer, draw a grid, verify that the linear DDA algorithm, the dotted line algorithm, and bresenham algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:2428287
    • 提供者:赵玮丹
  1. mywork

    0下载:
  2. 模拟计算机绘制格网,验证圆的中点画圆算法,bresenhan算法-The analog computer drawing grid verify round midpoint circle algorithm, bresenhan algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:2141378
    • 提供者:赵玮丹
  1. jisuanji

    0下载:
  2. 利用VC++的MFC设计简单计算机,能够实现加减乘除,初学者可以参考自己设计,里面包含的设计源代码和算法,其实很简单,就是调用几个简单函数。-Using vc++ MFC design simple computer, and can realize addition, subtraction, multiplication, and division, beginners can refer to own design includes the design of the source cod
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1882162
    • 提供者:joe
  1. Byangtiaoquxianfengesuanfa

    0下载:
  2. B样条曲线分割算法 计算机图形学 欢迎大家下载-B-spline curve segmentation algorithm in computer graphics welcome to download
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:33556
    • 提供者:zhangwei
  1. Drawline

    0下载:
  2. 计算机图形学入门,用MFC实现DDA,中点,Bresenham算法画直线-Computer graphics entry, using MFC DDA, the midpoint, Bresenham algorithm for drawing a straight line
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2382609
    • 提供者:郭帏
  1. CPoint3DCloud_modify

    0下载:
  2. 给出了常用的计算机图形学中的各种几何算法,代码是C++代码,对于利用C++绘制图形的同学很有帮助-Given the commonly used computer graphics in a variety of geometric algorithms, the code is C++ code for the students draw graphics using the C++ helpful
  3. 所属分类:Other systems

    • 发布日期:2017-06-10
    • 文件大小:17902971
    • 提供者:王莹莹
  1. myforRANSAC

    0下载:
  2. RANSAC算法,可以滤除SIFT的误匹配,在计算机视觉领域应用广发。-RANSAC algorithm, can filter out erroneous SIFT matching applications in the field of computer vision GF.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1937870
    • 提供者:飞羽
  1. computer1

    0下载:
  2. 利用matlab进行商品销售的计算机仿真算法 根据售货情况,计算进货情况-Merchandising using matlab simulation algorithm based on the sales situation, calculate the purchase situation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2184
    • 提供者:lijinying
  1. RICHAR

    0下载:
  2. 数值微分算法的计算机实现,数值方法与计算机实现。-Numerical differentiation algorithms, numerical methods and computer implementation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:565
    • 提供者:孙臻
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com