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

搜索资源列表

  1. 12358964fcmdemo

    0下载:
  2. 是遗传聚类的demo,参照自己的数据对程序进行小小的改编即可,使用简单方便。-Are genetic clustering demo, with reference to its own data on the procedure can be little adaptation, the use of easy and convenient.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:5767
    • 提供者:efingIt
  1. tslib-1.0

    0下载:
  2. Tslib是一个开源的程序,能够为触摸屏驱动获得的采样提供诸如滤波、去抖、校准等功能,通常作为触摸屏驱动的适配层,为上层的应用提供了一个统一的接口。-Tslib is an open source program that can get drivers for the touch screen to provide such a sampling filter, to shake, calibration and other functions, usually as a touch scre
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:79756
    • 提供者:
  1. I2C

    0下载:
  2. 自己写的STM32程序,里面是关于I2C,根据<<STM32自学笔记>>改编,欢迎大家下载。-Write your own STM32 procedures, which is about I2C, according to < <STM32自学笔记> > Adaptation, welcome to download.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1449873
    • 提供者:张春明
  1. DMA

    0下载:
  2. 自己写的STM32程序,里面是关于DMA,根据<<STM32自学笔记>>改编,欢迎大家下载。-Write your own STM32 procedures, which is about the DMA, according to < <STM32自学笔记> > Adaptation, welcome to download.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1257326
    • 提供者:张春明
  1. BKP

    0下载:
  2. 自己写的STM32程序,里面是关于BKP,根据<<STM32自学笔记>>改编,欢迎大家下载。-STM32 of their programs, it is about BKP, according to < < STM32 self-study notes > > adaptation, welcome everyone to download.
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1225962
    • 提供者:张春明
  1. ADC

    0下载:
  2. 自己写的STM32程序,里面是关于ADC,根据<<STM32自学笔记>>改编,欢迎大家下载。-STM32 of their programs, it is about ADC, according to < < STM32 self-study notes > > adaptation, welcome everyone to download.
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1406356
    • 提供者:张春明
  1. keyscanverilogCX

    0下载:
  2. 这里有完整的verilog按键消抖程序(经过验证的),有图有真相,本程序是依据特权老师的程序自行改编的,由于按键消抖仿真时间较长,这里是假定16个时钟周期便于仿真。内有详细说明!我在网络上目前只能查找到程序,却找不到仿真程序和解说配套的资料,本文件彻底填补了这一空缺,对于初学者很有帮助!-Here are complete verilog keys away shaking program (proven), picture is truth, this program is based on
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8392970
    • 提供者:张明辉
  1. SPEEDDOME

    0下载:
  2. 基于ARM内核的红外云台控制,兼容SONY、HITICHA等多款相机控制,辅助光源,能做到前端协议自适应、机芯自适应、安防行业协议解析和远程升级等。-ARM Core-Based Infrared PTZ control, compatible with SONY, HITICHA other variety of camera control, auxiliary light source, can do front-end protocol adaptation, adaptive move
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3807673
    • 提供者:shigui
  1. SHADE_CEC2013

    0下载:
  2. 基于成功历史记录的参数自适应差分进化算法-Success-History Based Parameter Adaptation for Differential Evolution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1773910
    • 提供者:sean
  1. main

    0下载:
  2. 采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。-using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algorithm to adapt to the distribution of main memory space and recycling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2150
    • 提供者:杜炼
  1. IOS7AdaptDemo

    0下载:
  2. 随着ios7的出现,适配的问题肯定困扰了很多开发人员,此Demo可以解决ios7适配的问题,敬请参考。-With the emergence of ios7, adaptation problem plagued many developers, this Demo ios7 can solve the matching problem, please refer to.
  3. 所属分类:iPhone

    • 发布日期:2017-05-11
    • 文件大小:2398817
    • 提供者:hxiaopi
  1. a

    0下载:
  2. 模拟系统存储空间分配,即对空闲物理块进行空间分配,分配方法为:首次适应发、最佳适应法、最坏适应法。-Simulation system of storage space allocation, namely spatial distribution of free physical block, allocation method is: first fit, the best fit method, the worst adaptation method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1908
    • 提供者:乔旻浩
  1. dynamic-partition

    0下载:
  2. 操作系统: 模拟实现动态分区存储管理 实现的功能:实现了题目的所有要求,采用最先适应算法。 优点:窗口界面良好,给出了相应的提示信息,根据窗口的提示信息即可完成模拟实现动态分区存储管理;还可以修改主存的大小 直接修改MEM_MAX的值即可。 缺点:未给出最优适应算法。 -Operating System: simulation dynamic storage management functions to achieve: to achieve all
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:303120
    • 提供者:天蓝
  1. WAVELET5

    0下载:
  2. 5.Ideal spatial adaptation by wavelet shrinkage.pdf
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2466340
    • 提供者:xiaowang
  1. 569854

    0下载:
  2. 凡诺企业网站管理系统,全DIV+CSS模板,多浏览器适应,完美兼容IE6-IE8,以及Firefox Opera 等符合标准的浏览器,模板样式集中在一个CSS文件中,内容与样式完全分离-Vano enterprise website management system, the DIV+CSS template, multi browser adaptation, perfectly compatible with IE6-IE8, and the Firefox Opera standards
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-02
    • 文件大小:999780
    • 提供者:清拌蟹肉
  1. web

    0下载:
  2. 网页自适应,用于设置CSS一是网页自适应手机屏幕,web基本操作-Web adaptation, adaptive web for setting CSS One phone screens, web basic operations
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:214282
    • 提供者:yy
  1. lte-d

    0下载:
  2. HANDOVER ADAPTATION FOR DYNAMIC LOAD BALANCING IN 3GPP LONG TERM EVOLUTION SYSTEMS
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:396906
    • 提供者:chand
  1. pixeltrack_v0.1

    0下载:
  2. a novel algorithm for fast tracking of generic objects in videos. The algorithm uses two components: a detector that makes use of the generalised Hough transform with pixel-based descr iptors, and a probabilistic segmentation method based on global m
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-02
    • 文件大小:66841
    • 提供者:李文博
  1. DodoWaterFall

    0下载:
  2. android 瀑布流展示图片,可根据图片高度和宽度自适应屏幕展示图片-android stream waterfall display pictures, images can be displayed according to the height and width of the picture screen adaptation
  3. 所属分类:android

    • 发布日期:2017-06-01
    • 文件大小:13925895
    • 提供者:zhangbingkang
  1. D2D-novel-LA

    0下载:
  2. D2D的自适应链路仿真,可根据信道状况,自选自调制方式-novel link adaptation of D2D cluster multicast
  3. 所属分类:matlab

    • 发布日期:2015-06-26
    • 文件大小:49152
    • 提供者:xubin
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 35 »
搜珍网 www.dssz.com