代码搜索:self

找到约 10,000 项符合「self」的源代码

代码结果 10,000
www.eeworm.com/read/360615/10084265

cpp dlltest.cpp

#ifndef CRYPTOPP_DLL_ONLY #define CRYPTOPP_DEFAULT_NO_DLL #endif #include "dll.h" #include USING_NAMESPACE(CryptoPP) USING_NAMESPACE(std) void FIPS140_SampleApplication() {
www.eeworm.com/read/360401/10097893

cpp eqtapnumeric.cpp

// eQTapNumeric.cpp: implementation of the CeQTapNumeric class. // ////////////////////////////////////////////////////////////////////// #include "eQTapNumeric.h" #include "FepControl.h" ///
www.eeworm.com/read/164564/10103100

txt linux0.01键盘驱动源代码c语言实现.txt

linux0.01键盘驱动源代码C语言实现 #define outb(value,port) \__asm__ ("outb %%al,%%dx"::"a" (value),"d" (port)) #define inb(port) ({ \unsigned char _v; \__asm__ volatile ("inb %%dx,%%al":"=a" (_v):"d" (
www.eeworm.com/read/360190/10107179

txt readme.txt

All of the executables in this directory are self-contained: They do not read any input. Note: the 'plain-ptr' program is likely to crash: It attempts to assign to a dangling pointer.
www.eeworm.com/read/360157/10108406

cdb config1.cdb

//! Generic C55xx Base -- only on-chip memory //# c55xx.cdb 4.02.83 object DARAM :: MEM { param iComment :: "" param iIsUsed :: 1 param iId :: 0 param iDelUser ::
www.eeworm.com/read/359577/10135602

cpp dlltest.cpp

#ifndef CRYPTOPP_DLL_ONLY #define CRYPTOPP_DEFAULT_NO_DLL #endif #include "dll.h" #include USING_NAMESPACE(CryptoPP) USING_NAMESPACE(std) void FIPS140_SampleApplication() {
www.eeworm.com/read/163445/10160726

php repair.php

www.eeworm.com/read/163399/10162864

pl a_protocols_irc.pl

##!/usr/bin/perl # # Schpati - Pre-Alpha of AndyChat v3.xx # MODULE: Protocols - IRC # # Started on Thursday, 17th of February, 2000 around 11.15pm # # 21st of July, 2002 # - (1.52am) Added irc__on_e
www.eeworm.com/read/163251/10168556

help kohen_example.help

"kohen_example.cpp" Help File Purpose: Demonstrates the classification of 4 (25x25) bitmap letters through the use of a self-organizing kohen network. Also demonstrates the use of a radius with
www.eeworm.com/read/358185/10194835

gpsprof

#!/usr/bin/env python # # Collect and plot latency-profiling data from a running gpsd. # Requires gnuplot. # import sys, os, time, getopt, tempfile, time, socket, math, copy import gps class Baton: