CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - ms

搜索资源列表

  1. jbd

    0下载:
  2. Input length is not a multiple of 10 ms, or length is longer than the packet length.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4386
    • 提供者:rerrieme
  1. reverse

    0下载:
  2. Input length is not a multiple of 10 ms, or length is longer than the packet length.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3179
    • 提供者:hnqoupb
  1. rose

    0下载:
  2. Class-Specific MS Interface Header Descr iptor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3772
    • 提供者:prlphie
  1. hdsp

    0下载:
  2. MS Class-Specific Interface Descr iptor Subtypes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5853
    • 提供者:qiefingla
  1. ms-inline-asm

    0下载:
  2. The system math library doesn t have long double variants, e.g.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1222
    • 提供者:suenbjun
  1. nvc0_screen

    0下载:
  2. HACK: GL requires equal formats for MS resolve and window is BGRA.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7491
    • 提供者:kntaimd
  1. tick_util

    0下载:
  2. System independant wrapper for polling elapsed time in ms and us. The implementation works in the tick domain which can be mapped over to the time domain.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2503
    • 提供者:taznpi
  1. tSubGet-0

    0下载:
  2. Teletext-style subtitle extractor for DVR-MS and WTV files. Subtitles are parsed into the SubRip (srt) format.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:158647
    • 提供者:kk
  1. 030-define-chain-obj-to-func-compose

    0下载:
  2. warning findme.h successfully included using MS search rules.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2379
    • 提供者:slmkzin
  1. ms-wchar

    0下载:
  2. Content: Quantizing & coding functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1485
    • 提供者:xbsangx
  1. SkOTTable_maxp

    0下载:
  2. Renamed __null to SAL__null for avoiding private keyword conflicts between gcc and MS world.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3394
    • 提供者:kkkinxo
  1. FontTableCache

    0下载:
  2. Microphone input speech vector (10 or 20 ms) for L band.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5446
    • 提供者:dongwieyd
  1. ctor_func

    0下载:
  2. Content: Declaration MS stereo processing structure and functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3255
    • 提供者:dfhinrs
  1. msdos_fs

    0下载:
  2. The MS-DOS filesystem constants structures.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2596
    • 提供者:qsnhsao
  1. basic_iterator

    0下载:
  2. Wait on the condition variable for at most ms milliseconds Source Code for Embedded Linux. -Wait on the condition variable for at most ms milliseconds Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2910
    • 提供者:bmwinzue
  1. hack

    0下载:
  2. Contains all code specific to the MS-NET file server. Undef SMBSERVER to remove SMB support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2976
    • 提供者:dwhsnf
  1. draino

    0下载:
  2. 10 bits char, 1000 ms sec, baudrate in bits sec.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1414
    • 提供者:szqanggiu
  1. timecalc

    0下载:
  2. 利用计算机运算频率高精度计算时间,精度为ms级-use computer run frequency to compute time in ms level
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:973771
    • 提供者:张建春
  1. AnVDisplay_Laptop

    0下载:
  2. Driver Template For Getting A Better Display. They are based on MS es template with some Apple enhancements. They can also be used to override the EDID of the monitor.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7552
    • 提供者:Andy Vandijck
  1. driver

    0下载:
  2. 1. 硬件基于HC-SR04模块,可自行查找。 2. 代码PWM模块用于测试中断响应性能, 背光部分注释掉是因为和PWM复用了。 3. 测试中断响应性能时不要使用在中断上半部使用printk()方式,否则延时会到ms级。 4. 代码中注册的字符设备可不需要,创建的内核线程用于控制时序。 3. 由于超声波采用的是普通的GPIO中断,而且精度需要达到us级,当有许多高优先级的中断需要处理时, 驱动响应会延迟导致得到的时间不同,稳定性会大大下降,只可作为参考,如果要商用最好使用专用
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2816
    • 提供者:赵帅
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com