搜索结果
找到约 26,030 项符合
A母usb2.0 的查询结果
DSP编程 this a sample about the VGA COLORBAR,the function of this code is show eight different colour in VGA
this a sample about the VGA COLORBAR,the function of this code is show eight different colour in VGA,it s default installation is D:\RedLogic\RCII_samples, and the software environment is quatrusII 5.0,it is usefull for studying hardware.
DSP编程 this a sample about the VGA BLUE,the function of this code is show blue in VGA,it s default installa
this a sample about the VGA BLUE,the function of this code is show blue in VGA,it s default installation is D:\RedLogic\RCII_samples, and the software environment is quatrusII 5.0,it is usefull for studying hardware.
其他书籍 Linux Kernel in a Nutshell By Greg Kroah-Hartman ...............................................
Linux Kernel in a Nutshell
By Greg Kroah-Hartman
...............................................
Publisher: O Reilly
Pub Date: December 01, 2006
ISBN-10: 0-596-10079-5
ISBN-13: 978-0-596-10079-7
Pages: 352
J2ME The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.
The Funambol J2ME Mail Client aims to be a light, easy to use, free email
client for J2ME devices.
The first release comes with a simple but effective UI, and a storage limited
to the internal RMS only. This makes the application compatible with most of
the phones around (minimum requirements are: ...
Java书籍 Threads are essential to Java programming, but learning to use them effectively is a nontrivial task
Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java s threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition versi ...
单片机开发 ADC0809是带有8位A/D转换器、8路多路开关以及微处理机兼容的控制逻辑的CMOS组件。它是逐次逼近式A/D转换器
ADC0809是带有8位A/D转换器、8路多路开关以及微处理机兼容的控制逻辑的CMOS组件。它是逐次逼近式A/D转换器,可以和单片机直接接口,从ADC0809的通道IN3输入0-5V之间的模拟量,通过ADC0809转换成数字量在数码管上以十进制形成显示出来。ADC0809的VREF接+5V电压 ...
压缩解压 This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windo
This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the .NET Framework version 2.0.
多国语言处理 This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the
This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the .NET Framework version 2.0, that allows you to specify its behavior when it encounters problems during the encoding or decoding process.
加密解密 X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fi
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard.
数学计算 本程序运用的万年历的计算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c 其中a为年c为该日期在本年中的天数
本程序运用的万年历的计算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c
其中a为年c为该日期在本年中的天数,d取整数,当d/7余数0时是星期天,余数1时是星期一依此类推。