代码搜索:simplifies
找到约 147 项符合「simplifies」的源代码
代码结果 147
www.eeworm.com/read/170572/5403472
java mouseactions.java
/*
* MouseActions.java - Simplifies mouse handling
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 2003 Slava Pestov
*
* This program is free soft
www.eeworm.com/read/334125/3373278
idl dcerpc.idl
#include "idl_types.h"
/*
the base dcerpc packet definitions - not traditionally coded as IDL,
but given that pidl can handle it nicely it simplifies things a lot
to do it this way
see http:
www.eeworm.com/read/274764/4182571
java mouseactions.java
/*
* MouseActions.java - Simplifies mouse handling
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 2003 Slava Pestov
*
* This program is free soft
www.eeworm.com/read/429841/1945011
java stringconvert.java
package jodd.util;
/**
* Converts Strings to various primitives. Strings are used very often for
* holding numbers. This class simplifies converting strings to numbers,
* without need of exce
www.eeworm.com/read/358237/2998669
xtp resin-embedding.xtp
Embedding Resin
Resin's embedding API lets developers embed Resin as the web interface
for an existing application, simplifies unit testing, and im
www.eeworm.com/read/125931/14454702
pdb2syb
#!/bin/sh
# this script simplifies the interface to E.Meng's idtosyb program,
# designed to make better approximations to connectivity and atom
# typing than SYBYL, which does an atrocious job
#
idt
www.eeworm.com/read/117953/14893808
java sort.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Simplifies Example 8.16.
* The user can choose random data or input values
www.eeworm.com/read/162614/5529441
c unsigned-long-compare.c
/* Copyright (C) 2006 Free Software Foundation, Inc. */
/* Contributed by Carlos O'Donell on 2006-01-30 */
/* Test a division corner case where the expression simplifies
to a comparison, and the o
www.eeworm.com/read/366702/2881577
c unsigned-long-compare.c
/* Copyright (C) 2006 Free Software Foundation, Inc. */
/* Contributed by Carlos O'Donell on 2006-01-30 */
/* Test a division corner case where the expression simplifies
to a comparison, and the o
www.eeworm.com/read/176164/9513644
h term.h
/* vi: set sw=4 ts=4:
*
* term.h
*
* Simple terminal management library. Wraps termios(3), and
* simplifies the logistics required for the reliable management and
* control of terminals.
*
* P