Tìm kiếm

Tiêu chí lọc:

Tiêu chí lọc:

Tác giả

Chủ đề

Năm xuất bản

Toàn văn

Kết quả tìm kiếm

Hiện thị kết quả từ 21 đến 30 của 129
  • Tác giả : Paul, Dobrescu;  Người hướng dẫn: -;  Đồng tác giả: - (2019)

    This open access book explores the most recent trends in the EU in terms of development, progress, and performance. Ten years after the 2008 economic crisis, and amidst a digital revolution that is intensifying the development race, the European Union, and especially Central and Eastern Europe, are ardently searching for their development priorities. Against this background, by relying on a cross-national perspective, the authors reflect upon the developmental challenges of the moment, such as sustainable development, reducing inequality, ensuring social cohesion, and driving the digital revolution. They particularly focus on the relation between the less-developed Eastern part of the EU and its more developed Western counterpart, and discuss the consequences of this development gap...

  • Tác giả : Busbee, Kenneth Leroy;  Người hướng dẫn: -;  Đồng tác giả: - (2013)

    "Programming Fundamentals - A Modular Structured Approach using C++ is written by Kenneth Leroy Busbee, a faculty member at Houston Community College in Houston, Texas. The materials used in this textbook/collection were developed by the author and others as independent modules for publication within the Connexions environment. Programming fundamentals are often divided into three college courses: Modular/Structured, Object Oriented and Data Structures. This textbook/collection covers the first of those three courses. The learning modules of this textbook/collection were written as standalone modules. Students using a collection of modules as a textbook will usually view it contents by reading the modules sequentially as presented by the author of the collection. The learning ...

  • Tác giả : Gorana, Krstić; Friedrich, Schneider;  Người hướng dẫn: -;  Đồng tác giả: - (2015)

    The Shadow Economy: Challenges to Economic and Social Policy, The Concept of the Survey of Businesses and Entrepreneurs Operating Informally, Causes of the Shadow Economy, What Is the Extent of the Shadow Economy in Serbia? Shadow Economy in the Business and Entrepreneurial Sectors, Effects of Formalisation of the Shadow Economy, Analysis of the Administrative Capacity of the Institutions in Charge of Overseeing the Operations of Business Entities, Main Findings and Recommendations, Executive Summary.

  • Tác giả : Jorgensen, Ed;  Người hướng dẫn: -;  Đồng tác giả: - (2019)

    The purpose of this text is to provide a reference for University level assembly language and systems programming courses. Specifically, this text addresses the x86-64 instruction set for the popular x86-64 class of processors using the Ubuntu 64-bit Operating System (OS). While the provided code and various examples should work under any Linux-based 64-bit OS, they have only been tested under Ubuntu 14.04 LTS (64-bit). The x86-64 is a Complex Instruction Set Computing (CISC) CPU design. This refers to the internal processor design philosophy. CISC processors typically include a wide variety of instructions (sometimes overlapping), varying instructions sizes, and a wide range of addressing modes. The term was retroactively coined in contrast to Reduced Instruction Set Computer (RISC...

  • Tác giả : Reitsma, René;  Người hướng dẫn: -;  Đồng tác giả: - (2017)

    "We set out to design an introductory course governed by four themes: Give students a good idea of what a career in MIS looks like by doing MIS. Enhance the professionalism of deliverables by teaching design and usability concepts. Promote creativity by assigning projects that demand it. Teach students about cloud computing by having them do cloud computing. Students in an introductory Management Information Systems (MIS) course often ask what a career in MIS looks like. Lacking a clear vision, they make their own assumptions. Often they assume the career involves programming with little human interaction. That MIS is a technical field could not be further from the truth. MIS job descriptions typically require candidates to be able to collaborate, communicate, analyze needs a...

  • Tác giả : Jorgensen, Ed;  Người hướng dẫn: -;  Đồng tác giả: - (2018)

    Computers are everywhere in our daily lives. Between the desktop, laptop, phone, bank, and vehicle, it is difficult to completely get away from computers. It only makes sense to learn a little about how a computer really works.This text provides an introduction to programming and problem solving using the Fortran 95/2003/2008 programming language. This introduction is geared for non-computer science majors. The primary focus is on an introduction to problem solving and algorithm development. As such, many details of the Fortran 95/2003/2008 language are omitted.

  • Tác giả : Rosenfeld, Laurent; Downey, Allen B.;  Người hướng dẫn: -;  Đồng tác giả: - (2017)

    "The title of this book was originally Think Perl 6, but since Perl 6 has been renamed Raku, we have also changed the title of the book. Think Raku is an introduction to computer science and programming intended for people with little or no experience. This aim of this book is not primarily to teach Raku, but instead to teach the art of programming, using the Raku language. After having completed this book, you should hopefully be able to write programs to solve relatively difficult problems in Raku, but my main aim is to teach computer science, software programming, and problem solving rather than solely to teach the Raku language itself. Think Raku is a free book available under a Creative Commons license. Readers are free to copy and distribute the text; they are also ...

  • Tác giả : Keijiro, Otsuka; Kimiaki, Jin; Tetsushi, Sonobe;  Người hướng dẫn: -;  Đồng tác giả: - (2018)

    At present, how to develop industries is a burning issue in Africa, where population growth remains high and economic development has thus far failed to provide sufficient jobs for many, especially young people and women. The creation of productive jobs through industrial development ought to be a central issue in steering economic activity across the continent. The authors of this book, consisting of two development economists and five practitioners, argue that the adoption of Kaizen management practices, which originated in Japan and have become widely used by manufacturers in advanced and emerging economies, is decisively the most effective first step for industrial development in Africa. This open access book discusses what Kaizen management is, why it is applicable to Africa, a...

  • Tác giả : Jonick, Christine;  Người hướng dẫn: -;  Đồng tác giả: - (2017)

    "The University of North Georgia Press and Affordable Learning Georgia bring you Principles of Managerial Accounting. Well-written and straightforward, Principles of Managerial Accounting is a needed contribution to open source pedagogy in the business education world. Written in order to directly meet the needs of her students, this textbook developed from Dr. Jonick’s years of teaching and commitment to effective pedagogy. Features: Peer reviewed by academic professionals and tested by students Over 100 charts and graphs Instructional exercises appearing both in-text and for Excel Resources for student professional development This textbook is an Open Education Resource. It can be reused, remixed, and reedited freely without seeking permission."

  • Tác giả : Jorgensen, Ed;  Người hướng dẫn: -;  Đồng tác giả: - (2017)

    There are a number of excellent, comprehensive, and in-depth texts on MIPS assembly language programming. This is not one of them.The purpose of this text is to provide a simple and free reference for university level programming and architecture units that include a brief section covering MIPS assembly language programming. The text assumes usage of the QtSpim simulator. An appendix is included that covers the download, installation, and basic use of the QtSpim simulator.The scope of this text addresses basic MIPS assembly language programming including instruction set usage, stacks, procedure/function calls, QtSpim simulator system services, multiple dimension arrays, and basic recursion.