代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/462984/1540387
test1010
FTP
PASV
LIST
#
# Server-side
# When doing LIST, we get the default list output hard-coded in the test
# FTP server
total 20
drwxr-
www.eeworm.com/read/244785/4510011
convs mime.convs
#
# "$Id: mime.convs,v 1.20 2004/02/25 20:14:51 mike Exp $"
#
# MIME converts file for the Common UNIX Printing System (CUPS).
#
# Copyright 1997-2004 by Easy Software Products.
#
# These coded
www.eeworm.com/read/230662/4720098
java mersennetwister.java
package tiled.util;
import java.util.Random;
/**
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize t
www.eeworm.com/read/373412/2762108
cpp pluginex.cpp
// PluginEx.cpp : Defines the entry point for the DLL application.
// Coded by NEOx
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include
www.eeworm.com/read/373411/2762151
cpp pluginex.cpp
// PluginEx.cpp : Defines the entry point for the DLL application.
// Coded by NEOx
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include
www.eeworm.com/read/202680/15375893
m crypto.m
function y = crypto(x)
% CRYPTO Cryptography example.
% y = crypto(x) converts an ASCII text string into another, coded string.
% The function is its own inverse, so crypto(crypto(x)) gives x back.
%
www.eeworm.com/read/109099/15563758
cpp cpp32.cpp
// Coded by plusir -- Jan.05.2003.
// Standard C++ Bible -- (P346-11-32)
#include
using namespace std ;
class Date
{
public:
Date( int d, int m, int y )
{
day = d ;
www.eeworm.com/read/109099/15563763
cpp cpp11.cpp
// Coded by plusir -- Dec.30.2002.
// Standard C++ Bible -- (P297-11-11)
#include
using namespace std ;
class Date
{
public:
Date( int m, int d, int y )
{
mo = m ;
www.eeworm.com/read/109099/15563769
cpp cpp04.cpp
// Coded by plusir -- Dec.30.2002.
// Standard C++ Bible -- (P280-11-4)
#include
using namespace std ;
class Box
{
public:
Box( void ) { }
Box( int h, int w, int d )
{
www.eeworm.com/read/109099/15563770
cpp cpp10.cpp
// Coded by plusir -- Dec.30.2002.
// Standard C++ Bible -- (P295-11-10)
#include
using namespace std ;
class Date
{
public:
Date( int m, int d, int y )
{
mo = m ;