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

搜索资源列表

  1. mulscal_edge

    2下载:
  2. 我编写的一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像; -I prepared a multiscale edge detection example, the method is : 1, the first three images scale wavelet transform; 2, wavelet coefficients fo
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:8369
    • 提供者:刘三
  1. MFFMBitStream

    0下载:
  2. MFFM Bit Stream A C++ heirachy for reading and writing bit streams. Implemented for maximum efficiency/ease of use. Write or read bit streams for audio and video protocols such as mpeg (mp3), H.263, etc. Many parallel streams could be used in logic
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:59222
    • 提供者:shan
  1. smusicwave0704

    0下载:
  2. 对wave文件进行读取,并提取短时平均能量,过零率,短时平均幅值值,音频中每一帧的最大值,最小值-right wave to read documents and extract short-term average energy, the zero-rate, short-term value of the average amplitude, Audio each frame of the maximum, minimum
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:46527
    • 提供者:daisiguang
  1. ts_multipic_player

    2下载:
  2. 数字电视ts流多画面播放器。可以自动分析出ts流中的节目以及每个节目的音频pid,视频pid。用户可以任选一路节目的声音。最大支持17个节目同时播放。-digital TV screen ts flow more players. Can automatically analyze ts flow of programs, and each program pid Audio, Video pid. Users can program all the way optional voice. Ma
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:419210
    • 提供者:程序员
  1. CannyJava

    1下载:
  2. 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:58040
    • 提供者:
  1. gnwater

    0下载:
  2. By Nicolai Eduard Gancerenco. This component simulate a water reflection - alike Java applet. After a lots of tests, author fixed the maximum dimensions for image at 320x240, all for the biggest quality and real time effect - DirectX.-By Nicolai Edua
  3. 所属分类:Audio program

    • 发布日期:2017-04-04
    • 文件大小:496454
    • 提供者:maxnate
  1. doc_filter_by_software_c_code

    0下载:
  2. 1、限幅滤波法(又称程序判断滤波法) A、方法: 根据经验判断,确定两次采样允许的最大偏差值(设为A) 每次检测到新值时判断: 如果本次值与上次值之差<=A,则本次值有效 如果本次值与上次值之差>A,则本次值无效,放弃本次值,用上次值代替本次值 B、优点: 能有效克服因偶然因素引起的脉冲干扰 C、缺点 无法抑制那种周期性的干扰 平滑度差 -1, limiting filtering method (also known
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-04
    • 文件大小:1022
    • 提供者:zhao
  1. AV_SDK_2.7.4.60

    0下载:
  2. int GetImage(int number, unsigned char** buffer, unsigned long* psize, IMAGE_RESOLUTION resolution, float zoom, int dx, int dy) Returns camera image in jpeg format. Note that for zoom = 1 the returned image size is determined by the values of c
  3. 所属分类:Video Capture

    • 发布日期:2017-03-26
    • 文件大小:696920
    • 提供者:treven jack
  1. delayDetect

    0下载:
  2. Delay Estimation, find the location that makes the crosscorelation maximum
  3. 所属分类:Audio program

    • 发布日期:2017-04-16
    • 文件大小:165017
    • 提供者:Fabio
  1. delayFx

    0下载:
  2. 一个延迟效果器,有Send,DelayTimeL, DelayTimeR, FeedBack四个参数可调 - This class implements a fractional-length digital delay-line using first-order linear interpolation. If the delay and maximum length are not specified during instantiation, a fi
  3. 所属分类:Audio program

    • 发布日期:2017-03-30
    • 文件大小:7929
    • 提供者:两百块嘎嘎
  1. FR_test_16

    0下载:
  2. SDL Frame rate tester Press enter to test maximum FPS
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-10
    • 文件大小:1684740
    • 提供者:VV
  1. Modify-the-mp3-info

    0下载:
  2.   附件中的窗体可以单独作为一个小软件使用,也可以添加到自编的播放器中。ID3V2 的标签项目太多,我只选择了其中最常用的 8 项,当然,你如有兴趣,可以自行添加项目(ID3V2 最大长度可达 256M)。本代码自动识别并转换 UTF-8 编码,不过,由于有的 ID3V2 信息使用了 UTF-16LE或UTF-16BE 或 ISO-8859-1编码,显示出来仍然是乱码,这几种编码我都没有涉猎,无法转换。   关于 ID3V1 和 ID3V2 信息的详情,请参看我以前发表的《mp3文件的数据结
  3. 所属分类:mpeg mp3

    • 发布日期:2017-11-07
    • 文件大小:15854
    • 提供者:老王
  1. upload

    0下载:
  2. Entropy is a measure of the number of specific ways in which a system may be arranged, often taken to be a measure of disorder. The entropy of an isolated system never decreases, because isolated systems spontaneously evolve towards thermodynamic equ
  3. 所属分类:midi program

    • 发布日期:2017-05-21
    • 文件大小:6292920
    • 提供者:raluca_v
  1. Dsound3D

    0下载:
  2. 打开文件, 获取文件状态,声音属性:最小距离,最大距离,多普乐音子,声音运动:播放,停止,退出 -Opens the document, the gain document condition, the sound attribute: Minimum range, maximum range, multi-Pu musical note, sound movement: The broadcast, stops, withdrawal
  3. 所属分类:Audio program

    • 发布日期:2017-05-23
    • 文件大小:7244704
    • 提供者:dds
  1. adap_mppt_smc_batterie

    0下载:
  2. the modeling and control of a photovo/taic system is presented. A maximum power point tracking (MPPT) algorithm is adopted to maximize thephotovotaic output power. The proposed approach for peakpower tracking using the sliding mode control is rob
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-24
    • 文件大小:15225
    • 提供者:Ridha
  1. wu-zi-chess-games

    0下载:
  2. 基于网络编程的五子棋游戏,最大支持50人同时下棋,还可以更改自己的姓名-Web-based programming 331 games, 50 people maximum support while playing chess, you can also change their names
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-25
    • 文件大小:9960
    • 提供者:esrkTete
  1. bcg729

    1下载:
  2. G729 标准,20ms 采样数据,最大支持50通道独立编、解码。内部附G729 C++封装类和测试代码。-G729 standard, 20ms sampling data, the maximum support 50 channel independent editing, decoding. Internal with G729 C++ wrapper class and test code.
  3. 所属分类:Audio program

    • 发布日期:2017-05-05
    • 文件大小:492383
    • 提供者:Jack Gao
  1. xfdkr

    0下载:
  2. Computing time and two-dimensional histogram, Calculate the maximum eigenvalue judgment matrix of AHP, STM32 all the information produced by the MP3.
  3. 所属分类:IP电话/视频会议

  1. bluedroid

    0下载:
  2. 蓝牙音频传输SBC格式解码器,SBC->PCM,双声道,最大采样率48Khz,采样宽度16bit(Bluetooth audio transmission SBC format decoder, SBC->PCM, dual channel, maximum sampling rate 48Khz, sampling width 16bit)
  3. 所属分类:多媒体

    • 发布日期:2018-09-22
    • 文件大小:90112
    • 提供者:lqt
搜珍网 www.dssz.com