TOP
💡 邁向小一的第一步!給孩子一本「查得到自信」的專屬辭典,輕鬆跨越閱讀關卡!🚀
搜尋結果 /

Metaprogramming in .net

12
1 / 1
Property-preserving Petri Net Process Algebra in Software Engineering
滿額折
出版日:2012/03/14 作者:Hejiao Huang; Li Jiao  出版社:World Scientific Pub Co Inc  裝訂:精裝
In a component-based approach for system design, one of the difficult problems is how to prove the correctness of the created components. Usually, the constituent components are supposed to be correct
優惠價: 9 2938
無庫存
新興能源與城市淨零發展趨勢
滿額折
出版日:2025/01/10 作者:王怡方; 楊海嵐  出版社:資策會產業情報研究所  裝訂:平裝
為了對抗氣候變遷的威脅,全球興起「淨零碳排」(減碳量等於排碳量)旋風,各國也相繼提出更嚴格的環境及能源之相關規範與氣候政策,如歐盟碳邊境調整機制(CBAM),以及2021年聯合國締約國大會COP26之「格拉斯哥氣候協議」(Glasgow Climate Pact),目的在於緩解氣候變遷對全球環境的衝擊。而「綠色氫能」(利用再生能源電解產製的氫能)更是COP26周邊會議的熱門討論主題,目前在全球積極發展各項低碳及減碳技術中,「氫能」被視為能夠跨產業推動低碳轉型的關鍵環節,因此各國紛紛制定國家氫能戰略,宣示政策方向,建置並帶動氫能發展,同時也為產業創造更多的成長空間,更進一步的催化低碳經濟成形發展。目前美國、英國、法國、日本、澳洲等主要國家皆參與氫能發展,承諾將於2025年前,開發能應用於船舶的氫能與氨能之燃料技術,並且在全球建立六個海運「綠色廊道」(green corridors),藉以降低海上運輸的碳排放量。本專書經由觀察英國、法國、韓國與澳洲等主要國家的氫能戰略,綜整勾勒國際氫能的發展輪廓,提供相關企業加速利用氫能或切入氫能產業鏈之參考。在全球持續擴大發展淨零碳排聲浪之際,許多企業積極採取各項減碳行動,藉以降低營運碳足跡,其中採用「購買綠電」以降低範疇二之碳排放,是許多企業率先採用的減碳策略;而在國際品牌企業的領導下,我國身居國際供應鏈中的關鍵企業,也紛紛加入綠電採購的行列,將大幅帶動國內的綠電需求。根據聯合國的統計資料顯示,2020年全球有50%的人口是居住在城市裡,雖然貢獻全球80%的國內生產總額(GDP),但是也同時消耗全球三分之二的能源,產生的碳排放量占全球總碳排放量的70%以上。城市裡的建築碳排放量占全球的9%,包含營運碳及隱含碳(embodied carbon)兩類型,過往建築減碳是以降低建築「營運碳」為主要的減碳重點,但是要在2050年將所有建築過程皆達到「淨零排放」的願景,削減建築「隱含碳」才是次階段的減碳關鍵重點。預估至2050年,全球居住於城市的人口比例將提高至68%,屆時落實地方治理以實現淨零碳排將更為重要。
優惠價: 95 5700
無庫存
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
無庫存
China's International Military-Civilian Virology Fusion
滿額折
出版日:2023/05/24 作者:Dr. Ryan Clarke; Dr. Xiaoxu Sean Lin; LJ Eads  出版社:博大  裝訂:平裝
內容簡介: This book is the world's first and only multi-pathogen, multi-site net assessment on the CCP's high-riskpathogen research programs and the involvement of the PLA. This book also assesses the strategicimplications of these operations.本書特色:The Chinese Communist Party (CCP) has the most aggressive high-risk pathogen research programs inthe world. The CCP's programs extend well beyond SARS-CoV-2/COVID-19 and include dangerouswork being done on Nipah/Henipavirus, H7N9, H5N1, H1N1, African Swine Flu Virus, Dengue andZika, etc. These programs spread across multiple locations in China with extensive internationallinkages. Under the CCP system, there is no such thing as a purely civilian virology lab, especially thosethat are of Biosafety Level-3/4 and are conducting high-risk research. These labs or institutes can bebrought under the control of the People's LiberationArmy (PLA) at any time, or have integrated PLAunits or departments as part of the whole operation.
優惠價: 9 324
無庫存
ISE Corporate Finance: Core Principles and Applications
95 折
出版日:2023/03/21 作者:Stephen Ross; Randolph Westerfield; Jeffrey Jaffe; Bradford Jordan  出版社:McGraw-Hill Education  裝訂:平裝
Corporate Finance: Core was developed for the graduate (MBA) level as a concise, up-to-date, and to-the-point product, the majority of which can be realistically covered in a single term or course. To achieve the objective of reaching out to the many different types of students and the varying course settings, corporate finance is distilled down to its core, while maintaining a decidedly modern approach. Purely theoretical issues are downplayed, and the use of extensive and elaborate calculations is minimized to illustrate points that are either intuitively obvious or of limited practical use. The goal was to focus on what students really need to carry away from a principles course. A balance is struck by introducing and covering the essentials, while leaving more specialized topics to follow-up courses. Net present value is treated as the underlying and unifying concept in corporate finance. Every subject covered is firmly rooted in valuation, and care is taken throughout to explain h
優惠價: 95 1710
無庫存
梵網經菩薩道
滿額折
出版日:2016/05/01 作者:靈源老和尚  出版社:法鼓文化  裝訂:平裝
〔導言〕漢傳佛教菩薩道的修行次第 在漢傳佛教中的學佛人,不管新學或老參都會問:修行菩薩道有沒有次第?如果有,要看哪一部經論?或學習哪一個宗派的道次第?其實大經大論很多,在漢傳佛教諸宗派中,也都有提出修行的道次第,只是初學佛者不易貫通博大精深的義理。而備受諸宗共同推崇重視,且提出菩薩戒與菩薩道之修學次第的經典,則是《梵網經.菩薩心地品》。關於此經,諸宗也有很多註疏。禪宗虛雲老和尚的傳人,靈源長老(一
優惠價: 9 225
無庫存
Financial Derivative Investments
滿額折
出版日:2011/06/07 作者:Richard D. Bateson  出版社:World Scientific Pub Co Inc  裝訂:精裝
Structured products are sold to a wide range of retail, high net worth and institutional investors, with over £15bn of structured investments sold in the UK in 2009. Based on a non-specialist graduate
優惠價: 9 2295
無庫存
VISUAL BASIC2008最佳實務講座
滿額折
出版日:2008/03/01 作者:羅慧真  出版社:悅知  裝訂:平裝
針對Visual Basic 2008及.NET應用程式開發有興趣入門的程式開發人員,規劃All-in-one的內容,由基礎的程式語言開始探討,並延伸至Windows應用程式的開發實戰,每章均提供豐富的範例解析與實作演練,以審視學習成效。 本書從正統的程式設計觀點出發,共分三大篇,第一篇著重語言基礎觀念的建立;第二篇解說視窗的應用;第三篇則是從物件導向的角度探索Visual Basic 2008
優惠價: 9 531
無庫存
出版日:2007/11/01 出版社:電腦人文化事業  裝訂:平裝
重灌光碟全攻略◎整合SP2全自動重灌光碟直接整合成SP2版本,省去每次重灌再升級的麻煩!重灌不用待在螢幕前,放入光碟一路自動完成重灌。◎全軟體自動重灌術製作DVD全軟體自動重灌光碟,Nero、MSN、MediaPlayer10、.NET Framework、Java VM、驅動程式通通裝進去,一片光碟就可重灌完美系統◎All in One Windows 光碟把所有Windows版
絕版無法訂購
出版日:2006/05/01 作者:羅慧真  出版社:學貫行銷  裝訂:平裝
訴求對Visual Basic 2005及.NET技術有興趣的入門程式開發人員,設計All-in-one的內容規劃,每個章節均提供豐富的範例解析及實作演練,希望能藉此幫助讀者學會使用Visual Basic 2005開發應用程式。 本書從程式設計師的觀點出發,共分三大篇,第一篇著重語言基礎觀念的建立;第二篇解說視窗的應用;第三篇則是從物件導向的角度探索Visual Basic 2
絕版無法訂購
Corporate Finance(2025 Release)
95 折
出版日:2025/11/01 作者:Stephen Ross; Randolph W‧Westerfield‧ Jeffrey Jaffe; Bradford D‧ Jordan; Kelly Shue  出版社:McGraw-Hill Education  裝訂:平裝
Corporate Finance, by Ross, Westerfield, Jaffe, Jordan, was written for the corporate finance course at the MBA level and the intermediate course in many undergraduate programs. The text emphasizes the modern fundamentals of the theory of finance while providing contemporary examples to make the theory come to life. The authors aim to present corporate finance as the working of a small number of integrated and powerful intuitions rather than a collection of unrelated topics. They develop the central concepts of modern finance: arbitrage, net present value, efficient markets, agency theory, options, and the trade-off between risk and return, and use them to explain corporate finance with a balance of theory and application.
優惠價: 95 1691
無庫存
出版日:2003/12/01 作者:丁陳漢蓀  出版社:美商歐萊禮  裝訂:平裝
Java VM 和 .NET CLR 都是使用堆疊的虛擬機(Stack-Based VM),而 eForth 則是堆疊虛擬機中的翹楚。Java 和 C# 語言的移植性來自中間碼(bytecode 和 IL),其效能來自 JIT。 eForth 本身就是中間碼,而它的釵h基本的中間碼,可以設計成 CPU 的機器碼。eForth 這種既是虛擬機又是程式語言的無所不包之特性,讓本書得以完整地論述基於 e
  • 12
    1

暢銷榜

客服中心

收藏

會員專區