sound and stuff I mean come on what am I supposed to do here
上传时间: 2014-11-23
上传用户:璇珠官人
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 that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
标签: article explain packets create
上传时间: 2013-12-12
上传用户:x4587
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 streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.
标签: facilities streams provide Output
上传时间: 2013-12-17
上传用户:6546544
研制了一种基于DDC 芯片的直接中频数字化雷达正交接收机,分析了I/ Q 通道的增益误差和正交误差对解调输出信号的影响。结果表明,设计的接收机通道间误差对解调输出的影响完全可以忽略。最后对接收机性能进行了测试,得到了理想的解调结果
上传时间: 2013-12-28
上传用户:xz85592677
El Judge MIPT solutions to some easy problems, I hope be usefull to you...
标签: solutions problems usefull Judge
上传时间: 2017-03-01
上传用户:来茴
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 Linux to back up DOS :-) ).
标签: complement partially mkdosfs dosfsck
上传时间: 2017-03-01
上传用户:gonuiln
i.mx27 wince 6.0 sdk
上传时间: 2014-01-02
上传用户:风之骄子
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 checked the Java SDK documentation before writing my own code, and found that almost everything I needed is already there, like the C++ case.
标签: XYDataArray template article posted
上传时间: 2017-03-03
上传用户:问题问题
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.
标签: attempt created utility always
上传时间: 2013-12-28
上传用户:lx9076
In this article I’ll show you how to compress and extract files easily in java using ziputil.jar.
标签: compress article extract ziputil
上传时间: 2014-11-22
上传用户:manlian