MenuetOS是一個用匯編開發的32/64位PC操作系統,源代碼分3部分: 2)Kernel sources::K084.ZIP
上傳時間: 2015-09-25
上傳用戶:woshiayin
penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research and Education ( BMBF), and will serve as geometry kernel upon which the so-called high level primitives (e.g. subdivision surfaces or progressive meshes) of OpenSGPlus are built. It was designed with the following goals in mind : Flexibility : provide a basis for many different algorithms without the need for adaptation. Efficiency : maximize time efficiency while keeping memory usage as low as possible. Ease of use : wrap complex internal structure in an easy-to-use interface.
標簽: manipulating representing and efficient
上傳時間: 2015-10-14
上傳用戶:米卡
支撐矢量機 class CvSVM : public CvStatModel //繼承自基類CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分類器,SVR是SVM回歸 // SVM kernel type
標簽: CvStatModel public class CvSVM
上傳時間: 2014-08-19
上傳用戶:妄想演繹師
內核啟動進程,是使用文件過濾驅動開發的 Kernel exec proc
上傳時間: 2014-01-16
上傳用戶:zwei41
自從微軟推出16位的Windows操作系統起,此后每種版本的Windows操作系統都非常依賴于動態鏈接庫(DLL)中的函數和數據,實際上Windows操作系統中幾乎所有的內容都由DLL以一種或另外一種形式代表著,例如顯示的字體和圖標存儲在GDI DLL中、顯示Windows桌面和處理用戶的輸入所需要的代碼被存儲在一個User DLL中、Windows編程所需要的大量的API函數也被包含在Kernel DLL中。
上傳時間: 2013-12-14
上傳用戶:zhuimenghuadie
This book is intended for embedded system programmers, consultants and students interested in real-time operating systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products (see Appendix F, Licensing). Instead of writing your own kernel, you should consider μC/OS-II. You will find, as I did, that writing a kernel is not as easy as it first looks.
標簽: consultants programmers interested intended
上傳時間: 2015-11-06
上傳用戶:l254587896
利用VB開發通信程序主要的方法有兩種,一是利用VB本身提供的控件(CONTRALS),另一種方法是利用WINDOWS API應用程序接口,WINDOWS API 主要提供了三個動態連接庫KERNEL.EXE、USER.EXE、GDI.EXE供開發人員調用
標簽: 通信程序
上傳時間: 2015-11-09
上傳用戶:qazxsw
cryptoboot is set of tools for disk encryption on Unix. It is especially suited to encrypt root partition, so _everything_ (except kernel and cryptoboot inself) is encrypted.
標簽: cryptoboot encryption especially encrypt
上傳時間: 2015-11-14
上傳用戶:evil
三星原廠的CE5.0bsp,包括eboot,nboot,kernel,driver。實現了kitl,directdraw驅動 eboot有usb下載功能
上傳時間: 2014-01-14
上傳用戶:dengzb84
HHARM2410: 1. 從ftp://ftp.arm.linux.org.uk上下載linux內核,由于項目原因,先后跑了2.6.11,2.6.13和2.6.15,試了一下ftp.kernel.org上下載的2.6.16,沒跑起來,打住。 2. 編輯linux-2.6.15/Makefile, ARCH ?= $(SUBARCH) CROSS_COMPILE?= 改為 ARCH ?= arm CROSS_COMPILE?= arm-unknown-linux-gnu- 我用的編譯器是4.0.1版本的,一般的3.x的應該都沒問題
上傳時間: 2014-09-03
上傳用戶:lo25643