亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

patternS

  • This example program shows how to configure and use the A/D Converter of the following microcontroll

    This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patternS as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.

    標簽: microcontroll Converter configure following

    上傳時間: 2014-12-01

    上傳用戶:獨孤求源

  • 教程將引導你通過多個操作步驟創建一個 Java 應用, 它覆蓋了 Together 的基本特性. Together 教程是基于 Java 的, 但程序員還是可以在其他語言下很容易地模仿這些操作步驟.

    教程將引導你通過多個操作步驟創建一個 Java 應用, 它覆蓋了 Together 的基本特性. Together 教程是基于 Java 的, 但程序員還是可以在其他語言下很容易地模仿這些操作步驟. (教程只需要很少的 Java 知識.) TogetherControlCenter6入門實踐教程 工程和包 需求與用例圖(Use Case Diagrams) 業務規則與活動圖(Activity Diagrams) 圖(Diagrams)與類(Classes) 類(Classes)與關聯(Associations) 模板模式(Template patternS) 使用類模式(Class patternS)進行代碼重構(Refactoring) 時序圖(Sequence Diagrams) 文檔生成 審查(Audits)與統計(Metrics) (需要 Together ControlCenter) 運行和調試 Java 工程

    標簽: Together Java 教程 操作

    上傳時間: 2014-01-17

    上傳用戶:變形金剛

  • 經典著作《設計模式》中將策略模式定義為:定義一系列的算法

    經典著作《設計模式》中將策略模式定義為:定義一系列的算法,把它們一個個的封裝起來,并且使它們可以相互轉換。這個定義還是比較抽象,下面我將通過一個例子來具體的講解策略模式。感覺這樣更容易幫助新手理解模式,這也是《Head First Design patternS》中講解模式的方法。先來描述一下用到的例子的背景資料:

    標簽: 定義 設計模式 策略 模式

    上傳時間: 2015-05-29

    上傳用戶:lizhizheng88

  • The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take

    The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patternS. During a retrieval phase, the network is started with some initial configuration and the network dynamics evolves towards the stored pattern which is closest to the initial configuration.

    標簽: model distributed associative Hopfield

    上傳時間: 2015-06-17

    上傳用戶:l254587896

  • Wiley Professional Ajax By Nicholas C. Zakas, Jeremy McPeak & Joe Fawcett Professional Ajax provide

    Wiley Professional Ajax By Nicholas C. Zakas, Jeremy McPeak & Joe Fawcett Professional Ajax provides a developer-level tutorial of Ajax techniques, patternS, and use cases.

    標簽: Professional C. Ajax Nicholas

    上傳時間: 2013-12-12

    上傳用戶:bcjtao

  • Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now

    Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patternS that are new to C#, and fundamental to the programming of web services and web applications on Microsoft s .NET platform.

    標簽: high-performance Programming programming Microsoft

    上傳時間: 2015-07-21

    上傳用戶:l254587896

  • This book is intended for "hands-on" developers or advanced students interested in understanding the

    This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patternS, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patternS more effectively in your own object-oriented networked applications.

    標簽: understanding developers interested advanced

    上傳時間: 2015-08-09

    上傳用戶:epson850

  • 本文根據發表在CUJ Expert Forum上的兩篇文章編譯而成。C/C++ User s Journal是目前最出色的C/C++語言專業雜志

    本文根據發表在CUJ Expert Forum上的兩篇文章編譯而成。C/C++ User s Journal是目前最出色的C/C++語言專業雜志,特別是在C++ Report閉刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主辦的網上技術專欄,匯集2000年10月以來C++社群中頂尖專家的技術短文,并免費公開發布,精彩紛呈,是每一個C/C++學習者不可錯過的資料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert Forum每期必備的精品專欄,以風趣幽默的對話形式講解C++高級技術,在C++社群內得到廣泛贊譽。譯者特別挑選兩篇設計模式方面的文章,介紹給大家。設計模式方面的經典著作是GoF的Design patternS。但是那本書有一個缺點,不好懂。從風格上講,該書與其說是為學習者而寫作的教程范本,還不如說是給學術界人士看的學術報告,嚴謹有余,生動不足。這一點包括該書作者和象Bjarne Stroustrup這樣的大師都從不諱言。實際上Design Pattern并非一定是晦澀難懂的,通過生動的例子,一個中等水平的C++學習者完全可以掌握基本用法,在自己的編程實踐中使用,得到立竿見影的功效。這兩篇文章就是很好的例證。本文翻譯在保證技術完整性的前提下作了不少刪節和修改,以便使文章顯得更緊湊。

    標簽: Journal Expert Forum User

    上傳時間: 2015-08-11

    上傳用戶:270189020

  • Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord

    Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patternS are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferization for maximal performance.

    標簽: replacement dispatched messages Metalog

    上傳時間: 2014-01-03

    上傳用戶:腳趾頭

  • 軟件開發工程是有趣的、多產的

    軟件開發工程是有趣的、多產的,甚至是大膽的。同時,它也能源源不斷地帶來商業價值,并保持在我們的掌控之下。 極限編程(XP)的構思和發展是針對小型團隊進行軟件開發時,在面對不確知的、變化的需求時所產生的特定需要的。這一新的、輕量級的方法學對許多傳統思維提出了挑戰,這其中包括一個一直以來的假設,即在軟件開發過程中,對軟件進行一個小小的改動就必然會使其開發成本大大增加。極限編程認可軟件開發工程應該節約成本,而且一旦實現了某種節約就應該加以開發利用。 你可以喜歡XP,也可以恨它,但是本書將會使你對如何開發軟件有一個全新的認識。KentBeck擁有并經營著First Class軟件公司,在這里他把主要精力放在兩個最大的興趣上——模式和極限編程。他一直在研究軟件開發的先驅模式、CRC卡、HotDraw畫圖編輯器框架、xUnit單元測試框架以及測試為先的編程。他發表了五十多篇關于編程的文章,并出版了《The Smalltalk Best Practice patternS》(Prentice-Hall出版社)和《Kent Beck’s Guide to Better Smalltalk:A Sorted Collection》(劍橋大學出版社)兩本著作,同時他還是超級暢銷書《重構——改善既有代碼的設計》(中英文版皆由中國電力出版社出版)的特約撰稿人。

    標簽: 軟件開發 工程

    上傳時間: 2015-10-02

    上傳用戶:邶刖

主站蜘蛛池模板: 西安市| 孟津县| 荃湾区| 仁布县| 治县。| 辰溪县| 红桥区| 靖州| 衡水市| 罗江县| 耿马| 峡江县| 于田县| 屯昌县| 临武县| 靖江市| 洞口县| 徐汇区| 黎城县| 龙川县| 镇平县| 安新县| 大方县| 通辽市| 萨嘎县| 黔南| 瑞丽市| 通辽市| 台州市| 荆州市| 宜君县| 晋州市| 明光市| 兖州市| 桂阳县| 嘉定区| 贺兰县| 紫金县| 定南县| 蓝田县| 聊城市|