虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Dual-Port

  • s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select

    s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8 : UDA1341 play audio test 9 : UDA1341 record audio test 10 : IRDA test 11 : SD Card write and read test 12 : COM port ( UART2 ) test

    标签: Please select function s3c2410

    上传时间: 2016-10-01

    上传用户:225588

  • This application includes a demo server and client program. You could write your own server launcher

    This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:

    标签: server application includes launcher

    上传时间: 2016-10-06

    上传用户:kr770906

  • /* 例子二没有什么特别的。与例子一让大家学习如何默认设置session会话属性 session.SetDefaultPayloadType(96) session.SetDefaultMar

    /* 例子二没有什么特别的。与例子一让大家学习如何默认设置session会话属性 session.SetDefaultPayloadType(96) session.SetDefaultMark(false) session.SetDefaultTimestampIncrement(160) 这里port与destination的端口号设的不一样。 例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com */

    标签: session SetDefaultPayloadType SetDefaultMar 96

    上传时间: 2014-12-08

    上传用户:LouieWu

  • // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial //

    // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial // Author : Winefred Washington // Created On : 2002 12 24 // Last Modified By: . // Last Modified On: . // Update Count : 0 // Status : Unknown, Use with caution! // Description Specification // General Description: 8, 16, 32-bit WISHBONE Master // Supported cycles: MASTER, READ/WRITE // MASTER, BLOCK READ/WRITE // MASTER, RMW // Data port, size: 8, 16, 32-bit // Data port, granularity 8-bit // Data port, Max. operand size 32-bit // Data transfer ordering: little endian // Data transfer sequencing: undefined

    标签: Description Behavorial wb_master Filename

    上传时间: 2014-07-11

    上传用户:zhanditian

  • 一个高效的自回避行走路径枚举程序。运用了多线程分配分支任务

    一个高效的自回避行走路径枚举程序。运用了多线程分配分支任务,可以port到多核cpu上加速运算。

    标签: 路径 程序 多线程 分配

    上传时间: 2016-10-17

    上传用户:Altman

  • uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomL

    uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID, U_SetAutoBaud_Div, /*TY adds these to expand flexibility 2004/10/15*/ U_Register_TX_cb, U_Register_RX_cb, /*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/ U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes, /*for virtual com port to return DCB configuration*/ U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus

    标签: U_GetBytesAvail U_GetTxRoomL U_GetBytes U_PutBytes

    上传时间: 2013-12-08

    上传用户:GHF

  • cs8900aVxworks驱动部分的头文件

    cs8900aVxworks驱动部分的头文件,有不少兄弟不明白PORT地址和MEM地址如何设置,问题的关键是A24地址线和对应的逻辑

    标签: aVxworks 8900 cs 驱动

    上传时间: 2016-10-28

    上传用户:agent

  • The code on this diskette has been organized by chapter. Each subdirectory containing listing has a

    The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent file formats. The readme will also describe how to compile the target programs under IBM OS/2 (TM) using the using C Set++ compiler (TM). All programs on this diskette have been compiled and tested in this environment. The majority of programs on this diskette should port to other environments with only minor adjustments. The exception to this are those programs which utilize presentation manager for graphical display of program data. In particular, the grid1 programs in \chapt4\backprop\ and \chapt3\ fall into this latter category.

    标签: subdirectory containing has organized

    上传时间: 2016-10-28

    上传用户:冇尾飞铊

  • Programming the USB2DMX by Jan Menzel 3rd January 2002 Abstract This document describes how the

    Programming the USB2DMX by Jan Menzel 3rd January 2002 Abstract This document describes how the USB2DMX DMX512 interface for the USB-port by Lighting- Solutions1 has to be programmed. It includes all information the software engineer has to supply to the operating systems USB-stack to talk to the USB2DMX

    标签: Programming the describes Abstract

    上传时间: 2016-10-31

    上传用户:SimonQQ

  • 一个小的telnet程序与大家共享

    一个小的telnet程序与大家共享,/* 本程序支持如一些参数: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 监听数量 或者 -B 监听数量 * --dir 服务默认目录 或者 -D 服务默认目录 * --log 日志存放路径 或者 -L 日志存放路径 * --daemon 使程序进入后台运行模式 */

    标签: telnet 程序

    上传时间: 2016-11-20

    上传用户:515414293