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

搜索资源列表

  1. Histogram

    0下载:
  2. Make a Histogram in MATLAB from data saved to a file
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:12891
    • 提供者:Arizal
  1. railroad

    0下载:
  2. 在n个城市之间修建高速公路,使任意两个城市之间都有城市相连,且费用最少-Build roads between some cities, make sure that you can get anywhere from everywhere,besides, the cost is least
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:772
    • 提供者:hitzhc
  1. zaosheng

    0下载:
  2. 是运动补偿自适应编码利用噪声提升压缩效率的中文版本,可以更好的利用帧间相关性,提升码率-Is the motion compensation adaptive coding noise to enhance compression efficiency using the Chinese version, you can make better use of frame coherence, enhance the rate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:218936
    • 提供者:lipingyang
  1. PROG19

    0下载:
  2. Make a Diamond by * with given number-Make a Diamond by * with given number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3681
    • 提供者:kooshia
  1. linearregression

    0下载:
  2. MFC写得有界面的一元线性回归,可选择数据文件计算各种属性,并作出图形。-a linear regression with interface made by MFC ,you can select the data file calculate kinds of properties, and make a map.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:14032
    • 提供者:wangwenpan
  1. GrayCode

    0下载:
  2. 格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or binary code reflected in the d
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:8744
    • 提供者:夏雪
  1. GA

    0下载:
  2. 关于GA的c++代码和matlab代码的一个文件,可以做一个性能对比后,选择使用-On GA in c++ code and matlab code of a file, you can make a performance comparison, the option of using
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:7248
    • 提供者:mawubin
  1. ACM

    0下载:
  2. 初识ACM的导航ppt 有兴趣的可以看下 可以让你初步认识acm-ACM acquaintance navigation ppt interested may have a look can make you an initial understanding of acm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1216139
    • 提供者:残酷器
  1. tingchechang

    0下载:
  2. 设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。-Parking lots is a vehicle that can accomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:76984
    • 提供者:M.T
  1. Data_struct_1

    0下载:
  2. 数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp } if(y<=z){temp=y y=z z
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1846
    • 提供者:苏文俊
  1. 133

    0下载:
  2. 对于一幅输入图像,将产生一幅输出图像,输出图像的每个像素点的灰度值由输入像素点决定,将感兴趣特征的对比度扩展使之占据可显示灰度级的更大部分。使一输入图像转换为在每一灰度级上都有相同的像素点数,均衡化会减少灰度级数。大多数自然图像由于其灰度值分布集中在较窄的范围之内,引起图像细节不够清楚。采用直方图修正后可使图像的灰度间距拉大或使灰度均匀分布,从而增大了反差,使图像细节清楚,达到增强的目的。-For an input image, will produce an output image, the
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:172063
    • 提供者:李安
  1. data_arrange

    0下载:
  2. 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解停止不前。-Data structures sorting
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:85628
    • 提供者:robin
  1. park

    0下载:
  2. 停车场管理。设停车场内只有一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场。每辆停放在车场的车在它不离开停车场时必须按它停留的时间长短交费。试为停车场编制按上
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1860
    • 提供者:木清澄
  1. simulated_annealing_algorithm

    0下载:
  2. 用C++编写的模拟退火算法来求解问题,可以运行,参数可以自己修改-Written in C++, simulated annealing algorithm to solve the problem, you can run, you can make changes to parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2843518
    • 提供者:吴熊
  1. shuzi

    0下载:
  2. 删除一个整数中的S位数,并使剩下的数最小。如3250删除两位数后,剩下的数为20.-Delete an integer, and make the S digits of the number of minimum remaining. As 32.5 deleted after the remaining two digits for 20.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:980816
    • 提供者:tanglaoya
  1. mix

    0下载:
  2. 将一幅图像用其他噪声的图像组合起来,全部代码和实例-make one pic combined with other kinds of pic and give some examples
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5311126
    • 提供者:王哲
  1. timeseries_study

    2下载:
  2. 在证券和期货市场的研究通常是利用时间序列数据,这个程序主要是利用分形程序来研究的。-In the securities and futures market studies usually make use of time series data, this procedure is mainly used to study the fractal process.
  3. 所属分类:matlab

    • 发布日期:2014-09-14
    • 文件大小:2048
    • 提供者:钱程
  1. Bubble

    0下载:
  2. 试分别实现交换排序和非递归形式的快速排序算法,并通过随机数据比较两种排序算法的关键字比较次数和关键字移动次数。 (1)待排序表的表长不小于100;其中的数据要用伪随机数产生程序产生;至少要用5组不同的输入数据作比较;比较的指标为有关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。 (2)最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 (3)对快速排序算法进行适当的优化,并列出优化前后的效率对比。 -Subjects were asked to a
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3713
    • 提供者:贾铭
  1. lscatter

    0下载:
  2. Like Matlab s scatter command, lscatter produces a scatter plot. Unlike scatter, it allows you to also use a vector of labels that are used instead of the usual uniform markers. lscatter(x,y,l) generates a scatter plot where label{i} is pl
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:43855
    • 提供者:zhou
  1. 070240310keshe

    0下载:
  2. 产生随机比特流 并进行2ASK 2FSK 2PSK 2DPSK调制-Generate random bit stream and make 2ASK 2FSK 2PSK 2DPSK modulation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:810
    • 提供者:张朋
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com