搜索结果
找到约 3,412 项符合
SCH-I 的查询结果
网络 sound and stuff I mean come on what am I supposed to do here
sound and stuff I mean come on what am I supposed to do here
Linux/Unix编程 In this article, I will explain how to create UDP packets and then send them to a remote server thro
In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note ...
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.