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

搜索资源列表

  1. SIFT

    0下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:951
    • 提供者:杨博明
  1. randlsbimghide

    0下载:
  2. 采用基于LSB的随机图像隐藏技术实现将一幅图像(目标图像)隐藏到另一幅图像(载体图像)中。包含目标图像yctx.bmp,载体图像Miss.bmp,图像隐藏代码randlsbimghide.m文件,图像读取代码randlsbimgget.m文件,随机位选择代码randinterval.m文件。-LSB-based technique of random images to achieve a hidden image (object image) to another piece of hidde
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:48735
    • 提供者:胡伟
  1. drawline

    0下载:
  2. Rectangle()//设置画图区域 SetTextColor()//设置文字显示颜色 TextOut()//在当前坐标(光标) 输出文本 MoveTo(x,y)//将光标移动到(x,y) 位置 LineTo(x,y)//从当前光标画线到(x,y), 并将光移到(x,y) SelectObject()//选择画笔对象 PtVisible(x,y)//判断(x,y)是否在 Rectangle()设置的区域中 CPen pe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11026
    • 提供者:vic
  1. emd

    0下载:
  2. matlab的工具箱的安装步骤: 1.解压下载的文件包,将tft/mfile复制到matlab的toolbox文件夹下 2.建立搜索路径,matlab->file->Set Path->Add Folder ->选择mfile文件夹复制到matlab的toolbox的路径->save->close 3.测试是否建立搜索路径成功,在matlab命令窗口打入:which fmsin 返回的结果是你放mfile的正确路径说明建立搜索路径成功。此时
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:681297
    • 提供者:许莉
  1. AutoRestore

    0下载:
  2. 通过短信猫实现短信的自动回复,可以将接受的短信时间,号码和内容显示在列表框中,设置短信猫的端口号,授权码,并选择是否自动回复和设置回复内容-Cat realized via SMS auto-reply messages, text messages can be accepted time, number and content displayed in the list box, set the cat SMS port number, authorization code, and sel
  3. 所属分类:SMS

    • 发布日期:2017-05-11
    • 文件大小:2981415
    • 提供者:WL
  1. Bezier-Cur

    0下载:
  2. Bezier曲线,包括2D和3D曲线,作为计算机图形学中曲线曲面编程方面的编程学习.-Bezier Curves. These are two programs that use Bezier curves. Bezier curves are simply lines, with one or more control points that "attract" the line toward it. One is a Bezier curve in 2D, the other is a
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:9730
    • 提供者:qxj
  1. Select

    0下载:
  2. 一个随即抽签程序,可随意输入120个需要抽签的对象,并从中随机算去N个-Then drawing a process input 120 are free to the needs of the target drawing, and from a random count to N
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4715896
    • 提供者:mastor
  1. DoubanRadio

    0下载:
  2. 豆瓣电台客户端有点大,自己做了个小豆瓣电台,这是源代码 简单介绍下: 1、创建工程时使用MFC单文档,View选那个HTMLVIEW 2、View的InitialUpdate中浏览豆瓣电台http://douban.fm/radio,顺便把窗口大小改变下 3、加个右键置顶的系统菜单项 -Douban radio client a bit large, a small Douban own radio station, which is the source code for
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:22415
    • 提供者:李铂
  1. tcpserver_select

    0下载:
  2. 利用select I/O复用模型实现TCP并发服务器-TCP-SERVER
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1328
    • 提供者:jannzeng
  1. NetworkTreeCtrl_demo

    0下载:
  2. 实现了通过网络打印机,直接打印的程序,可选择网络局域网中的打印机,选择打印-Achieved through network printers, direct printing process, choose LAN network printer, select Print
  3. 所属分类:Printing program

    • 发布日期:2017-03-31
    • 文件大小:26443
    • 提供者:徐文
  1. mytopforms

    0下载:
  2. C#制作始终显示在最前面的窗体,置顶窗体,也就是不被其它窗体遮挡,总是在最前端。经常用PPS看电视的朋友都知道,PPS有个置顶窗体的功能,选中后,电影始终在窗口的最前面显示,不管你在干什么工作,窗口都不会影响到你看电影,这个功能我学得挺实用的。 -C# make always appear on top form, top form, that is not obscured by other forms, always in the front. PPS watch TV often fr
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:14221
    • 提供者:wangpopo
  1. wordsearch

    0下载:
  2. 遍历选择目录下的所有文件夹DOC文档,找出包含关键字的文档-Directory traversal select all folders DOC document to identify documents containing the keywords
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3781118
    • 提供者:windycat
  1. pictureinapicturezoom

    0下载:
  2. 利用MATLAB绘制图形,并用鼠标拖拉矩形框,选中图形局部放大后,绘制在原图形的右上角,使得局部细节更清晰-Using MATLAB to draw graphics, and drag a rectangle with the mouse, select the graphics local amplification, drawn in the upper right corner of the original graphics, making the local details more
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5726
    • 提供者:chenshukun
  1. scc_myscan

    0下载:
  2. 可以使用该程序,简单的操作各种扫描仪,选择扫描仪。-You can use the program, the simple operation of the scanner, select the scanner.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:34875
    • 提供者:shaocancan
  1. wince6.0TCPclient_TcpSever

    0下载:
  2. 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3498757
    • 提供者:憔悴
  1. niceDrag

    0下载:
  2. 完美实现DIV拖拽 可选择自由拖拽 限制拖拽等。-Perfect realization of the DIV drag to select free drag limit drag.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-09
    • 文件大小:3150
    • 提供者:liweichao
  1. Camera

    0下载:
  2. directx9.0 使用自由摄像机在场景中移动,可在cpp文件中选择飞行器模式或者陆地模式-directx9.0 use the free camera to move through the scene in the cpp file, select the vehicle model or land mode
  3. 所属分类:DirextX

    • 发布日期:2017-06-10
    • 文件大小:17311174
    • 提供者:smart
  1. 201073013353566

    1下载:
  2. teechart鼠标悬停显示数据 teechart建立曲线图,编辑图表-〉系列-〉标记-〉-〉样式,选择标签和值。 -teechart teechart established mouse over the graph to display data, edit the chart- " series-> Mark-> -> Style, select the label and value.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:241079
    • 提供者:flbzt2011
  1. BestPlayer

    0下载:
  2. 安卓在线音乐播放器。该播放器具有音乐播放功能,播放模式选择功能,上一曲下一曲选择功能,音量控制选择功能,在播放的同时能够显示播放进度,并能够调整播放进度。-Android online music player. The player with music capability, play mode select, on an under a selection function, and volume control selection and playback can display pla
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3474932
    • 提供者:sufei
  1. Bresenham

    0下载:
  2. Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线 将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪-Bresenham algorithm for drawing line segments using the " rubber band" feature to draw the line draw the line connected into polygons, and select the me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1910
    • 提供者:jk
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com