代码搜索:Identify

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

代码结果 1,886
www.eeworm.com/read/170898/9780790

txt readme.txt

2004-8-2 modify howell st5008 protocol add "address identify" function
www.eeworm.com/read/285615/8827799

h stdcomp.h

/* * $Log: P:/user/amir/lite/vcs/stdcomp.h_v $ Rev 1.1 08 Jan 1998 16:40:00 Hdei Added i28f008BajaIdentify routine for hkbaja47. Rev 1.1 18 Aug 1997 15:49:00 danig
www.eeworm.com/read/283737/8992357

c main_cf.c

/* ********************************************************* * Copyright (c) * All rights reserved. * * 文件名称:main_CF.c * 文件标识:程序实现体 * 摘 要:本文件是对compactFlash的测试 * * 当前版本:1.0
www.eeworm.com/read/277839/10600552

cmd _impact.cmd

setPreference -pref UserLevel:NOVICE setPreference -pref MessageLevel:DETAILED setPreference -pref ConcurrentMode:FALSE setPreference -pref UseHighz:FALSE setPreference -pref ConfigOnFailure:STOP
www.eeworm.com/read/465685/7051766

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Identify_SIMD.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "st
www.eeworm.com/read/144074/12819317

cpp prg12_2.cpp

#include #include #pragma hdrstop #include "animal.h" void main(void) { Animal A("reptile"), *p; Cat C("domestic", "warm blooded"); Tiger T("bengal", "w
www.eeworm.com/read/144074/12819417

h animal.h

#ifndef ANIMAL_CLASSES #define ANIMAL_CLASSES class Animal { private: char animalName[20]; public: Animal(char nma[]) { strcpy(animalName,nma); }
www.eeworm.com/read/327244/13091286

php direct.php

www.eeworm.com/read/240686/13204741

cpp prg12_2.cpp

#include #include #pragma hdrstop #include "animal.h" void main(void) { Animal A("reptile"), *p; Cat C("domestic", "warm blooded"); Tiger T("bengal", "w
www.eeworm.com/read/240686/13204905

h animal.h

#ifndef ANIMAL_CLASSES #define ANIMAL_CLASSES class Animal { private: char animalName[20]; public: Animal(char nma[]) { strcpy(animalName,nma); }