搜索结果
找到约 12,302 项符合
ethernet-a 的查询结果
单片机开发 I2S Interface Specification The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting ster
I2S Interface Specification
The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting stereo audio between
devices in a system.
SQL Server It also provides a sample C++ client that tests the U2CP and CP2U conversion functions.
It also provides a sample C++ client that tests the U2CP and CP2U conversion functions.
通讯/手机编程 SMS-Man is a set of cross-platformed utilities for SMS sending. You can organize SMS-list , SMS aler
SMS-Man is a set of cross-platformed utilities for SMS sending. You can organize SMS-list , SMS alert system (useful for system administrators) and much more.
matlab例程 a very good programming soft please come here and download it . Believe it or not
a very good programming soft please come here and download it . Believe it or not
文章/文档 cp2102 is a Single-Chip USB to UART Data Transfer
cp2102 is a Single-Chip USB to UART Data Transfer
Java书籍 java in a nutshell
java in a nutshell,一本最基础的java书,
语音压缩 G711/G723/G726/g728/g729 a语音压缩算法的资料及原程序
G711/G723/G726/g728/g729 a语音压缩算法的资料及原程序
其他 Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX
Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX component.
数据结构 This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This
This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This is really a super
acrobatic and I am sure that not many programmers can understand the algorithms.
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...