代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/249070/12523693
txt c02p104.txt
// Self-Test 1
double product(const double anArray[], int n)
// Precondition: 1
www.eeworm.com/read/147662/12540900
cdb g723_5410.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/335210/12545567
txt readme.txt
=====================================================================
Hpmbcalc(R) Version 4.21
=====================================================================
Hpmbcalc
www.eeworm.com/read/146493/12642439
frm cfgsfx.frm
VERSION 5.00
Begin VB.Form frmConfigSFX
BorderStyle = 3 'Fixed Dialog
Caption = "Self-Extractor Options"
ClientHeight = 4590
ClientLeft = 9060
Client
www.eeworm.com/read/334045/12645965
cdb seedsobeledgeloop2.cdb
//!
//# c64xx.cdb 5.23.14
object CACHE_L2 :: MEM {
param iComment :: "Do not delete, in use by cache"
param iIsUsed :: 0
param iId :: 0
param iDelUser :: "USER"
param iDelMsg ::
www.eeworm.com/read/133678/14030111
~pas uscomm.~pas
unit USComm;
interface
uses
Windows,SysUtils,Forms,USControl;
type
TSComm = Class(TSerialControl)
published
function SComInit:Longbool;
procedure SetParity;
procedure
www.eeworm.com/read/133678/14030125
pas uscomm.pas
unit USComm;
interface
uses
Windows,SysUtils,Forms,USControl;
type
TSComm = Class(TSerialControl)
published
function SComInit:Longbool;
procedure SetParity;
procedure
www.eeworm.com/read/132665/14081048
py xstc.py
#!/usr/bin/env python
#
# This is the MS subset of the W3C test suite for XML Schemas.
# This file is generated from the MS W3c test suite description file.
#
import sys, os
import exception
www.eeworm.com/read/132665/14081248
py thread2.py
#!/usr/bin/python -u
import string, sys, time
import thread
from threading import Thread, Lock
import libxml2
THREADS_COUNT = 15
failed = 0
class ErrorHandler:
def __init__(self):
sel
www.eeworm.com/read/203067/15365824
sfmakedepend
#!/usr/bin/perl -w
#
# Fortran 90/77 dependency checker, 2002 version.
#
# $Id: sfmakedepend,v 1.1 2005/06/21 23:14:23 volov Exp $
#
# use 5.6.0;
use strict;
use File::Basename;
use Getopt::Long;
use