This book provides the reader with the basics in radio engineering, the techniques needed to generate, control, detect, and use radio waves. The text approaches the relevant problems both from the electromagnetic theory based on Maxwell抯 equations and from the circuit theory based on Kirchoff and Ohm抯 laws. Brief introductions to the electromagnetic theory as well as to the circuit theory are provided. Besides passive transmission lines and components, active RF circuits are also addressed.
标签: the engineering techniques provides
上传时间: 2014-01-17
上传用户:rocketrevenge
Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalent to Programming Windows. After searching in vain for such a book and spending a year learning MFC the old-fashioned way, I decided to write one myself. It s the book you hold in your hands. And it s the book I would like to have had when I was learning to program Windows the MFC way.
标签: programming colleagues industry Charles
上传时间: 2014-01-10
上传用户:曹云鹏
This book has existed (in one form or another) since the first edition of C# and the .NET Platform was published in conjunction with the release of .NET 1.0 Beta 2, circa the summer of 2001. Since that point, I have been extremely happy and grateful to see that this text was very well received by the press and, most important, by readers. Over the years it was nominated as a Jolt Award finalist (I lost . . . crap!) and for the 2003 Referenceware Excellence Award in the programming book category
标签: the Platform another existed
上传时间: 2017-09-07
上传用户:youmo81
Description Combination of book reader and Web browsers. This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn t show images and is not able to proceed forms. The main idea was to make it possible to view normal sites (not WAP sites) on very small screen of mobile phone. This application share a lot of code with MobiReader and first of all is inteded to be used to browse text data.
标签: Description Combination Web browsers
上传时间: 2013-12-16
上传用户:qweqweqwe
可以在PC机上运行的ucos-ii工程文件包,用borland4.5编译,可以移植到任何文件夹下面。只需要修改其中TEXT.C任务文件即可
上传时间: 2017-09-17
上传用户:songnanhua
C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of C quite quickly. But it takes much longer to master the nuances of the language and to write enough programs, and enough different programs, to become an expert. In natural language terms, this is the difference between being able to order a cup of coffee in Paris, and (on the Metro) being able to tell anative Parisienne where to get off. This book is an advanced text on the ANSI C programming language. It is intended for people who are already writing C programs, and who want to quickly pick up some of the insights and techniques of experts.
标签: programming reasonably perfect basics
上传时间: 2013-12-20
上传用户:ls530720646
内含范例文件及多媒体教学系统,首先将Disc 1的ProE_Adv-2目录直接复制到硬盘任意位置,再将Disc 2的ch4及ch5目录复制到硬盘的\ProE_Adv-2\ProE_VCD-Adv-2目录之下(共须1.09 GB的硬盘空间)。使用说明如下: 1. 范例文件为练习本书各章节的范例时所须的文件,所有文件皆放置于\ProE_Adv-2\Train_file-Adv-2 之下,可直接由Pro/ENGINEER 2001打开,各范例的解答在 \ProE_Adv-2\Solutions-Adv-2 之下。此外,建议将文件config.pro复制到Pro/E的缺省工作目录之下或Pro/E系统安装目录之下的text目录。
标签: abc123
上传时间: 2015-03-25
上传用户:面包魔王
内含范例文件及多媒体教学系统,首先将Disc 1的ProE_Adv-2目录直接复制到硬盘任意位置,再将Disc 2的ch4及ch5目录复制到硬盘的\ProE_Adv-2\ProE_VCD-Adv-2目录之下(共须1.09 GB的硬盘空间)。使用说明如下: 1. 范例文件为练习本书各章节的范例时所须的文件,所有文件皆放置于\ProE_Adv-2\Train_file-Adv-2 之下,可直接由Pro/ENGINEER 2001打开,各范例的解答在 \ProE_Adv-2\Solutions-Adv-2 之下。此外,建议将文件config.pro复制到Pro/E的缺省工作目录之下或Pro/E系统安装目录之下的text目录。
标签: dfg123
上传时间: 2015-03-25
上传用户:面包魔王
Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。
上传时间: 2015-05-15
上传用户:fangfeng
SharpPcap c#抓包实现时时获取网卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list
上传时间: 2015-07-06
上传用户:muzongda