Přeskočit na hlavní obsah

Nákupní košík

Dostáváte VIP zacházení!

Položka(y), kterou si nemůžete koupit
Prosím, zkontrolujte svůj košík. Nedostupnou položku (y) můžete odebrat nyní nebo ji automaticky odebereme v pokladně.
položkypoložka
položkypoložka

Doporučeno pro vás

Loading...

Visual BASIC elektronické knihy

Pokud se vám líbí e-knihy v oblasti Visual BASIC, pak budete milovat tyto top výběry.
Zobrazuje se 4972 z 140
Přeskočit filtry boční lišty
  • Visual C# 2013程式設計實例演練與系統開發

    podle 許清榮 ...
    ◎精要論述新一代Visual C# 2013應用程式設計的語言新技術:平行運算、非同步作業等。◎完整Visual C#語法與基礎概念講解,讓您的視窗應用程式開發或ASP.NET網路應用程式設計無往不利。◎物件導向程式設計、精選設計模式(Design Pattern)C#程式範例,讓您在系統架構設計領域更上一層樓。◎最新Windows市集應用程式開發講解,迅速掌握最新作業系統Windows 8.1程式開發技巧。◎深入淺出介紹各章節學習目標,經典程式碼範例和圖文框程式碼說明,易學易懂易用。◎平行運算完美攻略,全面提升程式運作效能。物件導向程式設計第1章到第10章為物件導向程式設計的基礎章節,重點在於瞭解什麼是.NET、.NET Framework 4.5.1和C#,並對Visual C# 2013的進化過程、特色及新增功能詳加介紹。更藉由程式範例介紹C#資料型別宣告、程式流程控制、陣列 ... Přečtěte si více

    325,35 Kč

  • Turbo Pascal

    podle Nicola Bellini ...
    Il Turbo Pascal (successivamente Borland Pascal, poiché prodotto dalla Borland), in informatica, è un compilatore di listati Pascal. Dotato di un IDE, inizialmente per gli ambienti CP/M e DOS, è stato prodotto tra il 1983 e il 1995. ... Přečtěte si více

    242,36 Kč nebo zdarma s Kobo Plus

  • .NET-Praxis

    Tipps und Tricks zu .NET und Visual Studio

    In den vergangenen Jahren haben Dr. Holger Schwichtenberg und Manfred Steyer im "Windows Developer" regelmäßig Tipps und Tricks aus ihrem Alltag als Softwareentwickler, Berater und Trainer für .NET- und webbasierte Anwendungen veröffentlicht. Das vorliegende Buch ist eine aktualisierte und deutlich erweiterte Zusammenfassung dieser Tipps und Tricks. Es umfasst sowohl das .NET Framework und seine ... Přečtěte si více

    499,00 Kč

  • SISTEM MANAJEMEN DATABASE ACCESS & SQL SERVER DENGAN VISUAL BASIC .NET

    Puji Syukur penulis panjatkan kepada Tuhan Yang Maha Kuasa atas tuntasnya penulisan buku ini. Buku ini akan mengajarkan pembaca dalam membangun sistem manajemen database Access dan SQL Server menggunakan Visual Basic.Pada Bab 1, akan dikenalkan tentang apa itu database, di mana database digunakan, dan bagaimana Visual Basic dipakai dengan database. Selain itu, pembaca akan diajarkan untuk mengenal ... Přečtěte si více

    122,51 Kč nebo zdarma s Kobo Plus

  • Numerical Methods for Chemical Engineers Using Excel, VBA, and MATLAB

    podle Victor J. Law ...
    While teaching the Numerical Methods for Engineers course over the last 15 years, the author found a need for a new textbook, one that was less elementary, provided applications and problems better suited for chemical engineers, and contained instruction in Visual Basic for Applications (VBA). This led to six years of developing teaching notes that ... Přečtěte si více

    2 647,28 Kč

  • Microsoft Excel VBA Codes Are Fun, Simple, and Easy to Learn In One Hour or Less: VBA for Students, Parents, and Professionals (First Edition)

    podle Kenny L Keys ...
    This book is the first of three books to come in a series that is dedicated to making VBA in Microsoft Excel less scary for regular, everyday people.  I’m committed to providing tutorials in a way that will allow my books to be as easily understood as watching a cartoon on your television screen; this is why pictorial examples dominates this book; the images will follow me step by step in the ... Přečtěte si více

    102,09 Kč

  • Multivariate Nonparametric Regression and Visualization

    With R and Applications to Finance

    Série série Wiley Series in Computational Statistics
    A modern approach to statistical learning and its applications through visualization methodsWith a unique and innovative presentation, Multivariate Nonparametric Regression and Visualization provides readers with the core statistical concepts to obtain complete and accurate predictions when given a set of data. Focusing on nonparametric methods to adapt to the multiple types of data generating ... Přečtěte si více

    2 072,09 Kč

  • Spreadsheet Problem Solving and Programming for Engineers and Scientists

    Spreadsheet Problem Solving and Programming for Engineers and Scientists provides a comprehensive resource essential to a full understanding of modern spreadsheet skills needed for engineering and scientific computations.Beginning with the basics of spreadsheets and programming, this book builds on the authors’ decades of experience teaching spreadsheets and programming to both university students ... Přečtěte si více

    2 926,25 Kč

  • Excel VBA Automation for Office Work

    Build Macros, Clean Data, Automate Reports, and Save Hours with Practical Excel Projects

    podle Imad Muratspahic ...
    Excel VBA Automation for Office Work is a practical guide for office workers, analysts, accountants, assistants, managers, and small-business users who want to save time by automating repetitive Excel tasks.This book teaches a realistic office-automation workflow: setting up VBA safely, recording and improving macros, working with workbooks and worksheets, cleaning messy data, automating recurring ... Přečtěte si více

    122,30 Kč nebo zdarma s Kobo Plus

  • Visual C# 2012網路程式設計-線上遊戲實作

    podle 張逸中 ...
    本書聚焦在介紹如何讓「客戶之間(client-side)連線」的程式設計技巧,包含UDP、TCP與HTTP等三種網路通訊協定的程式實作。本書事實上是「Visual Basic 2012 網路程式設計-線上遊戲實作」的C# 版本,多數專業的網路程式其實都傾向以 C 語言為主要設計工具,但以微軟公司提供的.NET Framework 架構來說,使用VB、C# 或C++ 其實都可以完全做到一樣的事情!前書使用VB語言的目的是希望降低網路程式初學者的學習門檻。然而,網路程式畢竟還是以 C 語言寫的較多,從實用的角度思考,用 C# 實作網路程式,在日後的系統整合與擴充上會較為方便。有鑑於任何網路程式實作的難度高於一般的視窗程式設計,筆者極力降低此學習門檻,使用 C# 程式語言並針對線上遊戲設計所需,直接以實際範例介紹最精簡的網路連線程式。初學網路程式設計就靠這一本 ... Přečtěte si více

    182,20 Kč

  • Programación en Visual Basic (VB)

    DEL ANÁLISIS del Problema al Programa

    Este trabajo nació de la necesidad encontrada por el autor de resolver diversos problemas repetidos en el tiempo, relacionados con los datos insertados en hojas de Excel en el menor tiempo posible. El autor, siendo programador y experto en Pascal, Cobol y Javascript, buscó la solución más adecuada y la encontró en el Excel VBA y en el Visual Studio VB. Este documento está destinado a presentar a ... Přečtěte si více

    183,55 Kč nebo zdarma s Kobo Plus

  • Visual Basic 6.0 Programming By Examples

    Key Programming Concepts

    podle Sergey Skudaev ...
    Visual Basic is one of the easiest to learn computer programming language.Yes, it is obsolete but all MS Office products include VBA (Visual Basic for Application) and if you learn VB you will know VBA!In my tutorial, I used VB 6 to explain step by step how to create a simple Visual Basic Application and a relatively complex one (a Patient Management system) that is using a database. A patient ... Přečtěte si více

    61,05 Kč

  • Programmazione facile con Visual Basic for Applications (VBA)

    Questo lavoro è nato dalla necessità riscontrata dall’autrice di risolvere varie problematiche ripetute nel tempo, riguardanti i dati inseriti in fogli Excel nel più breve tempo possibile. L’autrice essendo programmatore ed esperta di Pascal, Cobol e Javascript ha cercato la soluzione più idonea e l’ha trovata nel VBA di Excel. Questo documento ha l’obiettivo di iniziare gli utenti alla ... Přečtěte si více

    183,55 Kč nebo zdarma s Kobo Plus

  • Visual Basic 2012網路程式設計-線上遊戲實作

    podle 張逸中 ...
    本書聚焦在介紹如何讓「客戶之間(client-side)連線」的程式設計技巧,包含UDP、TCP與HTTP等三種網路通訊協定的程式實作。有鑑於任何網路程式實作的難度高於一般的視窗程式設計,筆者極力降低此學習門檻,使用VB程式語言並針對線上遊戲設計所需,直接以實際範例介紹最精簡的網路連線程式。初學網路程式設計就靠這一本!包你輕鬆跨過網路程式設計的艱澀門檻沒想到用VB也能輕鬆寫出網路連線程式!本書精選14個線上遊戲程式範例,就是要讓你愈學愈有趣!本書特色包含如下:☆打破學習門檻:經課堂實際教學測試,學習成效掛保證☆範例引導式學習:採用範例實作來引發讀者的學習興趣☆符合教學情境設計:範例解說詳盡,方便教師引導同學逐步完成範例的實作☆進階知識補給:章末提供進階的概念或實用的設計技巧,可作為延伸學習使用不僅如此,HTML 5最新增加的繪圖功能,本書也有介紹喔!第12章所實作的網頁白板程式 ... Přečtěte si více

    182,20 Kč

  • Visualizing Information with Microsoft® Office Visio® 2007

    Smart Diagrams for Business Users

    podle David J. Parker ...
    Create and distribute data-connected Microsoft Office Visio diagrams and reportsGet full details on the powerful features of Microsoft Office Visio 2007 inside this comprehensive volume. Written by Visio expert David Parker, Visualizing Information with Microsoft Office Visio 2007 demonstrates how to effectively visualize, explore, and communicate complex business information. Learn to use ... Přečtěte si více

    740,99 Kč

  • Visual Basic Quickstart Guide

    Improve your programming skills and design applications that range from basic utilities to complex software

    podle Aspen Olmsted ...
    Master software development with Visual Basic, from core concepts to real-world applications, with this comprehensive guideKey FeaturesAcquire a solid understanding of object-oriented programming (OOP) principles, such as inheritance and polymorphismDevelop expertise in maintaining legacy code with increased efficiencyLearn to read, write, and differentiate between VB Script, VBA, VB Classic, and ... Přečtěte si více

    756,89 Kč nebo zdarma s Kobo Plus

  • Introduction to Statistical Computing and Visualization Using R

    podle Megha Rathi ...
    The book provides a foundational guide to statistical computing and visualisation Using R programming with an emphasis on practical data analysis skills that are directly applicable to diverse fields like finance, defence, health, and education. It uniquely combines a thorough explanation of basic constructs with advanced topics such as data visualisation, statistical modeling, and probability, ... Přečtěte si více

    3 622,97 Kč

  • Programming in Visual Basic (VB)

    For Visual Studio

    This work was born from the necessity found by the author to solve various problems repeated over time, concerning the data inserted in Excel sheets in the shortest possible time. The author, being a programmer and expert in Pascal, Cobol and Javascript, searched for the most suitable solution and found it in the Excel VBA and in the Visual Studio VB. This document is intended to introduce users ... Přečtěte si více

    183,55 Kč nebo zdarma s Kobo Plus

  • Programming Excel with VBA and .NET

    Solve Real-World Problems with Excel

    Why program Excel? For solving complex calculations and presenting results, Excel is amazingly complete with every imaginable feature already in place. But programming Excel isn't about adding new features as much as it's about combining existing features to solve particular problems. With a few modifications, you can transform Excel into a task-specific piece of software that will quickly and ... Přečtěte si více

    646,69 Kč

  • Java Swing Programming

    GUI Tutorial From Beginner To Expert

    podle Rob Botwright ...
    Welcome to the ultimate Java Swing Programming bundle! Are you ready to embark on a thrilling journey from GUI beginner to expert? Look no further! Our comprehensive bundle has everything you need to become a Java Swing wizard. ♂️ Book 1: Java Swing Essentials Start your adventure with the essentials! This beginner's guide will introduce you to the fundamental concepts of GUI programming in Java ... Přečtěte si více

    163,14 Kč nebo zdarma s Kobo Plus

  • VBA Automation for Excel 2019 Cookbook

    Solutions to automate routine tasks and increase productivity with Excel and other MS Office applications

    podle Mike Van Niekerk ...
    A comprehensive guide to gaining a 360-degree overview of the VBA programming language and learning how to build your own programs for automating routine tasksKey FeaturesExtend the capabilities of Excel and other Office applications with the help of Microsoft VBATake your Excel programming skills to the next level by creating custom applications with dialogue boxes and the range objectAutomate ... Přečtěte si více

    515,89 Kč nebo zdarma s Kobo Plus

  • MongoDB for VB.NET by Example

    podle Agus Kurniawan ...
    Code illustration for MongoDB programming using VB.NET (2012). Book topics cover:* Development Environment* Connecting to MongoDB* Create and Delete Database* Create, Read and Delete Database Collection* Create, Read, Update and Delete Collection Data* Finding and Querying Data* Binary and Image Collection Data* Working with GridFS* Embedded Document* LINQ ... Přečtěte si více

    100,19 Kč

  • NUnit Pocket Reference

    Up and Running with NUnit

    podle Bill Hamilton ...
    Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, saving hundreds of QA hours and headaches.NUnit is one of the most mature and widely-used .NET open source ... Přečtěte si více

    146,89 Kč

  • Programming WCF Services

    podle Juval Lowy ...
    Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft's new, and some say revolutionary, unified platform for developing service-oriented applications (SOA) on Windows. Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs.After ... Přečtěte si více

    529,09 Kč