Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經(jīng)過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發(fā)的,同時部分函式庫的功能也已經(jīng)成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網(wǎng)站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據(jù)官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數(shù)學與數(shù)字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。
上傳時間: 2015-05-15
上傳用戶:fangfeng
My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i
標簽: C++
上傳時間: 2015-07-03
上傳用戶:xiyuzhu
深入淺出Win10通用應用開發(fā)第三章XAML界面原理和語法,XAML英文Extensible Application Markup language的簡寫,是用于實例化.NET 對象的標記語言。
上傳時間: 2016-03-05
上傳用戶:人類惡啊
IEEE Standard Verilog? Hardware Description language
標簽: verilog-ieee
上傳時間: 2016-05-19
上傳用戶:assman
C語言是在 70 年代初問世的。一九七八年由美國電話電報公司(AT&T)貝爾實驗室正 式 發(fā) 表 了 C 語 言 。 同 時 由 B.W.Kernighan 和 D.M.Ritchit 合 著 了 著 名 的 “THE C PROGRAMMING language” 一書。 通常簡稱為《 K&R》, 也有人稱之為《 K&R》 標準。 但是, 在 《 K&R》中并沒有定義一個完整的標準 C 語言, 后來由美國國家標準協(xié)會 ( American National Standards Institute) 在此基礎上制定了一個 C 語言標準, 于一九八三年發(fā)表。 通常 稱之為 ANSI C。
上傳時間: 2016-08-03
上傳用戶:vito
最近在學習Oracle,對測試人員而言必須掌握兩種語言:第一種是DML,數(shù)據(jù)操縱語言 (Data Manipulation language) 是SQL語言中,負責對數(shù)據(jù)庫對象運行數(shù)據(jù)訪問工作的指令集,以INSERT、UPDATE、DELETE三種指令為核心,分別代表插入、更新與刪除。第二種是:DQL,數(shù)據(jù)查詢語言 (Data Query language) 是SQL語言中,負責進行數(shù)據(jù)查詢而不會對數(shù)據(jù)本身進行修改的語句,這是最基本的SQL語句。核心指令為SELECT,以及一些輔助指令,如FROM、WHERE等,F(xiàn)ROM:表示來源,可以搭配JOIN做鏈接查詢; WHERE:過濾條件;GROUP BY:在使用聚合函數(shù)時用到,如SUM,COUNT,MAX,AVG;HAVING:對聚合結果進行篩選,這是和WHERE的不同點;ORDER BY:排序。
標簽: oracle 基礎 資料
上傳時間: 2016-09-15
上傳用戶:天涯云海
本節(jié)課的實驗內容主要分為三個板塊:HTML,CSS,JavaScript,其中,我對HTML技術的應用得到了熟練運用,并對其他動態(tài)網(wǎng)頁設計方法進行了大致的了解。HTML是Hypertext Markup language的英文縮寫,即超文本標記語言。它是一種標記語言而非編程語言,由瀏覽器解釋支持。HTML文件是一種文本文件,可以用記事本打開,當然也可以用其他開發(fā)工具,比如dream-weaver和VS等等。通過在文本中添加各種標簽來告訴瀏覽器網(wǎng)頁要顯示的內容,以及以何種表現(xiàn)形式顯示。瀏覽器按照自上而下的順序解讀HTML文件,同時瀏覽器并不會因為HTML代碼出現(xiàn)錯誤而停止解讀。在課上操作上機的時候,老師教會了我們怎么用最簡單的TXT文件來設計自己想要設計的網(wǎng)頁,并加入了多種元素。CSS是一種用來表現(xiàn)HTML文件樣式的計算機語言。CSS不僅可以靜態(tài)地修飾網(wǎng)頁,還可以配合各種腳本語言動態(tài)地對網(wǎng)頁各元素進行格式化。 而且CSS 能夠對網(wǎng)頁中元素位置的排版進行像素級精確控制,支持幾乎所有的字體字號樣式,擁有對網(wǎng)頁對象和模型樣式編輯的能力。JavaScript是我認為我所學的技術里面最高端的一種技術。JavaScript是一種基于對象和事件驅動具有安全性能的腳本語言,使用JavaScript可以輕松的實現(xiàn)與HTML的互操作,并且完成豐富的頁面交互效果,它是通過嵌入或調入在標準的HTML語言中實現(xiàn)的,它的出現(xiàn)彌補了HTML的缺陷,是java與HTML折衷的選擇。學習本課的目的就是能夠建立起自己設計出來的頁面,經(jīng)過幾周的教學和自我實踐摸索,我已經(jīng)能創(chuàng)建專屬于自己的HTML頁面,超額完成自己的目標。
標簽: 動態(tài) 網(wǎng)頁設計 實踐
上傳時間: 2019-04-22
上傳用戶:107946518
Someone who wants to get to know the customs of a country frequently receives the advice to learn the language of that country. Why? Because the dif- ferences that distinguish the people of one country from those of another are reflected in the language. For example, the people of the islands of the Pacific do not have a term for war in their language. Similarly, some native tribes in the rain forests of the Amazon use up to 100 different terms for the color green.
上傳時間: 2020-05-27
上傳用戶:shancjb
MIT App Inventor is an innovative beginner’s introduction to programming and app creation that transforms the complex language of text-based coding into visual, drag-and- drop building blocks. The simple graphical interface grants even an inexperienced novice the ability to create a basic, fully functional app within an hour or less.
標簽: Arduino Android using and MIT app
上傳時間: 2020-06-09
上傳用戶:shancjb
I wrote this book so that students, hobbyists, and engineers alike can take advantage of the Arduino platform by creating several projects that will teach them about the engineering process. I also wanted to guide the reader through introductory projects so that they could get a firm grasp on the Arduino language, and how to incorporate several pieces of hardware to make their own projects. This book offers so much information on the Arduino, not just the basic LED projects but it offers different peripherals such as Ultrasonic sensor, the Xbox? controller, Bluetooth, and much more. This book also teaches the non-engineer to follow a process that will help them in future project (not just Arduino projects).
標簽: Engineering Practical Arduino
上傳時間: 2020-06-09
上傳用戶:shancjb