TOP
GOGO開學趣,參考書應有盡有
篩選商品
縮小範圍
搜尋結果 /

Programming Entity Framework

142
1 / 4
C++ PROGRAMMING N EASY STEPS 4E
75 折
出版日:2011/07/01 作者:MCGRATH  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
C++ Programming in Easy Steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect. C++ Programming in Easy Steps begins by explaining how
優惠價: 75 606
庫存:1
ASP.NET Core 6 零基礎建立自己的部落格
滿額折
出版日:2023/08/23 作者:劉駿嶢Jim(雞湯工程師)  出版社:深智數位  裝訂:平裝
轉職軟體工程師、程式初學者、缺乏作品集的人! 不用再害怕寫程式啦~ ●Asp.Net Core 6的常見技術 ●Entity Framework資料庫設計、資安知識、發文系統、登入功能 ●Web開發工程師應該具備的相關知識 ●如何建造部落格網站 ●附贈原始碼 此書主要撰寫給所有程式初學者,希望大家能更好的進入程式的世界。 書中分成了兩個部分,第一個部分為ASP.NET Core工程師應該具備的相關知識,包含網站運行的原理、什麼是API、ASP.NET Core 常用技術、Entity Framework資料庫、相依性注入、如何上傳或是下載檔案、資安權限、如何架站等等,第二部分說明如何結合前面所學建造自己的Blog,做成一個有登入系統,可以發文給別人觀看的網站。 全書富含眾多程式範例以及原始碼提供讀者學習,希望大家能在成就感中學習到技術,在程式裡建築自己的世界。
優惠價: 9 711
庫存:2
Ios 13 Programming Fundamentals With Swift
75 折
出版日:2019/11/09 作者:Matt Neuburg  出版社:Oreilly & Associates Inc  裝訂:平裝
Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 10 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 5. With this tho
優惠價: 75 1710
庫存:1
Sudoku Programming With C
75 折
出版日:2015/04/29 作者:Giulio Zambon  出版社:Springer Verlag  裝訂:平裝
Sudoku Programming with C teaches you how to write computer programs to solve and generate Sudoku puzzles. This is a practical book that will provide you with everything you need to write your own boo
優惠價: 75 1050
庫存:1
Programming for People with Special Needs ─ A Guide for Museums and Historic Sites
90 折
出版日:2014/07/16 作者:Katie Stringer  出版社:Rowman & Littlefield Intl  裝訂:平裝
Programming for People with Special Needs: A Guide for Museums and Historic Sites will help museums and historic sites become truly inclusive educational sites. The book is unique because it covers ed
優惠價: 9 2430
庫存:1
Microsoft Xna Game Studio 3.0:Learn Programming Now!
75 折
出版日:2009/06/10 作者:MILES; ROB  出版社:MICROSOFT  裝訂:平裝
This lively, learn-by-doing guide proves that programming doesn't have to be dull. With his trademark conversational style, author Rob Miles teaches you the fundamentals of using Microsoft Visual C# 2
優惠價: 75 798
庫存:1
Using OpenMP ─ Portable Shared Memory Parallel Programming
79 折
出版日:2007/10/01 作者:Barbara Chapman; Gabriele Jost; Ruud Van der Pas; David J. Kuck  出版社:Mit Pr  裝訂:平裝
A comprehensive overview of OpenMP, the standard application programming interface for shared memory parallel computing—a reference for students and professionals.
優惠價: 79 1501
庫存:1
簡約的軟體開發思維:用 Functional Programming 重構程式-以 Javascript 為例
滿額折
出版日:2024/10/02 作者:Eric Normand  出版社:旗標出版社  裝訂:平裝
Functional programming (函數式程式設計) 是一種已有六十年歷史的程式設計範式,為何現在變得越來越重要?這是因為隨著各種連網設備 (如行動裝置) 和雲端服務的普及,多程序透過網路交換訊息已成為常態,因此分散式系統的開發變得至關重要。分散式系統軟體開發的複雜性往往導致開發過程容易陷入混亂,程式碼盤根錯節難以除錯維護與擴展,成為揮之不去卻又不敢動的痛處。而 functional programming 的簡約風格因此受到廣泛關注。這種設計範式強調使用函式來構建應用程式,程式碼清晰又容易維護,亦能解決分散式系統多執行緒的問題。除了專門的函數式語言之外,Python、Java、JavaScript、C#、C++、Go 和 Rust 等知名語言的新版中,也因應趨勢增強了對 functional programming 的支援。只要建立了這種思維方式,你就可以應用在自己的程式語言中。市面上與 functional programming 相關的書籍 (主要為英文書) 通常由學者撰寫,內容偏重理論,而在大型實務專案經驗上顯得不足。這類書中的範例大多過於簡單,未能涉及實際軟體架構問題。與此相反,本書作者擁有二十年在產業界實際運用 functional programming 的經驗,從產業角度出發,旨在幫助那些在軟體工程實踐中遇到困難的工程師重新思考。即使你的目的不是分散式系統,學習 functional programming 的思維都能夠幫助你在撰寫任何程式時想得更周到。由於 functional programming 的特點 — 無 side effects(額外作用)和資料的不可變性 — 使得它非常適用於開發網路程式,在這種環境中,資料一致性和狀態管理是關鍵挑戰。本書透過 concurrency primitives(併發基本工具)實作、繪製時間線圖、分析並解決併發操作中的插緒問題,有效處理狀態變化和 bug,從而構建可靠的分散式系統程式。本書特色: ●作者從產業界的視角出發,旨在幫助那些陷入困境的軟體工程師,重新審視並採納 functional programming 程式設計方法。●為了更貼近軟體工程師的實際狀況,書中以廣泛熟知的 JavaScript 語言做示範。雖然 JavaScript 不是最理想的函數式語言,但這一點
優惠價: 95 950
庫存:3
The Modern Business Data Analyst: A Case Study Introduction Into Business Data Analytics with Crisp-DM and R
滿額折
出版日:2024/06/17 作者:Dominik Jung  出版社:Springer Nature  裝訂:平裝
This book illustrates and explains the key concepts of business data analytics from scratch, tackling the day-to-day challenges of a business data analyst. It provides you with all the professional tools you need to predict online shop sales, to conduct A/B tests on marketing campaigns, to generate automated reports with PowerPoint, to extract datasets from Wikipedia, and to create interactive analytics Web apps. Alongside these practical projects, this book provides hands-on coding exercises, case studies, the essential programming tools and the CRISP-DM framework which you'll need to kickstart your career in business data analytics.The different chapters prioritize practical understanding over mathematical theory, using realistic business data and challenges of the Junglivet Whisky Company to intuitively grasp key concepts and ideas. Designed for beginners and intermediates, this book guides you from business data analytics fundamentals to advanced techniques, covering a large number
優惠價: 1 3479
庫存:1
Visual C# 2022基礎必修課
滿額折
出版日:2022/07/19 作者:蔡文龍; 張志成; 何嘉益; 張力元; 歐志信  出版社:碁峰資訊  裝訂:平裝
體貼初學者的學習流程:語法解說->範例說明->問題分析->程式設計 **專家與教師共同執筆** 由微軟MVP、微軟認證專家及科技大學教授程式設計教師共同編著,針對目前初學者學習程式設計所應具備的基本素養,編寫的入門教材,內容由淺入深,帶領初學者靈活運用C#開發應用程式。 **程式設計技能的養成** 內容兼具理論與實務,書中範例程式有別於市面程式設計入門書。特別由語法解說、範例說明、問題分析、程式設計進行循序漸進的範例實作與解說,訓練初學者邏輯思考與解決問題的能力。 **內容多元與豐富範例** 內容由資料型別、變數、運算式、流程控制、陣列、函式、物件導向程式設計、功能表、對話方塊、檔案存取、多媒體操作,同時配合 .NET Core視窗程式控制項設計進階的視窗應用程式,所提供範例貼近日常生活,讓初學者能學以致用。 **Entity Framework Core、電腦視覺與專題製作** 提供LINQ與Entity Framework Core資料庫程式設計,以及拉霸、記憶大考驗遊戲、產品管理系統三個專題,綜合運用前面各章節所學,達到學以致用的目標。同時介紹AI電腦視覺開發,讓初學者一探人工智慧應用程式開發的奧妙。
優惠價: 9 486
庫存:1
Frank Einstein and the Brainturbo (Book 3)(平裝本)
滿額折
出版日:2017/08/08 作者:Jon Scieszka; Brian Biggs (ILT)  出版社:Harry N Abrams Inc  裝訂:平裝
Science fiction meets science fact! Frank Einstein (kid genius, scientist, and inventor) and his best friend, Watson, team up with Klink (a self-assembled artificial intelligence entity) to create the
優惠價: 79 270
庫存:2
Understanding Coding Through Debugging
75 折
出版日:2017/01/01 作者:Patricia Harris  出版社:Powerkids Pr  裝訂:平裝
When computer programming pioneer Admiral Grace Hopper discovered a moth causing problems in a mechanical computer, the term debugging was born. This book explores how fixing programming and hardware
優惠價: 75 555
庫存:1
Spring Boot in Action
74 折
出版日:2015/12/31 作者:Craig Walls  出版社:Oreilly & Associates Inc  裝訂:平裝
《Spring Boot in Action》是一本專為熟悉 Spring Framework 的開發者所寫的實戰指南,聚焦於如何運用 Spring Boot 大幅簡化 Java 應用程式的開發流程。Spring Boot 以「約定優於設定」為核心理念,讓開發者跳過繁瑣的組態工作,快速啟動專案,將心力集中在應用程式的行為與商業邏輯上。作者 Craig Walls 以多年 Spring 開發與教學經驗,透過清楚且實用的範例,說明如何有效運用 Spring Boot 的自動組態機制,同時在需要時進行客製化調整。書中涵蓋測試、部署、Actuator 監控、命令列工具(CLI)、以及與 Groovy、Grails 的整合應用,完整呈現 Spring Boot 在實務開發中的優勢。本書內容務實、節奏明快,適合希望提升開發效率、減少設定負擔的 Java 與 Spring 開發者閱讀,是理解與上手 Spring Boot 的重要入門與進階參考。Although Spring Framework simplifies enterprise Java development, it can require a lot from developers in terms of framework configuration. Spring Boot radically streamlines the process of creating Spring applications by employing automatic configuration, along with a programming model built around established conventions for build-time and runtime dependencies. It also provides a component that gives insight into the internals of a running application and a handy CLI that can be used to write command-line scripts in Groovy. Developers who have used Spring Boot say that th
優惠價: 74 1665
庫存:1
Guided Inquiry Design ─ A Framework for Inquiry in Your School
90 折
出版日:2012/06/06 作者:Carol C. Kuhlthau; Leslie K. Maniotes; Ann K. Caspari  出版社:Libraries Unltd Inc  裝訂:平裝
Kuhlthau (library and information science, Rutgers U.) et al. show preK-12 teachers, school librarians, and principals a framework for designing and implementing guided inquiry that is tailored to the
優惠價: 9 2700
庫存:1
ASP.NET Core項目實踐開發教程(微課視頻版)(簡體書)
79 折
出版日:2024/12/01 作者:陶永鵬; 郭鵬; 劉建鑫; 張立傑  出版社:清華大學出版社(大陸)  裝訂:平裝
本書注重實踐,強調實用性,並對 ASP.NET Core 框架的理論基礎進行了簡化。本書通過真實的學生檔案管理系統項目案例,詳細講解了 .NET Core 技術在實際項目中的應用。全書共 11 章,系統、全面地介紹了 .NET Core 的基本概念和基礎知識、LINQ 數據模型、Entity Framework Core 數據模型、數據驗證與注解、控制器、視圖、路由、jQuery、Bootstrap 框架等相關技術的原理和應用。本書的示例具有實用性、啟發性和趣味性,分佈合理且易於理解,有助於讀者快速掌握 ASP.NET Core MVC 網站設計的基礎知識和編程技能,從而為實際應用奠定堅實的基礎。本書使用 Visual Studio 2022 作為開發平臺,以 C# 為編程語言,使用 Razor 作為視圖引擎,後臺數據庫採用 SQL Server 2022。本書可作為高等院校計算機類相關專業 ASP.NET Core MVC 網站設計課程的教材,也可作為對ASP.NET Core MVC 網站設計感興趣的讀者的自學讀物,還可作為從事相關行業人員的參考用書。
優惠價: 79 331
庫存:1
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼
滿額折
出版日:2023/09/06 作者:Adam Tibi  出版社:博碩文化  裝訂:平裝
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼 Pragmatic Test-Driven Development in C# and .NET 使用C#和.NET的工具與函式庫 測試驅動開發(TDD)是一種宣言(manifesto),強調在逐步為產品增加功能時,你應該先從單元測試(unit test)開始。現今的專案範本(project template)預設都含有單元測試,而單元測試已成為預期會被實作的重要任務。因此,在許多職位需求中,你會毫不意外地看到TDD、單元測試等關鍵字,而TDD和單元測試亦成為面試、coding挑戰和程式競賽中的重要考題。採用TDD,不僅能強化良好的設計實踐,更能加速你提升技能,成為優秀程式設計架構師(coding architect)。 本書超越理論探討,專注於讓你透過實用的框架,如ASP.NET Core和Entity Framework,在實際環境中熟練應用TDD。從基礎知識開始,本書將指導你使用Visual Studio 2022建立一個服務預訂的網頁應用程式。為了更貼近真實的工作情境,你將使用EF、SQL Server和Cosmos,並運用各種設計模式,包括資源庫(repository)、服務(service)、建造者(builder)等。同時,本書也會介紹領域驅動設計(DDD),以及其他軟體設計最佳實踐,如SOLID和FIRSTHAND等。 讀完本書,你將建立足夠的信心來主導TDD的實作。此外,你也將掌握有力的商業和技術案例,可在向管理階層或同事展示單元測試或推動TDD時使用。藉由本書的指引,你將更有把握成為引領TDD實踐的領航者,並在軟體設計領域中脫穎而出。 ✍本書特色✍ ★使用xUnit編寫單元測試,並掌握相依注入的技巧 ★使用NSubstitute實作測試替身,並進行mocking(模擬化) ★結合DDD與最佳實踐,以TDD的風格撰寫單元測試 ★將TDD與ASP.NET API、Entity Framework和資料庫結合使用 ★透過探索GitHub的持續整合更上一層樓 ★探索更進階的mocking使用情境 ★在你的公司和團隊中積極推動TDD和單元測試 ✍目標讀者✍ 本書適合那些希望借助TDD的力量,來開發高品質軟體的中高階.NET開發者。假設你已經掌握OOP(物件導向程式設計)及C#程式設計
優惠價: 9 648
庫存:5
領域驅動設計與.NET Core:應用DDD原則,探索軟體核心複雜度
滿額折
出版日:2021/09/15 作者:AlexeyZimarev  出版社:博碩文化  裝訂:平裝
『本書採用目前流行的Event Storming(事件風暴)作為教學主軸,以刊登廣告系統為範例,帶著讀者完整走過一遍套用DDD的分析、設計與實作過程。書中除了基本的Entity、Value Object、Domain Service、Factory、Aggregate、Repository、Domain Event、Application Service等DDD戰術模式的詳細實作範例與設計取捨的討
優惠價: 9 702
庫存:2
Posting on Social Media (A True Book: Get Ready to Code)
滿額折
出版日:2019/02/01 作者:Josh Gregory  出版社:Childrens Pr  裝訂:精裝
Learn how to navigate the complex world of social media.A True Book: Get Ready to Code series allows readers to discover the power of computer programming. Readers will be inspired to dive into the sc
優惠價: 66 777
庫存:2
Pop & Parameters (Secret Coders#5)(平裝本)
66 折
出版日:2018/03/27 作者:Gene Luen Yang; Mike Holmes (ILT)  出版社:First Second  裝訂:平裝
From graphic novel superstar (and former computer programming teacher) and New York Timesbestselling author Gene Luen Yang, Secret Coders: Potions & Parameters is the fifth volume in a wildly ente
優惠價: 66 275
庫存:2
Python for Bioinformatics
75 折
出版日:2017/08/11 作者:Sebastian Bassi  出版社:Chapman & Hall  裝訂:精裝
Programming knowledge is often necessary for finding a solution to a biological problem. Based on the author’s extensive experience, Python for Bioinformatics helps scientists solve their biological p
優惠價: 75 7875
庫存:1
The Official ScratchJr Book ─ Help Your Kids Learn to Code
66 折
出版日:2015/10/25 作者:Marina Umaschi Bers; Mitchel Resnick  出版社:No Starch Pr  裝訂:平裝
From the creators of Scratch comes ScratchJr, a programming language designed for young children (ages 5-7).The ScratchJr Book is the perfect addition to the free app and makes coding and computer science easy and fun for all ages!In The ScratchJr Book, kids learn by playing with programming blocks and building their own animated collages, interactive stories, and playable games.Thirty step-by-step activities help kids develop computational thinking, problem-solving, and design skills. Each chapter has several smaller activities that build on one other, culminating with a fun, final project. By the end of the book kids and parents will be ready for all sorts of new programming adventures.Each activity includes:step-by-step, easy-to-follow directionsliteracy and math connectiontips for grown ups and teachers creative challenges to explore and grow!
優惠價: 66 500
庫存:1
Validating Second Language Reading Examinations
滿額折
出版日:2014/12/15 作者:Rachel Yi-fen Wu  出版社:Cambridge University Press  裝訂:平裝
This volume describes an empirical framework for test validation and comparison of level-based test batteries. The Common European Framework of Reference (CEFR) and two levels (Preliminary and First)
優惠價: 1 2020
庫存:1
Beginning 3d Game Development With Unity ― All-in-one, Multi-platform Game Development
90 折
出版日:2014/02/28 作者:Sue Blackman  出版社:Springer-Verlag New York Inc  裝訂:平裝
Beginning 3D Game Development with Unity 4 is perfect for those who would like to come to grips with programming Unity. You may be an artist who has learned 3D tools such as 3ds Max,
優惠價: 9 1828
庫存:1
ASP.NET網際網路程式設計
滿額折
出版日:2011/08/01 作者:游志男; 林基源 著  出版社:滄海  裝訂:平裝
‧ASP.NET是Microsoft下一代的新科技,.NET Framework上建立 server-side web applications, 它徹底改革從資料庫存取,到分散式應用程式之間的每件事情。ASP.NET是 .NET Framework的最重要元件之一,它讓我們開發高效能的 Web Applications. ASP.NET是Web Development最完善的Platform.
優惠價: 1 720
庫存:1
Oracle Database 11G Building Oracle Xml Db Applications
75 折
出版日:2011/07/22 出版社:Mcgraw-Hill; Inc.  裝訂:平裝
Master the XML Programming Features in Oracle Database 11gDevelop, debug, and administer data-backed XML applications using the expert instruction and best practices in this Oracle Press guide. Oracle
優惠價: 75 1738
庫存:1
Visual Basic In Easy Steps 3E
75 折
出版日:2011/01/11 作者:Mcgrath  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
Visual Basic in Easy Steps begins by describing the installation process, then introduces form controls, application properties, the programming language, and problem-solving techniques. It illustrate
優惠價: 75 467
庫存:1
Validating Clinical Trial Data Reporting with SAS
75 折
出版日:2008/03/17 作者:Carol I. Matthews; Brian C. Shilling  出版社:Sas Inst  裝訂:平裝
Validation is a critical component to programming clinical trial analysis. Essential to effective validation is the programmer's understanding of the data with which they'll be working. If you don't u
優惠價: 75 1948
庫存:1
出版日:2004/02/01 作者:Susan M. Drake; Rebecca Crawford Burns  出版社:Assn for Supervision & Curriculum  裝訂:平裝
A guide to integrating standards across the curriculum through the Know/Do/Be framework.
優惠價: 1 1698
庫存:1
AX=B IN C++ VOL.2
滿額折
出版日:2003/01/01 作者:FUNG-YUEL CHANG  出版社:國立交通大學出版社  裝訂:平裝
Learn C++ by Programming to Solve Simultaneous Equations. Learn Chinn (1202-1261) and Gauss (1777-1855
優惠價: 85 510
庫存:2
AX=B IN C++ VOL.1
滿額折
出版日:2002/08/01 作者:FUNG-YUEL CHANG  出版社:國立交通大學出版社  裝訂:平裝
Learn C++ by Programming to Solve Simultaneous Equations. Learn Chinn (1202-1261) and Gauss (1777-1855
優惠價: 85 510
庫存:3
I Will Never Leave You
滿額折
出版日:1996/01/01 作者:Hugh Prather; Gayle Prather  出版社:Textstream  裝訂:平裝
Offers techniques for protecting a marriage, a framework detailing the eight stages of relationships, and guidance on remedying difficulties
優惠價: 79 570
庫存:1
C# 12和.NET 8入門與跨平臺開發(第8版)(簡體書)
滿額折
出版日:2025/04/01 作者:(美)馬克‧J.普萊斯  出版社:清華大學出版社(大陸)  裝訂:平裝
C#的應用領域極廣,是編程語言中的翹楚。作為暢銷的C#系列圖書的**版本,本書涵蓋C#12和.NET 8的所有**功能,將幫助你夯實基礎,讓你自信地使用**C#和.NET構建項目。《C# 12和.NET 8入門與跨平臺開發(第8版)》討論面向對象編程、編寫函數、測試函數調試函數及實現接口等主題;介紹.NETAPI,這些API可執行多種任務,如管理和查詢數據,使用文件系統、序列化。你可用ASP.NET Core來構建和部署本書列舉的跨平臺示例應用程序,如網站和服務《C# 12和.NET 8入門與跨平臺開發(第8版)》示例中融入了.NET 8的增強功能,使用類型別名和主構造函數來實現簡潔的、表達力強的代碼。你將使用新增的、內置的保護子句來可靠地處理錯誤,並探索ASP.NET Core 8中簡化的緩存實現。你還將看到,在發佈過程中使用原生的AOT編譯能夠縮短啟動時間和減少內存佔用。你還將使用Visua Studio 2022中新增的HTTP編輯器來完善測試和調試過程。本書甚至介紹了Blazor全棧,它提供的統一託管模型能夠實現無可比擬的Web開發靈活性。主要內容:?C# 12的新功能,包括類型別名和主構造函數?ASP.NET Core 8最小APIWeb服務的原生AOT發佈功能?通過Blazor全棧、Razor Pages等ASP.NET Core技術構建沉浸式Web應用?使用Entity Framework Core模型來無縫地集成和更新數據庫?使用LINO來查詢和操縱數據?使用Web API和最小API構建和使用功能強大的服務
優惠價: 87 1034
庫存:3
The Prospect of a Humanitarian Artificial Intelligence:Agency and Value Alignment
90 折
出版日:2024/08/22 作者:Carlos (San Francisco State University Montemayor USA)  出版社:Bloomsbury Publishing PLC  裝訂:平裝
In this open access book, Carlos Montemayor illuminates the development of artificial intelligence (AI) by examining our drive to live a dignified life. He uses the notions of agency and attention to consider our pursuit of what is important. His method shows how the best way to guarantee value alignment between humans and potentially intelligent machines is through attention routines that satisfy similar needs.Setting out a theoretical framework for AI Montemayor acknowledges its legal, moral, and political implications and takes into account how epistemic agency differs from moral agency. Through his insightful comparisons between human and animal intelligence, Montemayor makes it clear why adopting a need-based attention approach justifies a humanitarian framework. This is an urgent, timely argument for developing AI technologies based on international human rights agreements.The ebook editions of this book are available open access under a CC BY-NC-ND 4.0 licence on bloomsburycolle
優惠價: 9 2157
庫存:1
Surrealism from Paris to Shanghai
滿額折
出版日:2024/07/11 作者:Lauren Walden  出版社:香港大學出版社  裝訂:精裝
Surrealism in China initially gained a foothold in Shanghai’s former French concession during the early 1930s, disseminated by returning Chinese students who had directly encountered the movement in Paris and Tokyo. Shanghai surrealism adopted a dialectical form, resonating with the modus operandi of the Parisian movement as well as China’s traditional belief system of Daoism. Reconciling the thought of Freud and Marx, Surrealism subsumed the multiple contradictions that divided Republican Shanghai, East and West, colonial and cosmopolitan, ancient and modern, navigating the porous boundaries that separate dream and reality. Shanghai surrealists were not rigid followers of their Parisian counterparts. Indeed, they commingled Surrealist techniques with elements of traditional Chinese iconography. Rather than revolving around a centralized group with a leader, Shanghai Surrealism was a much more diffuse entity, disseminated across copious different periodicals, avant-garde groups, and th
優惠價: 79 893
庫存:10
The Dynamics of Rotating Fluids
95 折
This textbook on rotating fluid dynamics combines a pedagogical development of theoretical ideas with a description and analysis of many of the fascinating examples of rotating flows found in nature. The book is self-contained, starting in Part I with introductory chapters on fluid dynamics and waves. The largest section of the book is Part II, where a broad theoretical framework is developed for rotating flows, including Ekman layers, inertial waves, Taylor columns, Rossby waves, precession, instabilities, rotating convection, vortex breakdown, and rotating turbulence.The book ends, in Part III, with an analysis of some naturally occurring rotating flows, including tornadoes and dust devils, tidal vortices, tropical cyclones, convection in planetary cores, zonal winds in planetary atmospheres, and astrophysical accretion discs. Davidson presents a unique combination of a deep but broad theoretical framework with a detailed discussion of many naturally occurring flows. Moreover, the bo
優惠價: 95 2779
庫存:1
Visual C#程式設計經典:邁向Azure雲端、AI影像辨識與OpenAI API服務開發(適用C# 2022/2019/2017)
滿額折
出版日:2024/03/06 作者:蔡文龍; 何嘉益; 張志成; 張力元; 歐志信-著; 吳明哲-策劃  出版社:碁峰資訊  裝訂:平裝
由微軟MVP、MCSD認證專家與大學教師共同編著,是一本適合大專院校教學,以及MTA、MCSD認證課程的先修教材。內容豐富從基礎到進階,從地端到雲端,進而邁向AI影像辨識與OpenAI API開發,範例解說詳細,讓初學者學習完全無障礙。 ■ C#物件導向程式設計篇 以深入淺出方式讓初學者具有物件導向的觀念,並以主控台專案介紹C#資料型別、流程控制、陣列與方法(函式)、類別與物件、繼承、多型、介面、檔案存取、例外處理…等,進而領會出物件導向程式設計的要領。 ■ 視窗應用程式設計篇 介紹視窗程式開發,例如清單與容器、對話方塊、鍵盤與滑鼠事件、功能表與工具列、多表單與MDI 多表單的應用,使初學者具備建構豐富的視窗應用程式。 ■ 資料庫程式設計篇 介紹ADO.NET資料庫存取、交易處理、預存程序等議題。同時介紹 LINQ 和 Entity Framework存取陣列、集合物件、DataSet、SQL 資料庫等資料來源。 ■ 網路應用程式與跨平台行動裝置網站設計篇 介紹 ASP.NET MVC Web應用程式開發,讓初學者理解MVC的開發方式,並透過jQuery Mobile整合ASP.NET MVC建置跨平台書籍管理系統與書籍查詢行動網站。 ■ Azure雲端服務、影像辨識與OpenAI API應用篇 介紹Microsoft Azure雲端運算平台、OpenAI API與C#整合,透過App Services部署雲端網站、建置Azure SQL Database雲端資料庫,使用Azure認知服務分析影像資訊與臉部偵測,以及利用OpenAI API開發ChatGPT聊天機器人與AI繪圖程式,進而建置智慧化的商用應用程程式。
優惠價: 9 675
庫存:6
ASP.NET Core 7 MVC跨平台範例實戰演練
滿額折
出版日:2023/07/31 作者:奚江華  出版社:碁峰資訊  裝訂:平裝
「DotNet聖殿祭司」以多年程式開發經驗,將業界的專業開發技巧融入於書中! ASP.NET Core是跨平台的.NET框架,除了跨平台特性,整個框架底層更是高度重新大改寫,導入許多軟工Design Pattern與Principals原則,讓整個框架程式組織、運作與耦合度達到前所未有新高度。而ASP.NET Core中最重要的四大天王:Dependency Injection相依性注入、Configuration組態系統、Hosting與Middleware,更是貫穿整個應用程式設計與執行,可以說掌握此四者便掌握了ASP.NET Core核心精髓。無論新手與老手,本書皆能循序漸進地引導您,一步步深入ASP.NET Core精華的奧義殿堂。 精選章節,讓您Do Less, Get More,短時間內培養出即戰力!本書內容有: * 介紹MVC架構如何三分天下,精解Model、View與Controller三者職責與運作 * 以DI相依性注入設計抽象介面與實作,達成IoC控制反轉與鬆散耦合 * Configuration組態與Options Pattern選項模式共舞 * Model / Scaffolding CRUD / LINQ與Entity Framework Core資料庫存取 * View / Partial View / Tag Helpers / HTML Helpers / View Component / Layout功能解析 * 說明MVC中如何整合Bootstrap前端開發框架,有效建構RWD響應式網站 * 全面掌握Razor語法,提升View頁面的智慧與判斷力 * 用開源Chart.js及JSON製作HTML5互動式商業統計圖表 * 以jQuery Ajax / Web API / JSON三劍客建立輕量級高效能網站 * 用AJAX及MVC串接ChatGPT API製作AI聊天問答 * 將ASP.NET Core應用程式部署至Microsoft Azure雲端平台
優惠價: 9 774
庫存:3
出版日:2023/07/18 作者:Anonymous  出版社:LEGARE STREET PR  裝訂:精裝
This classic translation of the Bible draws on the Latin Vulgate and was first published by the English College at Douay in the sixteenth century. Featuring both the Old and New Testaments, this edition offers a valuable resource for scholars and readers interested in Christian history and theology.This work has been selected by scholars as being culturally important, and is part of the knowledge base of civilization as we know it.This work is in the "public domain in the United States of America, and possibly other nations. Within the United States, you may freely copy and distribute this work, as no entity (individual or corporate) has a copyright on the body of the work.Scholars believe, and we concur, that this work is important enough to be preserved, reproduced, and made generally available to the public. We appreciate your support of the preservation process, and thank you for being an important part of keeping this knowledge alive and relevant.
優惠價: 1 2598
庫存:1
出版日:2023/07/18 作者:Anonymous  出版社:LEGARE STREET PR  裝訂:精裝
This is a comprehensive encyclopedia of knowledge, covering a wide range of topics from arts and sciences to literature and history. It features detailed entries, maps, illustrations, and bibliographies, and is an essential reference for students, educators, and researchers.This work has been selected by scholars as being culturally important, and is part of the knowledge base of civilization as we know it.This work is in the "public domain in the United States of America, and possibly other nations. Within the United States, you may freely copy and distribute this work, as no entity (individual or corporate) has a copyright on the body of the work.Scholars believe, and we concur, that this work is important enough to be preserved, reproduced, and made generally available to the public. We appreciate your support of the preservation process, and thank you for being an important part of keeping this knowledge alive and relevant.
優惠價: 1 2248
庫存:1
Artificial Intelligence and Autonomous Shipping
滿額折
出版日:2022/11/17 出版社:Hart Publishing UK  裝訂:平裝
This collection of essays critically evaluates the legal framework necessary for the use of autonomous ships in international waters. The work is divided into three parts:Part 1 evaluates how far national shipping regulation, and the public international law background that lies behind it, may need modification and updating to accommodate the use of autonomous ships on international voyages. Part 2 deals with private law and insurance issues such as collision and pollution liability, salvage, limitation of liability and allocation of risk between carrier and cargo interests. Part 3 analyses international convention regimes dealing with maritime safety and other matters, arguing for specific changes in the existing conventions such as SOLAS and MARPOL, which would provide the international framework that is necessary for putting autonomous ships into commercial use. The book also takes the view that amendment of international conventions is important in the case of liability issues, arg
優惠價: 9 2177
庫存:1
  • 142
    4
  • 1
  • 2
  • 3
  • 4

暢銷榜

客服中心

收藏

會員專區