Discover how to use the popular RStudio IDE as a professional tool that includes code refactoring support, debugging, and Git version control integration. This book gives you a tour of RStudio and shows you how it hel...
详细信息
ISBN:
(数字)9781484245118
ISBN:
(纸本)9781484245101
Discover how to use the popular RStudio IDE as a professional tool that includes code refactoring support, debugging, and Git version control integration. This book gives you a tour of RStudio and shows you how it helps you do exploratory data analysis; build data visualizations with ggplot; and create custom R packages and web-based interactive visualizations with Shiny. In addition, you will cover common data analysis tasks including importing data from diverse sources such as SAS files, CSV files, and JSON. You will map out the features in RStudio so that you will be able to customize RStudio to fit your own style of coding.;Finally, you will see how to save a ton of time by adopting best practices and using packages to extend RStudio.;is a quick, no-nonsense tutorial of RStudio that will give you a head start to develop the insights you need in your data science projects.;Programmers who want to start doing data science, but don’t know what tools to focus on to get up to speed quickly.
This book constitutes the refereed proceedings of the 17th Industrial Conference on Advances in Data Mining, ICDM 2017, held in New York, NY, USA, in July 2017.
ISBN:
(数字)9783319627014
ISBN:
(纸本)9783319627007
This book constitutes the refereed proceedings of the 17th Industrial Conference on Advances in Data Mining, ICDM 2017, held in New York, NY, USA, in July 2017.
This book constitutes selected and enlarged versions of papers presented at S3E 2024 Topical Area, held as part of FedCSIS 2024, in Belgrade, Serbia, 8–11 September, 2024 and the 25th Conference on Practical Aspects ...
详细信息
ISBN:
(数字)9783031849138
ISBN:
(纸本)9783031849121
This book constitutes selected and enlarged versions of papers presented at S3E 2024 Topical Area, held as part of FedCSIS 2024, in Belgrade, Serbia, 8–11 September, 2024 and the 25th Conference on Practical Aspects of and Solutions for Software Engineering, KKIO 2024, held as part of SEAA 2024, Paris, France, during August 28-30, 2024.
The 3 papers included from KKIO 2024 were selected from 18 submissions (and 10 presentations), and the 5 papers from S3E were selected from 25 submissions (and 12 presentations). The contributions deal with academic research and real-world applications in the field of software engineering.
Die Programmiersprache Pascal wurde von Prof. Nikolaus Wirth (1974) gezielt für den Einsatz in der Ausbildung entwickelt. Ihre Stärken sind u. a. die problemorientierten Datentypen und viele zweckmä...
详细信息
ISBN:
(数字)9783322917560
ISBN:
(纸本)9783528045951
Die Programmiersprache Pascal wurde von Prof. Nikolaus Wirth (1974) gezielt für den Einsatz in der Ausbildung entwickelt. Ihre Stärken sind u. a. die problemorientierten Datentypen und viele zweckmäßige, darauf ange paßte Operationen. Die Sprache Pascal unterstützt optimal ein strukturiertes Programmieren und ist leicht zu erlernen, daher hat sie sich weitgehend im Bereich der Ausbildung und auch in der Anwendung durchgesetzt. Seit einigen Jahren ist diese vielseitige und sichere Sprache in ihrem vollen Umfang auch auf Personal Computern (PC) lauffähig. Und seit der Entwick lung des Sprachsystems Turbo Pascal (1983) ist für das Programmieren in Pascal eine optimale Programmierumgebung verfügbar. Eine hilfreiche Programmierumgebung ist vor allem für den Anfänger bedeut sam: Man erlernt eine Programmiersprache umso leichter, je besser man dabei vom Sprachsystem unterstützt wird. Das Sprachsystem Turbo Pascal zeichnet sich durch eine besondere Benutzerfreundlichkeit aus und weist viele weitere Vorzüge auf. Die einfache Kommandostruktur, der erstaunlich schnelle Compiler und der hervorragende Editor, der beim Compilieren auto matisch zur Fehlerbeseitigung herangezogen wird, machen den Zugang zum Programmieren in Pascal so einfach, wie man es vorher nur von BASIC Systernen gewohnt war. Nicht nur der Einsteiger wird durch das Sprachsystem gut unterstützt. Auch der Programmierer, der anspruchsvolle und umfangreiche Programme struk turiert schreiben will, weiß die Vorzüge des Compilers von Turbo Pascal zu schätzen. Beim Schreiben komplexer Programme kommen die Stärken der Sprache Pascal und die Unterstützung durch das System Turbo Pascal voll zur Geltung.
The best way to become acquainted with a subject is to write a book about it. —Benjamin Disraeli i. Background The purpose of this book is provide an introduction to using a server-side programming language to solv...
详细信息
ISBN:
(数字)9781848002371
ISBN:
(纸本)9781848002364
The best way to become acquainted with a subject is to write a book about it. —Benjamin Disraeli i. Background The purpose of this book is provide an introduction to using a server-side programming language to solve some kinds of computing problems that cannot be solved with a client-side language such as JavaScript. The language is PHP (originally created in 1994 by Danish/Icelandic programmer Rasmus Lerdorf as “Personal Home Page Tools” for dealing with his own web site). The PHP language does not have a formal specification, as C does, for example. It is developed and maintained by a User Group of volunteers and is, essentially, defined by the most recently available free download. Although this might seem to be a shaky foundation on which to make a commitment to learning a programming language, PHP has a very large world-wide base of users and applications, which ensures its role into the foreseeable future. This book should not be considered as a PHP reference source and it does not deal exhaustively even with those elements of the PHP language used in the book. (This should be considered a blessing by the casual programmer. ) If you need more information, there is a huge amount of information online about PHP. Hopefully, this book will help you filter this information to focus on solving typical science and engineering problems. An excellent online source for information about PHP is http://www. php. net/manual/en/index. php, maintained by the PHP 1 Documentation Group.
Recently, with the success of Java and the existence of different interfaces be tween VRML and Java, it became possible to implement three-dimensional internet applications on standard VRML browsers (Plugins) us...
详细信息
ISBN:
(数字)9783662045190
ISBN:
(纸本)9783540676249;9783642087134
Recently, with the success of Java and the existence of different interfaces be tween VRML and Java, it became possible to implement three-dimensional internet applications on standard VRML browsers (Plugins) using Java. With the widespread use of VRML-Browsers, e.g., as part of the Netscape Com municator and Microsoft's Internet Explorerstandard distributions, everyone connected to the internet via a PC ( and some other platforms) can directly enter a virtual world without installing a new kind of software. The VRML technology offers the basis for new forms of customer services, e.g., interactive three-dimensional product configuration, spare part ordering, or customer training. Also this technology can be used for CSCW in intranets. This book has a theoretical and a practical part. The theoretical part is intended more for teachers and researchers, while the practical part is in tended for web designers, programmers and students, who want to have both a hands-on approach to implementing Web 3D applications and a technically detailed overview of existing solutions for specific problems in this area.
暂无评论