搜索结果
找到约 3,172 项符合
i-DBAFundamentalsII 的查询结果
Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
其他书籍 研制了一种基于DDC 芯片的直接中频数字化雷达正交接收机,分析了I/ Q 通道的增益误差和正交误差对解调输出信号的影响。结果表明,设计的接收机通道间误差对解调输出的影响完全可以忽略。最后对接收机性能
研制了一种基于DDC 芯片的直接中频数字化雷达正交接收机,分析了I/ Q 通道的增益误差和正交误差对解调输出信号的影响。结果表明,设计的接收机通道间误差对解调输出的影响完全可以忽略。最后对接收机性能进行了测试,得到了理想的解调结果 ...
书籍源码 El Judge MIPT solutions to some easy problems, I hope be usefull to you...
El Judge MIPT solutions to some easy problems, I hope be usefull to you...
Linux/Unix编程 mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utilit
mkdosfs - Make DOS file system utilty.
I wrote this, partially to complement the dosfsck utility written by Werner
Almesberger (who graciously gave me some pointers when I asked for some
advice about writing this code), and also to avoid me having to boot DOS
just to create data partitions (I use ...
Windows CE i.mx27 wince 6.0 sdk
i.mx27 wince 6.0 sdk
Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...
Ajax I always wanted to play around with JNI. This is my first attempt so I created a utility DLL called
I always wanted to play around with JNI. This is my first attempt so I created a utility DLL called TestImpl.dll that exports several useful functions which are difficult or impossible to implement in JAVA.
Java编程 In this article I’ll show you how to compress and extract files easily in java using ziputil.jar.
In this article I’ll show you how to compress and extract files easily in java using ziputil.jar.
Java编程 In the last three articles, I’ve been walking you through the creation of an end-to-end BlackBerry a
In the last three articles, I’ve been walking you through the creation of an end-to-end BlackBerry application that will serve as a mobile front-end to my Knowledge Base sample web application.
Java编程 What I am trying to introduce here is a full fledged Java Instant messenger, which has all the featu
What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges ...