代码搜索:Identify

找到约 1,886 项符合「Identify」的源代码

代码结果 1,886
www.eeworm.com/read/257594/11919885

c ide.c

/************************************************************************ * * ide.c * * The 'IDE' module implements the IDE driver * interface to be used via 'IO' device driver se
www.eeworm.com/read/149574/12365125

h ide.h

#ifndef __IDE_H #define __IDE_H #ifndef ZERO #define ZERO 0 #endif /***************************************************************************************/ /** 驱动参数配置 */
www.eeworm.com/read/284083/8967042

h disk.h

#include "stdafx.h" //下面为IDE硬盘用的定义或结构 #define IDENTIFY_BUFFER_SIZE 512 #define IDE_ATAPI_IDENTIFY 0xA1 // Returns ID sector for ATAPI. #define IDE_ATA_IDENTIFY 0xEC // Returns ID sec
www.eeworm.com/read/469727/6925823

m aloha2.m

clear; disp(' ★ ★ ★ ★ ★ ★ ★ALOAH算法模拟实现 ★ ★ ★ ★ ★ ★ ★ '); disp(' ★ created: 2009/04/17 ★ '); disp(' ★ filename: aloha2.h ★ '); d
www.eeworm.com/read/307616/13719069

h ourconstants.h

// Definitions for our constants #pragma once // Arbitrary constants to identify record views const unsigned int PRODUCT_VIEW = 1; const unsigned int ORDER_VIEW = 2; const unsigned int CUSTOM
www.eeworm.com/read/305575/13765564

m imat.m

function[x]=imat(N) %IMAT 2-D identify matrix. % % I=IMAT returns the identify matrix % % D=[1 0; % 0 1] % % such that I*X equals X. % % I=IMAT(N) returns a 3-D array of N copie
www.eeworm.com/read/340916/12123709

h ourconstants.h

// Definitions for our constants #pragma once // Arbitrary constants to identify record views const unsigned int PRODUCT_VIEW = 1; const unsigned int ORDER_VIEW = 2; const unsigned int CUSTOM
www.eeworm.com/read/128868/14275348

h cmd.h

/* * file: cmd.h * func: Identify the commend line optional. */ #if _MSC_VER >1200 /* msvc6 or later */ #pragma once #endif #ifndef __CMD_H_ #define __CMD_H_ #include #
www.eeworm.com/read/228533/14380258

c matortho.c

/* Matrix Orthogonalization Eric Raible from "Graphics Gems", Academic Press, 1990 */ /* * Reorthogonalize matrix R - that is find an orthogonal matrix that is * "close" to R by computing an appro
www.eeworm.com/read/270032/11050892

c matrixortho.c

/* Matrix Orthogonalization Eric Raible from "Graphics Gems", Academic Press, 1990 */ /* * Reorthogonalize matrix R - that is find an orthogonal matrix that is * "close" to R by computing an appro