搜索结果

找到约 604 项符合 write 的查询结果

按分类筛选

显示更多分类

Java编程 With this example-driven book, you get a quick, practical, and thorough introduction to Java s API f

With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services: Up and Running takes a clear, no-nonsense approach to these technologies by providing you with a mix ...
https://www.eeworm.com/dl/633/455789.html
下载: 48
查看: 1088

单片机编程 DS1820 C51 子程序 (一线数据传输)

//芯片资料请到www.elecfans.com查找 //DS1820 C51 子程序//这里以11.0592M晶体为例,不同的晶体速度可能需要调整延时的时间//sbit DQ =P2^1;//根据实际情况定义端口 typedef unsigned char byte;typedef unsigned int  word; //延时void delay(word useconds){  for(;useconds>0;useconds--);} //复位byte ow_re ...
https://www.eeworm.com/dl/502/31450.html
下载: 68
查看: 1091

技术资料 DDR4标准 JESD79_4

1. Scope ......................................................................................................................................................................... 12. DDR4 SDRAM Package Pinout and Addressing ............................................................................ ...
https://www.eeworm.com/dl/827937.html
下载: 35
查看: 854

VHDL/FPGA/Verilog SOPC实验--自定义PWM组件:以带一个Avalon Slave 接口的PWM 组件为例

SOPC实验--自定义PWM组件:以带一个Avalon Slave 接口的PWM 组件为例,说明如何自定义组件。,一个Avalon Slave 接口可以有clk、chipselect、address、read、readdata、write 及writedata 等信号,但这些信号都不是必需的。 一、功能 我们要实现的PWM 组件具有以下功能: 1. PWM 的周期可改,用period 寄存器存储; 2. PWM ...
https://www.eeworm.com/dl/663/320733.html
下载: 158
查看: 1149

网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A

接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3 ...
https://www.eeworm.com/dl/635/147009.html
下载: 115
查看: 1163

数值算法/人工智能 ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The

ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the numbe ...
https://www.eeworm.com/dl/518/187749.html
下载: 26
查看: 1532

其他嵌入式/单片机内容 ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid cryst

ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral Interface (SPI), 8-bit/16-bit parallel o ...
https://www.eeworm.com/dl/687/247727.html
下载: 140
查看: 1145

微处理器开发 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 ...
https://www.eeworm.com/dl/655/348818.html
下载: 59
查看: 1151

Java书籍 Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Sof

Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Software Process Mentor This Version: January 15, 2000 Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper This white paper describes a collection of standards, conventio code. They are based on so ...
https://www.eeworm.com/dl/656/349056.html
下载: 101
查看: 1103

Linux/Unix编程 Linux系统中

Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动 ...
https://www.eeworm.com/dl/619/433344.html
下载: 66
查看: 1069