搜索资源列表

  1. ma_by

    0下载:
  2. The Matlab functions and scr ipts in the MA toolbox are: - ma_sone wav (PCM) to sone (specific loudness sensation) - ma_mfcc wav (PCM) to MFCCs (Mel Frequency Cepstrum Coefficients) - ma_sh sone to Spectru
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:mesu
  1. simple_spi

    0下载:
  2. 一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral I
  3. 所属分类:串口编程

    • 发布日期:2024-05-19
    • 文件大小:473088
    • 提供者:Jack
  1. hough_vc

    0下载:
  2. 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-edge detection and extraction. Contour Tracking command line compiler process following vcvar
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:31744
    • 提供者:凌宇
  1. cll

    0下载:
  2. 点出系统1,打开cl.cgi,修改$myurl为你自己的实际使用路径!(也可以不修改) 2,上传到任意支持CGI的目录,设置cl.cgi属性为755 3,daten目录以及里面的所有文件属性设置为777 4,打开浏览器浏览-point out a system to open up cl.cgi. $ myurl changes for your own use of the actual path! (You can no
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:王欢
  1. Flash_Lite_Visual_Example_v1_0_en

    0下载:
  2. This example application is a collection of Flash Lite do s and don ts from the usability point of view. The application contains real examples and animations of static examples that help you to see problematic iss
  3. 所属分类:J2ME

    • 发布日期:2024-05-19
    • 文件大小:141312
    • 提供者:lyva1982
  1. 20051216175843918

    0下载:
  2. 图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-image detection, template matching process compiler command line as follows vcvars32 rc bmp.r
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:leo
  1. 20051216172854831

    0下载:
  2. 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -image smoothing (to noise), Sharpening command line compiler process following vcvars
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:leo
  1. EODL_demo

    0下载:
  2. how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in
  3. 所属分类:数据库系统

    • 发布日期:2024-05-19
    • 文件大小:306176
    • 提供者:
  1. Designandvibration

    0下载:
  2. 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -achieve dithering patterns and technologies, and the command line compiler bmp2t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:23552
    • 提供者:yu
  1. Histogramrevision

    0下载:
  2. 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -color histogram amendments and command line compiler transformation process following vc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:yu
  1. Geometrytransformation

    0下载:
  2. 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -images of geometric transformation open a bitmap, Geometric Transform comma
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:yu
  1. systime01

    0下载:
  2. 部分具体运行步骤: 将系统时间存储 用cl来设置标志 用循环来转换,每次转换成一位或两位数(一位数是星期)-steps : storage system with cl time to set up signs to use recycled conversion, Every time or converted into a double-digit (a number of weeks)
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:GertieChan
  1. Amendedandcolorhistogramalgorithmcode

    0下载:
  2. 直方图修正和彩色变换的经典VC源码 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -and color histogram that transform a classic VC command line compiler source proc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:31744
    • 提供者:fanxubo
  1. Imagegeometryalgorithm

    0下载:
  2. 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-images of geometric transformation open a bitmap, Geometric Transform command
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:31744
    • 提供者:fanxubo
  1. haoln-jpeg

    0下载:
  2. 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-images of geometric transformation open a bitmap, Geometric Transform command
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-19
    • 文件大小:28672
    • 提供者:haoln
  1. compressimage

    0下载:
  2. 行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-itinerary coding, JPEG coding (basic system) command line compiler process following vcvars32 mail c bmp.rc l compres
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:191488
    • 提供者:李云
  1. mode

    0下载:
  2. 功能是图象的检测,模板匹配如果上 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 这里是vc可直接运行 注意事项: 运行时,文件c:\test.bmp必须存在-Function of image detection, template matching on the command-line compile
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:1193984
    • 提供者:
  1. EdgeDetection

    0下载:
  2. 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Edge detection and extraction, contour tracing the course of the following command-line compi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:31744
    • 提供者:潘耀章
  1. readBitmap

    0下载:
  2. 功能是打开一幅位图,并显示在屏幕上。 命令行编译过程如下 vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib 注意事项:运行时,文件c:\test.bmp必须存在-Function is to open a bitmap and displayed on the screen. Command-line compiler is as follows vcv
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:曹小雨
  1. dither

    0下载:
  2. 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to realize and jitter patterning technology, as well as command-line co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:23552
    • 提供者:曹小雨
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »

源码中国 www.ymcn.org