代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/137781/5818112
c gpiointr.c
/* gpiointr.c
This program does the following:
- Creates a GPIO session with error checking
- Installs an interrupt handler and enables EIR interrupts
- Waits for EIR; invokes the han
www.eeworm.com/read/137691/5820899
m disconnect.m
function disconnect(varargin)
%DISCONNECT
%
%this function disconnects the current matlab environment from a phoenix
%source. If the connection does not exist, nothing is done. The
%parameters must
www.eeworm.com/read/137056/5826241
java jsomtraining.java
package fi.javasom.jsom;
/**
* This is JSomTraining class that does the actual ordering of a dataset into a map.
*
* Copyright (C) 2001 Tomi Suuronen
*
* @version 1.0
*
* This progr
www.eeworm.com/read/132069/5919792
test
if (project.build_choices.count('static') > 0):
print "Target testxres is an application and does not build staticly."
SimpleEmptyRules()
else:
CPPSuffixRule()
common_libraries= \
www.eeworm.com/read/131315/5936347
x-m88kdolph
# Green Hills C on Dolphin UNIX System V/88 Release 3.2 Version 3.5/5.60 does
# not provide alloca.
ALLOCA=alloca.o
www.eeworm.com/read/131315/5944167
p pvs1.p
{TEST 6.6.5.4-1, CLASS=CONFORMANCE}
{ This program tests that pack and unpack are
implemented in this compiler as according to the
Standard.
The compiler fails if the program does not compile.
www.eeworm.com/read/127739/6001090
readme
Here are the canonical encoder/decoder algorithms that work with the tables
constructed by the compiler. The compiler itself does not generate code,
it just creates those tables and then copies (link
www.eeworm.com/read/127694/6002876
c tsnprintf.c
/*
* If your system does not provide snprintf(), this program will compile
* but will have an undefined error from the linker.
*
* If you are using the lib/snprintf.c function that is supplied for
www.eeworm.com/read/126074/6018842
clp date.clp
; This is the date function
; for reasons of computational simplicity, the date is represented
; as an integer which represents days since jan 1 1900.
; because CLIPS does not capture the return
www.eeworm.com/read/125532/6027987
java trivialconverter.java
package pl.converter;
/**
* Trivial converter. Does nothing.
*
* @author Artem Rudoy
*/
public class TrivialConverter implements Converter
{
/**
* Init converter.
*/