Write

共 604 篇文章
Write 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 604 篇文章,持续更新中。

This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (

This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that

Whenever there is an application to write, breaking it up to small pieces is a great idea. The small

Whenever there is an application to write, breaking it up to small pieces is a great idea. The smallest piece of any application would probably be a data object, or a simple Bean in Java. Java Beans a

The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code

The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code as my support. 96*64 dot matrix Graphic LCD controller: SSD1818A Parallel interface Initial r

flex code

flex code,compiler theory curriculum design, the C write PL / 0 compiler, a detailed documentation and code

此程序在纯DOS状态下运行

此程序在纯DOS状态下运行,运行命令:write slic on,可以将一些hp电脑激活为OEM的正版

多用户 :usr1, …, usr8 (1-8个用户) 多级目录:可有多级子目录; 具有login (用户登录) 系统初始化(建文件卷、提供登录模块) 文件的创建: create 文件的打开

多用户 :usr1, …, usr8 (1-8个用户) 多级目录:可有多级子目录; 具有login (用户登录) 系统初始化(建文件卷、提供登录模块) 文件的创建: create 文件的打开:open 文件的读:read 文件的写:write

The example uses the GPIFTool utility to illustrate single/burst data read(s)/write(s).

The example uses the GPIFTool utility to illustrate single/burst data read(s)/write(s).

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 SimpleRemoteScreenCaptu

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

ST7787 芯片的SPEC

ST7787 芯片的SPEC,比亚迪2.4inchLCM的SPEC。The ST7787 is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 720 source line and 320 gate line driving circuits. This chip is c

the filter program write myself,the effect is not bad ,look and kool

the filter program write myself,the effect is not bad ,look and kool

国外的人才求职招聘最新版

国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问就可以,需要建立一个mysql数据库数据库名为orangeHRM,并建立一个用户。然后直接访问http://localhost/orangehrm就ok!-PHP write a human resources management sys

独立flash播放器!This the developer’s wiki for Gnash and related projects. Content on these pages may not

独立flash播放器!This the developer’s wiki for Gnash and related projects. Content on these pages may not represent the official position of the Gnash team. You must register and be given access by the admi

socket编程原理:UNIX系统的I/O命令集

socket编程原理:UNIX系统的I/O命令集,是从Maltics和早期系统中的命令演变出来的,其模式为打开一读/写一关闭(open-write-read- close)。在一个用户进程进行I/O操作时,它首先调用“打开”获得对指定文件或设备的使用权,并返回称为文件描述符的整型数

This document teach how to write program to communicate via serial (RS-232) using Win32.

This document teach how to write program to communicate via serial (RS-232) using Win32.

The document about how to write driver in linux. This document demonstrate how to write mouse devic

The document about how to write driver in linux. This document demonstrate how to write mouse device driver.

JAVA 开发 1.修改/etc/vsftpd.conf将里面的write_enable=yes,anonymous_enable=yes,local_login=yes. 2./etc/i

JAVA 开发 1.修改/etc/vsftpd.conf将里面的write_enable=yes,anonymous_enable=yes,local_login=yes. 2./etc/inetd.conf将里面关于ftp的两行的注释去掉。 3.将/etc/ftpusers中不能出现将来要登录的帐户名。 4。进入/etc/init.d/执行:./inetd restar

ssd8 exercise 3 Write a simple datagram client/server in Java and a tcp client/server also in java

ssd8 exercise 3 Write a simple datagram client/server in Java and a tcp client/server also in java

.ifnz I2C_SUPPORT ************************************************************** Function : fPro

.ifnz I2C_SUPPORT ************************************************************** Function : fProcessI2cRead Description : process I2C write function Input : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=r

为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open

为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。