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

搜索资源列表

  1. VCDE

    0下载:
  2. 改进基本DE算法 电力系统无功优化 风电场 ,对比例因子和缩放因子进行改进,重叠改进,应用与含风电场无功优化。-Improvement of basic DE algorithm to optimize reactive power wind farm, the scale factor and scaling factor to improve, overlapping improvements, applications, and with the wind farm reactive po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:607322
    • 提供者:Max
  1. Overlapped-IO-model-based-server

    0下载:
  2. 基于重叠IO模型的服务器程序,可以同时支持上万的链接,性能直逼完成端口。-Overlapped IO model based server program, can support thousands of links, the performance almost equal to the completion port.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:322852
    • 提供者:
  1. dilation

    0下载:
  2. 对二值化图片的膨胀处理。对于二值图像,膨胀意味着,用结构元素在图像上移动,只要结构元素中有一个点与图像中的点是重叠的就可以了,膨胀的结果是结构元素中心点划过的区域的内部。所以图像的边缘就被扩大了。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:384211
    • 提供者:jone
  1. 77a2b84ac728

    0下载:
  2. 用MATLAB 编写的程序,可实现两幅有重叠部分图像的拼接,效果较理想-With MATLAN written procedures, can be two overlapping images of the mosaic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:216379
    • 提供者:baby
  1. Asynchronous-serial-port

    0下载:
  2. 异步读取串口,实现文件传输,采用重叠操作很有学习价值-Asynchronous serial port to read, to achieve transmission
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:637111
    • 提供者:
  1. PeerYou

    0下载:
  2. 详细说明:完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。 可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参-Details: Fully implement the registry processing, document processing. Multi-threaded server-side services, can be
  3. 所属分类:Remote Control

    • 发布日期:2017-04-02
    • 文件大小:223586
    • 提供者:杜兴伟
  1. MVBSegmentation

    0下载:
  2. MIL控件装入目标图像,并二值化,实现两个物体重叠部分的分割.-This program uses the watershed and the edge detect function to remove the background of an image with a non-linear lightning. Then, the watershed and the distance functions are used to separate the t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:12784
    • 提供者:fei
  1. P158

    0下载:
  2. 绘制两个重叠的着色三角形,并启用混合功能把源和目标混合因子分别设置为GL_SRC_ALPHA和GL_ONE_MINUE_SRC_ALPH-Draw two overlapping colored triangles, and enable the function of the source and destination blend factors were set to GL_SRC_ALPHA mixed and GL_ONE_MINUE_SRC_ALPH
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1778902
    • 提供者:沈燕芬
  1. suijiyuan

    0下载:
  2. 通过程序实现不同直径的圆,球与球之间重叠率满足一定比例-Through the process to achieve different diameter round ball and the ball meet a certain percentage of overlap between
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:672
    • 提供者:汪洋
  1. overlapRoutine

    0下载:
  2. 基于c++的网络编程,采用的是重叠模式,具有很好的参考价值-C++-based network programming, using the overlay mode, with a good reference value
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:661632
    • 提供者:熊辉
  1. BOARD

    0下载:
  2. 在一个2^k×2^k (k≥0)个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为特殊方格。棋盘覆盖问题要求用图(b)所示的4种不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-In a 2 ^ k × 2 ^ k (k ≥ 0) the composition of the board in a box, just a different box with other boxes, saying that the box is a specia
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:641
    • 提供者:鹰隼
  1. TankeGame

    0下载:
  2. 坦克大战游戏功能: * 1、画出坦克 * 2、我的坦克可以上下左右移动 * 3、坦克可以发射子弹,最多可以连发五颗 * 4、我的坦克击中敌人时,敌人的坦克消失并具有爆炸效果 * 5、我被击中后显示爆炸效果 * 6、防止敌人的坦克重叠运动 * 7、添加菜单栏 * 8、可以记录玩家的成绩 * 8.1、用文件流 * 8.2、单写一个文件类,完成对玩家成绩的记录 * 8.3、先完成保存共击毁了敌人多少辆坦克 * 8.4、存盘退出游戏
  3. 所属分类:Shot Game

    • 发布日期:2017-04-03
    • 文件大小:627462
    • 提供者:杨大
  1. 54681686

    0下载:
  2. 主要研究了利用重叠滤波理论进行全相位数字滤波器设计。 首先介绍了设计 FIR 滤波器的常规方法及其优缺点,然后借助重叠理论提 出全相位的概念,继而给出频域全相位数字滤波器(简记为 APFF)结构图并 理论推导得到与其等效的其他三种系统。-Research the use of overlapping full-phase digital filter theory, filter design. First introduced the conventional FIR fil
  3. 所属分类:Project Design

    • 发布日期:2017-05-14
    • 文件大小:3283633
    • 提供者:
  1. DFT

    0下载:
  2. DFT 重叠相加计算卷积 效率一般 仅供参考-DFT good code good code good code good code good code good code good code good code
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2062110
    • 提供者:林建
  1. cvwork_correlation

    0下载:
  2. 使用vc++6.0和opencv1.0实现的模板与目标图片的匹配,用模板图像通过依次与图像的重叠区域进行相似度比较,将相似度最大的区域作为匹配目标区域。得出最后的匹配结果-Using vc 6.0 and opencv1.0 achieve the target image matches the template, using the template image followed by image overlap region with similarity comparison, simi
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:49218
    • 提供者:wangbin
  1. 09

    0下载:
  2. Windows socket网络编程 vc++实现重叠I/O模式开发模式开发 内有客户端和服务器端的两个程序-Windows socket network programming vc++ realize overlap the I/O pattern development pattern development client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:252843
    • 提供者:luli
  1. DIC-process

    1下载:
  2. 两幅图像中有重叠部分,通过数字图像相关算法可以找到两幅图像相同的点-using matlab to match the corresponding piexls in the two images
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3120405
    • 提供者:zhiwei
  1. Five

    0下载:
  2. 计算机图形学中的线段焦点计算,包含重叠的代码-In computer graphics, line focus calculation, contains the overlap of code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2333733
    • 提供者:sss
  1. happy5

    0下载:
  2. 数码管小游戏,让SSD的各个段连续地按照顺时针方向转动,两段重叠片刻-game for ssd: ssd lit up in clockwise
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:255259
    • 提供者:汤日方
  1. DSP

    0下载:
  2. 独立编写程序实现基于重叠保留法的圆周卷积-Independent programming based on Overlapping circular convolution
  3. 所属分类:DSP program

    • 发布日期:2017-05-06
    • 文件大小:1245984
    • 提供者:weiyaming
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 33 »
搜珍网 www.dssz.com