CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 边界

搜索资源列表

  1. 2D_FDTD_for_TM_mode

    0下载:
  2. % 本程序实现2维TM波FDTD仿真 % 此程序用PML设置吸收边界条件 % FDTD_2D_kongqi_PML % 仅喊有Ez,Hx,Hy分量
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1494
    • 提供者:Dexin Wang
  1. gaijinfensuilin

    0下载:
  2. 改进的分水岭算法,能够较好地提取对象轮廓、准确得到物体边界的优点。在MATLAB6.5下顺利编译通过-improve the watershed algorithm can be used to extract object contours, to be precise object boundary advantages. In MATLAB6.5 smoothly through the compiler
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1151
    • 提供者:潘峰
  1. ljl5

    0下载:
  2. 对图像进行边界跟踪,都是我以前收集的,很好用的,在你使用时稍微改一下就可以了-image of the border tracking, I had been collected, with the good, When you use it with a slight change can
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1615
    • 提供者:刘竟
  1. bianjiezhuliejianche

    0下载:
  2. 实现一维边界逐列检测,程序可在MATLAB环境下运行-achieve an out-by-dimensional border detection process will be run under MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:208891
    • 提供者:杨焱
  1. bianjiezhuhangjianche

    0下载:
  2. 实现边界逐行检测,可在MATLAB环境下运行-detection of the border line by line, the operating environment MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:322084
    • 提供者:杨焱
  1. zhengzhexingceliang

    0下载:
  2. 实现边界正择性测量,可在MATLAB环境下运行-the border is optional measurement, in the MATLAB environment running
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:103155
    • 提供者:杨焱
  1. bianjieyouhua

    0下载:
  2. 使用遗传算法实现一维边界局部优化,程序可在MATLAB环境下运行-use of genetic algorithm to achieve a peacekeeping borders local optimization process will be run under MATLAB
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:38878
    • 提供者:杨焱
  1. bjnhkz

    0下载:
  2. 实现边界随机微分方程拟合控制,程序可在MATLAB环境下运行-achieve stochastic differential equations fitting border control procedures in the operating environment MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:207454
    • 提供者:杨焱
  1. MouseHookandKeyBoardHook

    1下载:
  2. 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-mouse hook : a record current window handle to determine whether the mouse left window border, and the location of the mouse window title is displayed in real-time. keyboard
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:181923
    • 提供者:李宇亮
  1. edacioussnake

    0下载:
  2. TC2.0编写的贪吃蛇游戏,具有传统贪吃蛇游戏的所有功能,并且加入了自己的一些设想,比如,撞上自己和撞边界都不会死亡,只会减少蛇的长度,而且当走入死胡同后能够首尾调换。-READ prepared by the huge memory games, a huge memory with the traditional game of all functions, and by adding its own ideas, such as collision and hit their border
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:27563
    • 提供者:cifry
  1. matlabguitxlkuo

    0下载:
  2. matlab的gui设计,主要是图象轮廓图,边界图等-Matlab gui design, the main contours of the map image, the boundary map
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:896
    • 提供者:zhenghaimin
  1. boundary_code

    0下载:
  2. 对二值图像进行边界提取,生成8方向的边界链码,可以求出各个链码元素出现的频率-value of two images boundary extraction, production direction of the border eight chain code, can be obtained in various chain code elements, the frequency
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6774
    • 提供者:王皮
  1. ZIFUTUXING

    0下载:
  2. 本程序为汇编语言实现的字符图形程序。1)制作一个图形元素表,表中将所需的各种字符图形编上号码,并用存储器映射法将其显示在屏幕的左上部分; 2)将光标定位在屏幕的右半部分画图区,上、下、左、右光标控制键控制光标在四个方向的移动,不显示其轨迹,同时要控制光标位置不超出画图区的边界; 3)当按动某一数字键时,在光标位置处显示出相应编号的字符图形,然后移动光标,再显示下一个图形,最后绘制出一幅由字符组成的图形。 4)按动ESC键,退出程序,返回DOS。 -procedures for t
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1554
    • 提供者:iceman
  1. Matlabpictureprogramme

    0下载:
  2. matlab图像处理的一些命令,如applylut,提取二进制图像的轮廓的bwmorph,识别强度图像中的边界的edge,进行二维快速傅里叶变换的fft2等等.-Matlab image processing some orders, such as applylut. extract the binary image of the contours of the bwmorph identify intensity image of the border edge, 2D Fast Fouri
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:427351
    • 提供者:ruan pingfan
  1. wwe

    0下载:
  2. 判断某点是不是边界点,参数x,y 为该点的坐标,lpPtr为指向原位图数据的指针-judgment is not a border point, parameters x, y coordinates for the point. lpPtr plans for the in situ data at the target
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2681
    • 提供者:罗列为
  1. FEM_main

    0下载:
  2. 一阶有限元通用程序,边界条件可变,可以用于机械应力分析,电磁场数值计算等领域。而且可以自编自东剖份程序作为入口。-a finite element analysis program, boundary conditions variable, which can be used mechanical stress analysis, Numerical Calculation of electromagnetic fields. Can be directed and performed in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2996
    • 提供者:杨越
  1. OnProcessTrace

    1下载:
  2. 于八方向链码的边界跟踪代码,其中数组存储的是边界点的矢量方向,存储的是边界点的坐标。-in eight directions chain code border tracking code, which is stored in an array of border points vector direction, Storage is the boundary point coordinates.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2011
    • 提供者:王伟
  1. vc_pictureprocess

    0下载:
  2. c++编译的图像处理程序,主要包括:几何变换、滤波、边缘检测、锐化、轮廓提取和边界跟踪、形态学处理-c compiler of image processing procedures, including : geometric transformations, filtering, edge detection, sharpening, contour extraction and border tracking and morphological processing, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:358446
    • 提供者:da
  1. t3_1

    0下载:
  2. 求解三次样条函数思路为:由 连续 预设 , 为一次多项式:故 积分2次 积分常数(2个) 由插值条件 确定 积分常数 得 (含预设的 ) 利用 连续: 确定 的 个方程 + 2边界条件 确定 加入 的表达式,形成 。 -solving cubic spline function ideas : consecutive default, as a polynomial : so integral two integral constant (2) determined by int
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:王明明
  1. fly111

    0下载:
  2. 基于链码提取的傅立叶描述子,以及傅立叶反变换对图象边界进行重建 -chain code extraction based on Fourier descr iptors, and the Fourier transform of image reconstruction border
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1024
    • 提供者:ff
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com