代码搜索:Developed
找到约 10,000 项符合「Developed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5529173
c darwin-ld-5.c
/* Test Darwin linker option -dynamic. */
/* Developed by Devang Patel . */
/* { dg-options "-dynamic" } */
/* { dg-do link { target *-*-darwin* } } */
int main()
{
return 0;
}
www.eeworm.com/read/162614/5529961
c darwin-ld-6.c
/* Test Darwin linker option -nofixprebinding. */
/* Developed by Devang Patel . */
/* { dg-options "-nofixprebinding" } */
/* { dg-do link { target *-*-darwin* } } */
int main()
www.eeworm.com/read/162614/5529987
c darwin-ld-4.c
/* Test Darwin linker option -bundle. */
/* Developed by Devang Patel . */
/* { dg-options "-bundle" } */
/* { dg-do link { target powerpc-*-darwin* } } */
int main()
{
return
www.eeworm.com/read/194767/8186674
m hsquasher1.m
function y = hsquasher1(x, ymax, ymin, xmax, xmin);
% squasher function developed by Helge Petersohn
% inputs: x, ymax, ymin
[rr cc] = size(x);
if nargin == 3,
xmax = max(x);
xmin = min(x);
www.eeworm.com/read/247646/12638234
h prune.h
/*********************************************************************/
/* LINEAR TREE for Supervised Learning */
/* Versao 1.0 (10/12/1997)
www.eeworm.com/read/333928/12652043
txt readme.txt
This program is used to chat through socket, which was developed by
Zhao Ling, Beijing University of Posts & Tele. You can distribute this
program or modify it.
Any questions please
www.eeworm.com/read/113759/15448946
java fastbytearrayoutputstream.java
// Developed by Kinva Network Inc. 2000
// Source File Name: FastByteArrayOutputStream.java
package com.kinva.util.jdbm;
import java.io.ByteArrayOutputStream;
class FastByteArrayOutput
www.eeworm.com/read/112232/15490791
bak httptunneling.cfg.bak
# HTTP tunneling configuration file
# Application is developed by Alex Turc ( alex_turc@hotmail.com; alex@cs.ubbcluj.ro )
#-------------------------------------------------------------------------
www.eeworm.com/read/112232/15490803
cfg httptunneling.cfg
# HTTP tunneling configuration file
# Application is developed by Alex Turc ( alex_turc@hotmail.com; alex@cs.ubbcluj.ro )
#-------------------------------------------------------------------------
www.eeworm.com/read/174991/9565529
h rca-ll.h
/*************************************************************************
*
* This code was developed as part of the MIT SPIN project. (June, 1999)
*
*********************************************