一個用C++實現的平衡二叉樹算法,實現了高度、平衡度、父子節點等
上傳時間: 2014-01-25
上傳用戶:yyyyyyyyyy
This application note gives an example for microcontroller C code. It includes code for: Readout of Humidity (RH) or Temperature (T) with basic error handling Calculation of RH linearization and temperature compensation Access to status register Dewpoint calculation from RH and T UART handling
標簽: code microcontroller application for
上傳時間: 2013-12-22
上傳用戶:hewenzhi
in this file,it will tell you how to write well and clear c file.in this file,it will tell you how to write well and clear c file.
上傳時間: 2017-09-05
上傳用戶:1427796291
When C++ was first introduced many benefits such as code reuse, portability and scalability were promised, but somehow these benefits failed to eventuate. It didn’t take too long before most people in the embedded world decided that the promises were just hype, and settled down to using C++ as a slightly better version of C
標簽: portability scalability introduced benefits
上傳時間: 2013-12-24
上傳用戶:yt1993410
介紹了如何利用Matlab/ Simulink的RTW (Real-Time Workshp)代碼生成上具將Simulink模型自動轉換成C/C++代碼的方法,通過這種方式可以利用Simulink方便地建立系統模型,同時也解決了Simlink模型在Matlab/ Simulink環境下速度較慢的問題,大大減少了軟件上程師的編程上作量.轉換后的C代碼能脫離Matlab環境獨立運行,這進一步擴大用以方法生成的C代碼的適用范圍.
標簽: Simulink Real-Time Workshp Matlab
上傳時間: 2013-12-26
上傳用戶:xhz1993
Flash functions for STR71X uControllers. This file replaces the ST Library flash.c file, including the option of execute any flash function from Ram, alowing a way to program flash from a program running in flash.
標簽: file uControllers functions including
上傳時間: 2017-09-19
上傳用戶:xzt
以Microsoft Visual C++ 6.0為平臺,基于opencv來實現圖像的灰度直方圖
上傳時間: 2017-09-19
上傳用戶:鳳臨西北
用C++6.0編寫,采用分治法求解快速排序和歸并排序所花的時間并輸出,能夠具體地讓大家明白時間復雜度這一抽象的概念
上傳時間: 2017-09-26
上傳用戶:wsf950131
Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(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
演算法評估 用空間和時間評估演算法效能 時間複雜度(Time Complexity) 空間複雜度(Space Complexity) 效能評估 效能分析(Performance Analysis):事前評估 效能評估(Performance Measurement):效能量測 評估時均假設處理的資料量為n到無窮大
標簽: 演算
上傳時間: 2015-06-13
上傳用戶:18007270712