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

搜索资源列表

  1. interfaces_for_mixed_timing_systems

    0下载:
  2. This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asynchronous. The designs are the
  3. 所属分类:行业发展研究

    • 发布日期:2008-10-13
    • 文件大小:422198
    • 提供者:叶艳
  1. MultimediaPlayerSimilarToWinamp

    0下载:
  2. 一个类似Winamp的漂亮界面的播放器,该代码中包含了大量界面制作技巧-a pretty similar to Winamp player interface, the code contains a number of interfaces production skills
  3. 所属分类:midi

    • 发布日期:2008-10-13
    • 文件大小:129579
    • 提供者:wangxinfeng
  1. ExploreIS

    0下载:
  2. SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that ships with SQL Server 2005. As with many of Microsoft s development tools, you can extend SSIS to perform other operations not already bundled with the
  3. 所属分类:SQL Server数据库

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

    0下载:
  2. S3C44B0X 自带的IIS 音频接口的使用,通过 DMA 数据传输方式编程实现对wav 声音文件(不超过 10 秒)的循环播放。 -S3C44B0X built-in IIS audio interfaces use, through DMA data transmission programming right wav sound files (not more than 10 seconds) to broadcast the cycle.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:436564
    • 提供者:wangting
  1. 2812programm

    0下载:
  2. 2812例程,包括各种接口的操作,如sci、pwm、spi、can等接口的操作-2812 routines, including the operation of various interfaces, such as sci, pwm, spi. such interface can operate
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:886677
    • 提供者:ak
  1. softhy626c

    0下载:
  2. 免费版限制 只允许设置1个tracker地址 上传Torrent文件限制30KB 只允许设置一级分类(分类数量:限定为10个) 无公告和友情连接功能 无论坛注册接口设置 无联盟功能 无rss功能 无举报系统 不能合并种子文件 后台单用户管理 -free version only allows restrictions set up a tracker upload Torrent document addresses restrictions 30 KB allow only set up
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2646284
    • 提供者:wei
  1. advh_v1_3[1].tar

    0下载:
  2. The CUBA library provides new implementation of four general-purpose multidimensional integration algorithms: Vegas, Suave, Divonne, and Cuhre. Suave is a new algorithm, Divonne is a known algorithm to which important details have been added, and V
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:133344
    • 提供者:zliuanhui
  1. CChessThinkerEngine

    0下载:
  2. 本程序由四部分组成:数据结构定义、核心模块、扩展模块和操作界面。其中核心模块由走法产生器、搜索引擎和估值函数组成;扩展模块由悔棋功能、还原功能、思考线程控制及音效控制组成;操作界面对外接口有:棋盘位图、悔棋按钮、还原按钮、停止思考按钮、打开音乐按钮、关闭音乐按钮和新棋局按钮等-this procedure consists of four parts : data structure definition, the core module, expansion modules and inter
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:611074
    • 提供者:白雪
  1. hwb13W 硬件实用手册

    1下载:
  2. 硬件手册中收集了几乎一切与计算机有关的接插件的引脚说明,例如: 各种总线:ISA, EISA, PCI, VESA, CompactPCI, PCMCIA ...... 串行接口:RS232, PC9, PC25, Printer, PS/2, RS422 ...... 并行接口:PC, Amiga, ECP, MSX ...... 视频接口:VGA, EGA, CGA, PGA, Macintosh Video ...... 其他接口:USB, BeBox Gee
  3. 所属分类:文档资料

    • 发布日期:2012-11-01
    • 文件大小:659489
    • 提供者:连永兴
  1. PressMonitor_q

    0下载:
  2. 程序实现了在液压锻造系统界面上的温度、压力、电机速度的检测与控制,程序经工程证实可用,程序开发平台vc-program in forging hydraulic system interfaces on the temperature, pressure, electrical speed detection and control, confirmed by the procedure works can be used, program development platform vc
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:627518
    • 提供者:钱明贵
  1. openhpi-1.9.2.tar

    0下载:
  2. HIP 硬件设备管理标准接口,SAF定义的标准接口实现-HIP hardware device management standard interfaces, SAF definition of the standard interfaces
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1695996
    • 提供者:朱海培
  1. testshape

    0下载:
  2. 3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、Rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1,y1,),终点是(x2,y2)”-3. A Shape interface design, interfaces includ
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:978
    • 提供者:吴泽伟
  1. LCG-2-UserGuide

    0下载:
  2. LCG-2-UserGuide This document gives an overview of the main characteristics of the LCG-2 middleware, which is being used for EGEE. It allows users to understand the building blocks and the available interfaces to the GRID tools in order to run
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:4376374
    • 提供者:river_side
  1. MySQLTest

    0下载:
  2. 介绍了MySQL的使用、调试和调用的方法和接口,非常方便扩展。-MySQL introduced the use, testing and the use of methods and interfaces, a very convenient extension.
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:213112
    • 提供者:李德兵
  1. hacker_source

    0下载:
  2. 黑客最新源码集 包含 Delphi_Hacker_Demos --Copyownapp.zip --DelDir.zip --CopyFile.zip --EnumInterfaces.zip --IEGetCache.zip .... 等最新黑客源码。-source hackers latest collection includes Delphi_Hacker_Demos -- Copyow napp.zip -- DelDir. zip -- CopyF
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:259696
    • 提供者:红雨
  1. ZincProgrammersGuide

    0下载:
  2. Zinc is an object oriented, platform independent, framework for designing graphical user interfaces (GUIs) for cross platform applications. Zinc is scalable and customizable. It provides a full-featured toolkit for the creation of GUIs and even
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:866010
    • 提供者:刘志栋
  1. D3D9UI

    0下载:
  2. 基于DX9的UI界面设计,自己收藏的一个例子, 这套界面最初是根据Alan Thorn的《DirectX 9 User Interfaces Design and Implementation》一书介绍的原理所编写
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:165295
    • 提供者:李赛伟
  1. Ghost_drag_image

    0下载:
  2. Have you noticed the cool ghost image that Windows Explorer produces when you start dragging files/folders from it? Well, I wanted to implement this in a C# project when dragging files between it and Windows Explorer. After a lot of Googling, I found
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:87056
    • 提供者:haha
  1. ActiveDirectorySDK

    0下载:
  2. The Microsoft® Active Directory™ Service Interfaces (ADSI) Software Development Kit (SDK) is a client-side product, based on the Component Object Model (COM), that defines a directory service model and a set of COM interfaces that enables Mic
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1559466
    • 提供者:zy
  1. winip-src-2201

    0下载:
  2. 一款域名服务器仿真程序 Winip is client that allows single fully qualified domain names to identify dynamically addressed hosts. It currently interfaces with services that use the dhis protocal (http://www.dhis.org/dhis/) or the ods protocal (www.ods.org).
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:119248
    • 提供者:张鹏
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com