代码搜索:develop
找到约 4,730 项符合「develop」的源代码
代码结果 4,730
www.eeworm.com/read/229403/4756635
in config.in
config BR2_PACKAGE_OPENSSL
bool "openssl"
default n
help
A collaborative effort to develop a robust, commercial-grade, fully
featured, and Open Source toolkit implementing the Secure Sockets
www.eeworm.com/read/196926/5100253
c skyeye_mach_mcf5249.c
/*
skyeye_mach_mcf5249.c - implementation of Coldfire 5249 Processor
Copyright (C) 2003 Skyeye Develop Group
for help please send mail to
www.eeworm.com/read/190666/5172313
t-beos
# There are system headers elsewhere, but these are the ones that
# we are most likely to want to apply any fixes to.
SYSTEM_HEADER_DIR = /boot/develop/headers/posix
CROSS_SYSTEM_HEADER_DIR = $(tooldi
www.eeworm.com/read/189412/5192862
java sitesearchsoaphttpimpl.java
/**
* SiteSearchSoapHttpImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.develop.ss.axis;
public class SiteSearchSoapHttpImpl
www.eeworm.com/read/189412/5192866
java sitesearchservicelocator.java
/**
* SiteSearchServiceLocator.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.develop.ss.axis;
public class SiteSearchServiceLoc
www.eeworm.com/read/189412/5192868
java sitesearchsoaphttpstub.java
/**
* SiteSearchSoapHttpStub.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.develop.ss.axis;
public class SiteSearchSoapHttpStub
www.eeworm.com/read/186404/5232088
sql createdatacleaningtables.sql
/* End of SQL file : \Develop\GRECOOMDSBROWSER\javadev\OMDSBrowserData\src\org\webdocwf\util\numerator\data\NumeratorSQL.sql*/
create table BOOKLINKS
(
BOOKOID DECIMAL(19,0) NOT NULL ,
B
www.eeworm.com/read/164098/5499401
h skyeye2gdb.h
/*
debugger.h - necessary definition for skyeye debugger
Copyright (C) 2003 Skyeye Develop Group
for help please send mail to
This program is fre
www.eeworm.com/read/164098/5499406
h skyeye.h
/*
skyeye.h - necessary definition for skyeye
Copyright (C) 2003 Skyeye Develop Group
for help please send mail to
This program is free software;
www.eeworm.com/read/343231/3223628
cs tcpserver.cs
using System;
using System.Net;
using System.Net.Sockets;
using System.Collections;
namespace TCPServer
{
// This sample illustrates how to develop a simple TCP ECHO server application
/