代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/331135/3416408
c dirac.c
/*****************************************************************************
* dirac.c: Dirac decoder/encoder module making use of libdirac.
* (http://www.bbc.co.uk/rd/projects/dirac/inde
www.eeworm.com/read/273662/4201576
readme mirror_dir_through_svn.readme
Introduction
============
This CGI script mirrors a source directory to a target directory using
a Subversion repository as an intermediary. It's written as a CGI
script so that remote users making
www.eeworm.com/read/273660/4202653
readme mirror_dir_through_svn.readme
Introduction
============
This CGI script mirrors a source directory to a target directory using
a Subversion repository as an intermediary. It's written as a CGI
script so that remote users making
www.eeworm.com/read/432926/1886297
pde circlecollision.pde
/**
* Circle Collision with Swapping Velocities
* by Ira Greenberg.
*
* Based on Keith Peter's Solution in
* Foundation Actionscript Animation: Making Things Move!
*/
Ball[] balls = {
new
www.eeworm.com/read/427741/1966678
java runnabledemo.java
public class RunnableDemo implements Runnable
{
String threadName;
public RunnableDemo(String s)
{
System.out.println(" Making thread:" + s);
threadName=s;
}
pub
www.eeworm.com/read/375736/2721082
h parser.h
/* File: parser.h - Defines which apply to the QBI Parser */
/* NOTE: !!!see PARSER.INC for comments!!! */
/* NOTE: When making changes to this file, be su
www.eeworm.com/read/366180/2892774
h tspi.h
// The Telephony API is jointly copyrighted by Intel and Microsoft. You are
// granted a royalty free worldwide, unlimited license to make copies, and use
// the API/SPI for making applica
www.eeworm.com/read/366180/2892780
h tapi.h
// The Telephony API is jointly copyrighted by Intel and Microsoft. You are
// granted a royalty free worldwide, unlimited license to make copies, and use
// the API/SPI for making applica
www.eeworm.com/read/361261/2948122
c dirac.c
/*****************************************************************************
* dirac.c: Dirac decoder/encoder module making use of libdirac.
* (http://www.bbc.co.uk/rd/projects/dirac/inde
www.eeworm.com/read/358236/2999096
java runnabledemo.java
public class RunnableDemo implements Runnable
{
String threadName;
public RunnableDemo(String s)
{
System.out.println(" Making thread:" + s);
threadName=s;
}
pub