CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - A interface

搜索资源列表

  1. Design-of-waveform-generator

    0下载:
  2. 本系统介绍USB接口波形发生器的设计。它采用直接数字频率合成(DDFS)技术,实时将USB接收到的数据转换成各种频率的波形输出,所使用的USB传输方式为全速同步传输。-The design of USB interface waveform generator is introduced in this paper. It uses the direct digital frequency synthesis (DDFS) technology, real-time data will be c
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:764600
    • 提供者:黑曼巴
  1. EX_8

    1下载:
  2. (1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。 (2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下: void writeTo (char filename[ ]) (3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下: void readFrom (c
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5526037
    • 提供者:Wu Weiqiang
  1. Autosar_TransGG

    0下载:
  2. A transformer provides well defined function signatures per each communication relation (port based and signal based), which is marked for transformation. The function signature depends on the transmitted data elements (Client/Server operation si
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:443597
    • 提供者:rayen
  1. COM-Tutorial

    0下载:
  2. A Windows program called Service Control Manager (SCM) does most of the job in COM server invoking. It finds the server through System Registry, runs it, has it create the COM object, sets up local/remote transparency, and returns an interface poin
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1231562
    • 提供者:Freddy Marquez
  1. Infrared-remote-control

    0下载:
  2. 本文介绍了红外遥控系统的设计,红外遥控器与单片机的硬件接口以及完整的软件解码方案、源程序、应用方法,为各类红外遥控器在单片机控制产品中的开发应用提供了一个非常实用的参考。-Is introduced in this paper the design of infrared remote control system, infrared remote controller and MCU hardware interface and complete the software decode sch
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:39555
    • 提供者:黑曼巴
  1. CSS-Design-introduction

    0下载:
  2. 本书是一本面向初中级读者的经典设计指南。全书共分8 章,前4 章分别介绍了HTML 标记和文档结构、 CSS 工作原理、定位元素、字体和文本,对规则、声明、层叠、特指度、选择符等基本概念进行了详细解读。 随后4 章介绍了页面布局、界面组件,CSS3 圆角、阴影、渐变、多背景等视觉设计技巧,最后还对如何实 现最前沿的响应式设计进行了通俗易懂的演示。-This book is a middle-class audience for classical design guidelines.
  3. 所属分类:software engineering

    • 发布日期:2017-06-12
    • 文件大小:19292794
    • 提供者:吴清
  1. login

    0下载:
  2. Qt 借助QT开发环境,简单设计一个QQ登录界面登陆界面色设计-With QT Qt development environment, design a simple login screen color QQ login interface design
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:749
    • 提供者:WeiMing
  1. axi-timer

    0下载:
  2. 这是Xilinx AXI定时器的说明手册,对于进行FPGA开发的工程师有参考价值 -The LogiCORE IP AXI Timer/Counter is a 32/ 64-bit timer module that interfaces to the AXI4-Lite interface.
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:433909
    • 提供者:bill zhao
  1. USBshujucaiji

    0下载:
  2. 本文介绍了一种基于USB总线的数据采集系统的设计方法,采用PHILIPS公司的USB接口芯片PDIUSBD12与单片机AT89C51进行通信,并和PC机通信而编制出友善的设备应用程序。-In this paper, a design method of data acquisition system based on USB bus, using the USB interface chip PDIUSBD12 PHILIPS company communicate with single ch
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:124777
    • 提供者:renlijun
  1. demo

    0下载:
  2. 这是一个基于labview开发的上位机演示界面程序,供初学者使用的好例子!-This is a PC-based development labview interface demo program, a good example for beginners to use!
  3. 所属分类:Software Testing

    • 发布日期:2017-05-04
    • 文件大小:221245
    • 提供者:黄小明
  1. matlab-gui

    1下载:
  2. 新手编写的关于matlab gui界面的图像处理界面,主要是对小波去噪的一个简单程序-Novice prepared by the image processing interface matlab gui interface, primarily a simple program for wavelet denoising
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:53949
    • 提供者:叶婷
  1. tc

    0下载:
  2. 本系统采用C/S三层架构,采用Sql Server 2005为数据库,主要开发语言为C#。 三层架构:所谓的三层架构即将整个业务应用划分为:表现层、业务逻辑层、数据访问层。采用三层架构的目的是为了使整个系统的逻辑结构清晰明了,在逻辑上保持相对独立性,从而能提高系统和软件的可扩展性和可维护性。 (1)表示层:为用户提供交互性操作界面,用户通过表示层发送请求。 (2)业务逻辑层:负责处理关键业务逻辑和数据传递。 (3)数据访问层:该层主要是对数据库的访问,针对数据的维护。
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:2029740
    • 提供者:jingdong1
  1. QTand-opencv

    0下载:
  2. QT下利用OpenCv从摄像头读出图片并显示源码,主要是显示摄像头图像采集的界面-QT under the use of OpenCv read images a camera and display source code, mainly show the camera image acquisition interface
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:13799
    • 提供者:潘晨
  1. BMS161119

    1下载:
  2. 本文挡是一个简单电池上位机监控系统软件,包括界面设计、电压电流的监测-This article is a simple cell block PC monitoring software system, including monitoring interface design, voltage and current
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5404345
    • 提供者:tom
  1. docaes

    0下载:
  2. 以USBKey作为密钥存储载体和身份认证实体,来实现对文件的一种基础加密功能。UsbKey是一个集身份认证、密钥安全存储、对称钥和非对称钥加密等安全功能于一体的安全硬件,是一种带有USB接口的加密锁。因为USB KEY是一种比较简化型的加密锁,不需要任何驱动程序。并且它具有极高的加密强度,用硬件保存密码,用软件配合来使用。并且携带方便,简单易用,性能稳定。安全操作系统启动后通过插入UsbKey对于用户的身份进行认证 通过把密钥安全存储在UsbKey中,能够防止泄漏、篡改。本次设计使用epass系
  3. 所属分类:software engineering

    • 发布日期:2017-06-11
    • 文件大小:17860113
    • 提供者:张若嘉
  1. radar

    1下载:
  2. 关键词 :雷达 人工智能 识别 摘要:主要介绍了一种用于手势识别的线性调频雷达,重点介绍了距离-多普勒谱的人工智能信号处理与识别技术。-FMCW radar: —Intelligent driver assistance systems have become important in the automotive industry. One key element of such systems is a smart user interface that tracks and rec
  3. 所属分类:Project Design

    • 发布日期:2017-05-25
    • 文件大小:8013850
    • 提供者:fuhaijun
  1. test_widget_draw

    0下载:
  2. 这是idl界面代码,有一个界面的框架,用户可以自行添加功能。-This is the idl interface code, there is a framework of the interface, the user can add functionality on its own.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:571
    • 提供者:陈先生
  1. Banque

    0下载:
  2. java interface util facile a utiliser
  3. 所属分类:Software Testing

    • 发布日期:2017-05-20
    • 文件大小:5354203
    • 提供者:soumiya
  1. Library-Management-System

    0下载:
  2. 这是一个图书管理系统,它所包含的界面比较优美,并且确实可以运行-This is a library management system, which contains the interface is more beautiful, and can indeed run
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3652784
    • 提供者:薛玉
  1. Dormitory-management-system

    0下载:
  2. 这是一个宿舍管理系统,功能齐全,界面优美-This is a dormitory management system, functional, beautiful interface
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:7697378
    • 提供者:薛玉
« 1 2 ... 28 29 30 31 32 3334 »
搜珍网 www.dssz.com