Welcome![Sign In][Sign Up]
Location:
Search - 基礎

Search list

[OS programthread_win32_src

Description: 一個使用C++實現基礎線程thread的源程序-A use of C++ Realize the basis of the source thread thread
Platform: | Size: 1024 | Author: 何耀庭 | Hits:

[JSP/Javajava55question

Description: 精華!!列出java基礎55題 自己找的答案 非常詳細-Essence! ! Java list of 55 questions based on their own to find the answer in great detail
Platform: | Size: 263168 | Author: 明道 | Hits:

[SCMLCD

Description: AVR 下 LCD 簡單例子. 可以在這個基礎上改進從而對AVR有更深瞭解.-LCD under AVR simple example. Can improve on this basis and thus have a better understanding of the AVR.
Platform: | Size: 75776 | Author: wang | Hits:

[GUI DevelopWindows_example_table

Description: Windows表單編程基礎學習 table-Windows Forms Programming-based learning table
Platform: | Size: 4096 | Author: nick | Hits:

[Software EngineeringJTAGrep

Description: OPEN-JTAG ARM JTAG 測試原理 1 前言 本篇報告主要介紹ARM JTAG測試的基本原理。基本的內容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介紹,在此基礎上,結合ARM7TDMI詳細介紹了的JTAG測試原理。 2 IEEE Standard 1149.1 - Test Access Port and Boundary-Scan Architecture 從IEEE的JTAG測試標準開始,JTAG是JOINT TEST ACTION GROUP的簡稱。IEEE 1149.1標準最初是由JTAG這個組織提出,最終由IEEE批准並且標準化,所以,IEEE 1149.1這個標準一般也俗稱JTAG測試標準。 接下來介紹TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的基本架構。 -OPEN-JTAG ARM JTAG Test Principle 1 Introduction This report introduces the ARM JTAG test the basic principles. Basic elements include TAP (TEST ACCESS PORT) and BOUNDARY-SCAN ARCHITECTURE introduction On this basis, the combination of ARM7TDMI detailed introduction of the JTAG test principle. 2 IEEE Standard 1149.1- Test Access Port and Boundary-Scan Architecture from the IEEE standard JTAG test began, JTAG is the JOINT TEST ACTION GROUP abbreviation. IEEE 1149.1 standard was originally proposed by JTAG this organization, and ultimately approved by the IEEE and standardization, therefore, IEEE 1149.1 standard generally known as the JTAG test standard. Introduce the next TAP (TEST ACCESS PORT) and BOUNDARY-SCAN ARCHITECTURE basic structure.
Platform: | Size: 286720 | Author: jakenzhang | Hits:

[Graph programImageProcessingBasic

Description: 提供一個將 Delphi Scanline 轉換成二維陣列存取的程式,參考原始檔可以在這個基礎上開發進階的影像處理效果.-Delphi Scanline will provide a two-dimensional array access into the program, reference the original file can be developed on the basis of advanced image processing effects.
Platform: | Size: 253952 | Author: richwang | Hits:

[VC/MFCEffectiveC++080902

Description: 這本書是多年來我對專業程式員所做的C++ 教學課程下的一個自然產物。我發現,大部份學生在一個星期的密集訓練之後,即可適應這個語言的基本架構,但要他們「將這些基礎架構以有效的方式組合運用」,我實在不感樂觀。於是我開始嘗試組織出一些簡短、明確、容易記憶的準則,做為C++ 高實效性程式開發過程之用。那都是經驗豐富的C++ 程式員幾乎總是會奉行或幾乎肯定要避免的一些事情。structures of computer science. -This book is many years of professional programmers, I do C++ Teaching courses under a natural product. I found that the majority of students in a week of intensive training, you can adapt to the language
Platform: | Size: 254976 | Author: 我是谁 | Hits:

[Special EffectsWC_Frame-D

Description: 背景差異法(Frame Diference) 此方法是以前景與背景的畫面不同,依據視訊擷取的背景資料 去取得較穩定可信任的資訊,去計算前景與固定背景的像素差異情形,以整合畫素為基礎(pixel-based)與高階區域為基礎(region-based)的資訊,管理 一些視訊並允許其背景資料 的突然改變,這個混合模式嵌入了貝氏機率理 論並允許多個物件的追蹤,有些學者提出以背景差異(background subtraction)模式為基礎去探索移動物件的陰影消除,此方法採用線上初始化(on-line initialization)演算法快速地訓練出正確的背景資訊,他們強調如何有效率並正確的建立背景資訊,以防止判斷錯誤所造成的誤差,這些研究在也同樣強調如何盡快而可靠的找出未覆蓋的背景(uncovered background)資訊。 -Background difference method (Frame Diference) This method is based on foreground and background of different scenes, based on video capture background information to obtain more stable trusted information, to calculate the prospects for fixed-pixel differences in background, in order to integrate painting Su-based (pixel-based) and high-end basic region (region-based) information
Platform: | Size: 8192 | Author: CarinaLeng | Hits:

[VC/MFCC

Description: C程式設計語言基礎 適合正在學習C語言的人-C programming language is the basis for learning C language
Platform: | Size: 157696 | Author: iceryu01 | Hits:

[Graph RecognizeDGScreenSpy_0.1.1b

Description: 這個基本是實用版本了,學習、工作兩用。 此為 v0.1.1 的基礎上改進的第一個版本v0.1.1a v0.1.1采用 固定分塊 + 隔行掃描 v0.1.1a采用 動態分塊 + 隔行掃描 v0.1.1b 修正了低網速黑屏的BUG; 修正了BCB版閃爍的BUG; 修改了點算法。-This is basically a version of the utility, study, work dual-use. V0.1.1 This is the basis of the first version to improve the use of fixed-v0.1.1av0.1.1 Block+ Deinterlacing v0.1.1a dynamic sub-block+ Deinterlacing amended v0.1.1b low speed black The BUG amended version BCB flashing BUG revised the point algorithm.
Platform: | Size: 964608 | Author: sweet | Hits:

[Windows Developeffective_C++

Description: 這本書是多年來我對專業程式員所做的C++ 教學課程下的一個自然產物。我發現,大部份學生在一個星期的密集訓練之後,即可適應這個語言的基本架構,但要他們「將這些基礎架構以有效的方式組合運用」,我實在不感樂觀。於是我開始嘗試組織出一些簡短、明確、容易記憶的準則,做為C++ 高實效性程式開發過程之用。那都是經驗豐富的C++ 程式員幾乎總是會奉行或幾乎肯定要避免的一些事情。 -This book is many years of professional programmers, I do C++ Teaching courses under a natural product. I found that the majority of students in a week of intensive training, you can adapt to the language
Platform: | Size: 254976 | Author: 何山 | Hits:

[Embeded LinuxAsixos

Description: 最近在國外網站抓到的作業系統 以Arm為基礎去開發的-Web site has recently caught abroad by the operating system to Arm-based development
Platform: | Size: 166912 | Author: shihong | Hits:

[OpenGL program3D_Game_Programming_Basic

Description: 《3D遊戲程式設計/基礎篇》(3D Game Programming/ Basic)書的光碟盤,介紹基本OpenGL架構和各種3D遊戲的聲音影像模擬-err
Platform: | Size: 2930688 | Author: claire | Hits:

[Windows DevelopLexicalAnalyzer

Description: 詞法分析程序,實現編譯程序的詞法分析部分,是語法分析語義分析的基礎.-Lexical analysis procedures, to achieve compiler lexical analysis, syntax analysis is the basis of semantic analysis.
Platform: | Size: 81920 | Author: cat | Hits:

[ELanguageplo

Description: plo 源碼 在基礎上增加了 switch:case语句 和 while語句 輸入文件為Pascl-plo-source based on an increase in the switch: case statements and while statements input file for Pascl
Platform: | Size: 229376 | Author: james | Hits:

[OS Develop003

Description: 針對於滑動模式控制應用於系統控制的基礎,可以快速上手,有詳細註解可以方便大家使用!-For in the sliding mode control system control applied to the base, can quickly get started, there are detailed notes you can easily use!
Platform: | Size: 1024 | Author: bowen | Hits:

[AI-NN-PRSOM

Description: 自組織映射網路(SOM) ,一種以競爭架構為學習基礎的類神經網路模式 SOM網路是模仿腦神經細胞『物以類聚』的特性 -Network self-organizing map (SOM), a competitive framework for the learning-based neural network model of SOM network is based on nerve cells 』『物以类聚characteristics
Platform: | Size: 243712 | Author: linli | Hits:

[BooksASP.NET_design

Description: ASPNET程式設計基礎篇,給有心學習ASPNET的朋友們-ASPNET programming based on articles, to want to learn ASPNET friends
Platform: | Size: 4856832 | Author: chung | Hits:

[BooksIPFundamentals

Description: 影象處理的基礎文件 看了可以建立及強化已向處理的概念 -The basis of image-processing documents can be read to establish and strengthen the concept has to deal with
Platform: | Size: 731136 | Author: ro | Hits:

[matlabmatlab_basic_tutorial

Description: matlab基礎教程,適合剛接觸matlab的人(繁中)-matlab basic tutorial, suitable for those who use matlab (troditional chinese)
Platform: | Size: 537600 | Author: mitice yang | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net