搜索资源列表

  1. cutline

    0下载:
  2. 这是一个简单的画图程序,能实现画直线与普通画笔一样的画图功能,并能对它们进行任意的裁剪,本人水平有限,程序必存在许多不足,望高人们能多加指点。-This is a simple drawing program, able to draw straight lines with the same brush ordinary drawing capabilities and their arbitrary cut, I limited,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:46030
    • 提供者:石头
  1. 切割

    1下载:
  2. 这是一个分治解决的零件切割问题:给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?加上一个小界面-This is a solution to the partition cutting parts : a given width of the rectangular plate W,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30554
    • 提供者:亿摆
  1. 零件切割问题

    0下载:
  2. 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is requi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:叶黎
  1. qg

    0下载:
  2. 递归与分治算法的应用.零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? -recursive algorithm with the partition of the application. Parts mutilation given a width of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3606
    • 提供者:赵小美
  1. 回溯1

    0下载:
  2. 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? -parts mutilation to a fixed width of the rectangular plate W, the height of rectangular plate unrestrict
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36214
    • 提供者:张梦烨
  1. 分治

    0下载:
  2. 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? -parts mutilation to a fixed width of the rectangular plate W, the height of rectangular plate unrestrict
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32689
    • 提供者:张梦烨
  1. telephone_toll_collector_code

    0下载:
  2. 电话计费器程序/*信号定义: clk: 时钟信号,本例中其频率值为1Hz; decide: 电话局反馈回来的信号,代表话务种类,“01”表示市话,“10”表示 长话,“11”表示特话; dispmoney: 用来显示卡内余额,其单位为角,这里假定能显示的最大数额为50 元 (500 角); disptime: 显示本次通话的时长; write,read: 当write 信号下降沿到来时写卡,当话卡插入,rea
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1491
    • 提供者:slam
  1. fenzhi

    0下载:
  2. 零件切割问题: 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? 任给一个输入实例,能输出切割所需要的实际高度并能用图形演示切割的过程-cutting parts : a given width of the rectangular plate W, the height
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:65743
    • 提供者:章为到
  1. 最大子长方体问题

    0下载:
  2. *Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem descr iption : a long, wide and high respectively m, n, p r
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1256
    • 提供者:phq
  1. C++ Tutorial, in Beginning Visual C++ 6

    0下载:
  2. Welcome to the Wrox Press C++ tutorial "I hope you'll enjoy reading this tutorial with your portable, your work, or your home PC. It's a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and
  3. 所属分类:VC/C++相关

    • 发布日期:2011-04-26
    • 文件大小:1203033
    • 提供者:fridayya
  1. cut

    0下载:
  2. 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:41984
    • 提供者:吴起
  1. vc++cut

    0下载:
  2. VC++编写的图形剪裁源码,用VC开发,具有很高的参考价值.-VC++ Prepared tailoring source graphics with VC development, a high reference value.
  3. 所属分类:绘图程序

    • 发布日期:2024-06-05
    • 文件大小:1986560
    • 提供者:laierz
  1. dft_hp_filt

    0下载:
  2. 用于频域滤波的m函数,接受输入一幅图像和一个滤波函数,输出经滤波和剪切后的图像。还有一个高通滤波函数。-For frequency domain filtering m function, to accept the importation of an image and a filter function, the output cut by the filtering and image. There is also a high-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:乔连芝
  1. step_filter

    0下载:
  2. HFSS 高低阻抗滤波器 5节,可调参数,优化-HFSS high and low impedance filter 5, adjustable parameters, optimization
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:8192
    • 提供者:wangchao
  1. highpassfilter

    0下载:
  2. 问题是高切滤波或低通滤波,如果采用硬件实现,速度最快,但是现在计算机速度这么快,硬件实现起来相对麻烦,成本高,且灵活性性差, 软件实现相对方便多了,具体体的操作步骤如下(频率域) 先对数据作正FFT,再对变换后的频域数据乘以滤波因子,滤波因子的选择有理想高通、巴特沃斯高通、指数高通、梯形高通,一般选择梯形高通滤波因子,具体原因你可从数字信号处理的书上找到,,接下来将数据再作逆FFT就是了,还有就是在空间域作滤波,这里有一
  3. 所属分类:软件工程

    • 发布日期:2024-06-05
    • 文件大小:7168
    • 提供者:夏燕苹
  1. High-speedscreentransmission

    0下载:
  2. 高速屏幕传输,直接把截下来的图片分成n块,然后逐块和上一个图片比较,不同就放到流中压缩传送。-High-speed screen transfer images directly to cut down into n blocks, then a picture-by-block and on the comparison of different compression for transmission into the stream
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-05
    • 文件大小:588800
    • 提供者:coco
  1. LowPass

    0下载:
  2. A low-pass filter is a filter that passes low-frequency signals but attenuates (reduces the amplitude of) signals with frequencies higher than the cutoff frequency. The actual amount of attenuation for each frequency var
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:nicolas
  1. cut-grass

    0下载:
  2. 有一个n*m的草坪(1<=n,m<=100),草坪中的草原来的高度都是100。现在使用割草机修剪草坪,来得到各种各样的图案。割草机只能横着或者竖着割草。每次割草都会先设定一个高度,割完之后会把比设定高度高的草都割成设定的高度。比如草原来是5 2 8,设定高度为4,那么割完之后就变成了4 2 4。 现在给出一个图案,问是否可以把草坪割成图案的样子。 输入第一行包含两个整数n和m。 接下来为n行输入,每行包含m个不大
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:460800
    • 提供者:kenber
  1. Graph-Cut

    0下载:
  2. 详细介绍了图割算法的原理和过程,最终得到深度图。-High Quality Depth Map Estimation Method Based on Graph Cut
  3. 所属分类:文档资料

    • 发布日期:2024-06-05
    • 文件大小:1397760
    • 提供者:BOY
  1. temp-cut

    0下载:
  2. the circuit is in Proteous. Controller senses temperature lm35 and turns pin 16 high or low according to the temperature limits. state of jumper describe two conditions of operation.-the circuit is in Proteous. Con
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-06-05
    • 文件大小:120832
    • 提供者:M Umer
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org