This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.
標簽: understanding developers interested advanced
上傳時間: 2015-08-09
上傳用戶:epson850
關于 uC/OS-II 在 LPC210X 上移植的說明 1. 全部代碼在 ADS1.2 中編譯調試. 2. 您可以更改 RO BASE 為 0x0000 0000, 這樣可以將代碼寫入 flash 中運行. 5. 全部代碼采用 ARM 指令. 6. uC/OS-II 版本為 V2.52. 7. 當您暫停程序的時候, 如果定時器開著, 那么定時器并不會暫停,需要注意 8. Vectors.S 文件中的 startup 段為程序入口. 9. 編譯時下面的警告不必理會. Warning : C2871W: static OS_InitTaskStat declared but not used OS_CORE.C line 1108 10. 如果您想通過軟件仿真,請將 PLL.C 中的第 51 行屏蔽, 怎樣就可以看到任務逐個切換,最后將進入空閑任務. 11. 此次移植將許多 uC/OS-II 的功能函數都關閉了,請查看 OS_CFG.H 文件.
上傳時間: 2013-12-25
上傳用戶:Divine
<Spring in action>原版和代碼,是學習Spring的好資料,本書分為三大部分和兩個附錄,每一部分專注于Spring框架的一個領域:核心層、中間層和Web層。第一部分展示了Spring框架的兩個核心概念:反向控制(Inversion of Control,IoC)和面向切面編程(Aspect-Oriented Programming,AOP),以便理解Spring的基礎原理,這些基礎原理在本書各個章節都會用到。第二部分在第1章介紹的IoC和AOP基礎之上,展示了如何將這兩個概念應用到應用系統的中間層。第三部分走出中間層邁向顯示層,在很多J2EE系統中顯示層被稱為Web層。附錄A介紹如何開始自己的Spring應用系統,如何下載Spring以及如何編寫Ant配置文件。本書的每一部分既是建立在前一部分的基礎上,同時也都是獨立存在的,所以,讀者不必從頭開始就可以深入到各個主題。
上傳時間: 2014-01-02
上傳用戶:wff
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer. O Reilly s most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl programs. This completely updated guide clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-oriented model, and testing your code for greater stability. Other topics include: Complex data structures
標簽: programmers worldwide community dedicated
上傳時間: 2014-10-27
上傳用戶:zhoujunzhen
這是一個移植到vc上的小型ucGUI,有助于容易理解GUI的實現和移植到嵌入式系統上,其中包括了Font,Widget,Window,Graphs(circle,line,poly,arc),LCDDriver,MemDev等。
上傳時間: 2013-12-21
上傳用戶:wangyi39
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp
標簽: options other Predefined setting
上傳時間: 2014-12-21
上傳用戶:zhangliming420
AutoSummary contains the JWords Java Interface for WordNet, and you will need to edit the JWords configuration file to provide a path to the WordNet command line interface.
標簽: JWords AutoSummary Interface the
上傳時間: 2015-10-09
上傳用戶:lmeeworm
基于FPGA的I2C總線模擬,采用verilog HDL語言編寫。- Based on the FPGA I2C main line simulation, uses verilog the HDL language compilation.
上傳時間: 2013-12-13
上傳用戶:PresidentHuang
有是一個Addison.Wesley的經典,是學習面向對象及程序設計的經典書籍,基于Java和UML,該書為英文版Object.Oriented.Programming.with.Java.and.UML,非常非常經典,推薦給大家
上傳時間: 2015-10-16
上傳用戶:WMC_geophy