Java, Java, Java, Object-Oriented Problem Solving (3rd Edition) 3rd Edition by Ralph Morelli (Author), Ralph Walde (Author) 856 pages (June 25, 2017) 出版社: Prentice Hall; 3 edition Language: English ISBN-10: 0131474340 ISBN-13: 9780131474345 Contents Preface. 0. Computers, Objects, and Java. 1. Java Program Design and Development. 2. Objects: Defining, Creating, and Using. 3. Methods: Communicating with Objects. 4. Applets: Programming for the World Wide Web. 5. Java Data and Operators. 6. Control Structures. 7. Strings and String Processing. 8. Arrays and Array Processing. 9. Graphical User Interfaces. 10. Graphics and Drawing. 11.Exceptions: When Things Go Wrong. 12. Recursive Problem Solving. 13. Threads and Concurrent Programming. 14. Files, Streams, and Input/Output Techniques. 15. Sockets and Networking. 16. Data Structures: Lists, Stacks, and Queues.
2020-01-30 03:14:33 5.61MB Design
1
在Linux操作系统下用C或C++实现经典同步问题:生产者-消费者问题。 含源代码和文档。 内容: 1.一个大小为10的缓冲区,初始状态为空。 2.2个生产者,随机等待一段时间,往缓冲区中添加数据,若缓冲区已满,等待消费者取走数据之后再添加,重复10次。 3.2个消费者,随机等待一段时间,从缓冲区中读取数据,若缓冲区为空,等待生产者添加数据之后再读取,重复10次。
2020-01-03 11:43:04 162KB 生产者消费者 PCP
1
通过研究Linux的线程机制和信号量实现生产者消费者(Bounded Buffer)问题的并发控制。 实验条件要求:每人一台与Linux主机联网的Windows主机,普通用户权限。 (1) 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容、当前指针位置和生产者/消费者线程的标识符。 (2) 生产者和消费者各有两个以上。 (3) 多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。
2020-01-03 11:35:47 803KB 操作系统 课程设计 生产者消费者
1
problem solution for computer networks(5th edition) written by ANDREW S.TANENBAUM)
2019-12-21 22:26:32 170KB problem solution computer networks
1
Problem Solving with C++, Global Edition by Walter Savitch (author) (Author) Pages:1117 出版社: Pearson Education Limited; 10th edition edition (November 20, 2017) Language: English ISBN-10: 1292222824 ISBN-13: 9781292222820 For courses in C++ introductory programming. Learn the fundamentals of C++ programming with an emphasis on problem solving Now in its 10th Edition, Problem Solving with C++ is written for the beginning programmer. The text cultivates strong problem-solving skills and programming techniques as it introduces readers to the C++ programming language. Author Walt Savitch’s approach to programming emphasizes active reading through the use of well-placed examples and self-tests, while flexible coverage means the order of chapters and sections can easily be adapted without sacrificing continuity. Savitch’s clear, concise style is a hallmark feature of the text and is supported by a suite of tried-and-true pedagogical tools. The 10th Edition includes ten new Programming Projects, along with new discussions and revisions.
2019-12-21 21:49:51 6.36MB C++
1
文中的两个word分别是在二维和三维下海浪的波形图(有所提供的matlab源程序生成) bopu.m是标准的p-m谱,输入风级数和频率数得到该风级下的p-m谱 erweihailangboxing.m是生成三维海浪波形的源程序,输入风级数,频率数和角度数得到该风级下的海浪波形; hailangboxing.m是生成二维海浪波形的源程序,输入风级数和频率数得到该风级下的海浪波形; SDwave.m是分形法所用的源程序,与本线性得加法所采用的 方法不一样。。纯属我毕设的客串。。所得波形为二维的海浪。
2019-12-21 21:33:38 801KB 海浪 模拟
1
MATLAB: A Practical Introduction to Programming and Problem Solving (4th Edition) by Stormy Attaway English | 2016 | ISBN: 0128045256 | 600 pages MATLAB: A Practical Introduction to Programming and Problem Solving, Fourth Edition, has been updated to reflect the functionality of the current version of MATLAB, including the new H2 Graphics system. It features new and revised end-of-chapter exercises, more engineering applications to help the reader learn this software tool in context, and a new section on object-oriented programming in MATLAB. MATLAB has become the standard software tool for solving scientific and engineering problems due to its powerful built-in functions and its ability to program. Assuming no knowledge of programming, this book guides the reader both programming and built-in functions to easily exploit MATLAB's extensive capabilities for tackling engineering problems. The book starts with programming concepts, such as variables, assignments, and selection statements, moves on to loops, and then solves problems using both the programming concept and the power of MATLAB. In-depth coverage is given to input/output, a topic fundamental to many engineering applications. Presents programming concepts and MATLAB built-in functions side-by-side Offers a systematic, step-by-step approach, building on concepts throughout the book and facilitating easier learning Includes sections on common pitfalls and programming guidelines to direct students toward best practices Combines basic programming concepts, built-in functions, and advanced topics for problem solving with MATLAB to make this book uniquely suitable for a wide range of courses teaching or using MATLAB across the curriculum
2019-12-21 21:26:45 21.51MB MATLAB
1
PySpark Recipes-A Problem-Solution Approach with PySpark2 Apress 全高清true pdf
2019-12-21 21:23:22 3.32MB spark python
1
wxPython Recipes A Problem – Solution Approach 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2019-12-21 21:22:34 4.94MB wxPython Recipes Problem Solution
1
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。每人一台与Linux主机联网的Windows主机,普通用户权限。
2019-12-21 21:14:36 1.87MB 操作系统 课程设计 读者写者
1