这是我从国外知名大学cs专业留学的同学那里收集来的作业资料(英文原版)。 《c++作业--GRPC练习Part 1: Building the RPC protocol servic》 仔细阅读之后,发现跟国内大学cs专业的作业还真是不一样,指导性非常强,果然是外来的和尚会念经。 特分享给大家。
2021-11-18 23:06:15 63KB grpc c++ 留学生 作业
1
Learn Swift by Building Applications: Explore Swift programming through iOS app development by Emil Atanasov Packt Publishing English 2018-05-25 366 pages 5.0/5.0 1 reviews Details Title: Learn Swift by Building Applications: Explore Swift programming through iOS app development Author: Emil Atanasov Length: 366 pages Edition: 1 Language: English Publisher: Packt Publishing Publication Date: 2018-05-25 ISBN-10: 178646392X ISBN-13: 9781786463920 Sales Rank: #1123253 (See Top 100 Books) Categories Computers & Technology Mobile Phones, Tablets & E-Readers Operating Systems Programming Programming Languages Description Start building your very own mobile apps with this comprehensive introduction to Swift and object-oriented programming Key Features A complete beginner's guide to Swift programming language Understand core Swift programming concepts and techniques for creating popular iOS apps Start your journey toward building mobile app development with this practical guide Book Description Swift Language is now more powerful than ever; it has introduced new ways to solve old problems and has gone on to become one of the fastest growing popular languages. It is now a de-facto choice for iOS developers and it powers most of the newly released and popular apps. This practical guide will help you to begin your journey with Swift programming through learning how to build iOS apps. You will learn all about basic variables, if clauses, functions, loops, and other core concepts; then structures, classes, and inheritance will be discussed. Next, you'll dive into developing a weather app that consumes data from the internet and presents information to the user. The final project is more complex, involving creating an Instagram like app that integrates different external libraries. The app also uses CocoaPods as its package dependency manager, to give you a cutting-edge tool to add to your skillset. By the end of the book, you will have learned how to model real-world apps
2021-11-18 23:05:46 16.8MB IOS SWIFT ios12 Emil
1
英文书籍,入门级,讲解详细,对matlab中的GUI使用讲的特别详细。
2021-11-16 15:29:18 8.7MB MATLAB 教程
1
Foreword by Jack W. Crenshaw (the package’s readme.txt) TUTOR.ZIP This file contains all of the installments of Jack Crenshaw’s tutorial on compiler construction, includ- ing the new Installment 15. The intended audience is those folks who are not computer scientists, but who enjoy computing and have always wanted to know how compilers work. A lot of compiler the- ory has been left out, but the practical issues are covered. By the time you have completed the series, you should be able to design and build your own working compiler. It will not be the world’s best, nor will it put out incredibly tight code. Your product will probably never put Borland or MicroSoft out of business. But it will work, and it will be yours. A word about the file format: The files were originally created using Borland’s DOS editor, Sprint. Sprint could write to a text file only if you formatted the file to go to the selected printer. I used the most common printer I could think of, the Epson MX-80, but even then the files ended up with printer control sequences at the beginning and end of each page. To bring the files up to date and get myself positioned to continue the series, I recently (1994) converted all the files to work with Microsoft Word for Windows. Unlike Sprint, Word allows you to write the file as a DOS text file. Unfortunately, this gave me a new problem, because when Word is writing to a text file, it doesn’t write hard page breaks or page numbers. In other words, in six years we’ve gone from a file with page breaks and page numbers, but embedded escape sequences, to files with no embedded escape sequences but no page breaks or page numbers. Isn’t progress wonderful? Of course, it’s possible for me to insert the page numbers as straight text, rather than asking the editor to do it for me. But since Word won’t allow me to write page breaks to the file, we would end up with files with page numbers that may or may not fall at the ends of the pages, depending on your editor and
2021-11-16 09:43:10 1.12MB Compiler
1
The book you hold in your hand is a natural evolution of my previous book entitled Xamarin Mobile Application Development. That book covered UI development with Xamarin.Forms using C#. With all the same key topics plus new features, like FlexLayouts, Styles, CSS, Commands, and Behaviors, this book covers Xamarin.Forms using XAML. Whether you’re coming from Windows Presentation Foundation (WPF) or C#, or you’re just going deeper with Xamarin, this guide covers the most oft-used topics and techniques for Xamarin.Forms using XAML.
2021-11-08 13:51:31 7.39MB xamarin android  ios
1
A step-by-step Guide to building a CMDB.pdf BMC关于ITIl资料,很不错的! 我觉得完全值10分!还有人说太贵!哎,满足大家,降一半!
2021-11-08 09:46:16 4.09MB ITIL;BMC;CMDB;step by step;A step-by-step
1
Exploring BeagleBone: Tools and Techniques for Building with Embedded Linux By 作者: Derek Molloy ISBN-10 书号: 1119533163 ISBN-13 书号: 9781119533160 Edition 版本: 2 出版日期: 2019-01-07 pages 页数: (782) Contents at a Glance Part I Beagle Board Basics 1 Chapter 1 The Beagle Hardware Platform 3 Chapter 2 Beagle Software 31 Chapter 3 Exploring Embedded Linux Systems 71 Chapter 4 Interfacing Electronics 139 Chapter 5 Practical Beagle Board Programming 185 Part II Interfacing, Controlling, and Communicating 245 Chapter 6 Interfacing to the Beagle Board Input/Outputs 247 Chapter 7 Cross-Compilation, Eclipse, and Building Linux 307 Chapter 8 Interfacing to the Beagle Board Buses 341 Chapter 9 Interacting with the Physical Environment 401 Chapter 10 Real-Time Interfacing Using External Slave Processors 455 Part III Advanced Beagle Board Systems 495 Chapter 11 The Internet of Things 497 Chapter 12 Wireless Communication and Control 555 Chapter 13 Beagle Board with a Rich User Interface 599 Chapter 14 Images, Video, and Audio 643 Chapter 15 Real-Time Interfacing with the PRU-ICSS 673 Chapter 16 Embedded Kernel Programming 717
2021-11-07 15:47:29 30.38MB Hardware,Li
1
Recent research has shown great progress on fine-grained entity typing. Most existing methods require pre-defining a set of types and training a multi-class classifier from a large labeled data set based on multi-level linguistic features. They are thus limited to certain domains, genres and languages. In this paper, we pro- pose a novel unsupervised entity typing framework by combin- ing symbolic and distributional semantics. We start from learn- ing general embeddings for each entity mention, compose the em- beddings of specific contexts using linguistic structures, link the mention to knowledge bases and learn its related knowledge rep- resentations. Then we develop a novel joint hierarchical clustering and linking algorithm to type all mentions using these representa- tions. This framework doesn’t rely on any annotated data, prede- fined typing schema, or hand-crafted features, therefore it can be quickly adapted to a new domain, genre and language. Further- more, it has great flexibility at incorporating linguistic structures (e.g., Abstract Meaning Representation (AMR), dependency rela- tions) to improve specific context representation. Experiments on genres (news and discussion forum) show comparable performance with state-of-the-art supervised typing systems trained from a large amount of labeled data. Results on various languages (English, Chinese, Japanese, Hausa, and Yoruba) and domains (general and biomedical) demonstrate the portability of our framework.
2021-11-03 14:24:06 995KB Entity
1
立体匹配算法ADCensus起源文章,作者为Xing Mei,Xun Sun,Mingcai Zhou等,是基于AD+census的立体匹配算法,适合并行处理,并且可以应用于特征融合的代价计算。不包括代码,仅是文献。
2021-11-02 16:08:03 488KB 文献原文 ADCensus
1
Pro TBB C++ Parallel Programming with Threading Building Blocks
2021-10-26 17:01:56 129.35MB C++ TBB
1