代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/109099/15564023

cpp cpp20.cpp

// Coded by plusir -- Jan.11.2003. // Standard C++ Bible -- (P626-22-20) #include #include using namespace std ; int main() { multimap myMap1 ; multimap
www.eeworm.com/read/109099/15564027

cpp cpp01.cpp

// Coded by plusir -- Jan.13.2003. // Standard C++ Bible -- (P678-24-1) #include #include using namespace std ; int main() { vector v ; for ( int i = 0; i < 10
www.eeworm.com/read/109099/15564042

cpp cpp06.cpp

// Coded by plusir -- Dec.27.2002. // Stardan C++ Bible -- (P73-3-6) #include using namespace std ; void show( int = 1, float = 2.3, long = 4 ) ; int main() { show() ; sho
www.eeworm.com/read/104815/15682625

c setup.c

/* Copyright (C) 1995 Florian La Roche */ /* Who wants to help coding? I don't like doing this... */ /* You can just start setup as normal user and see how far it is coded right now. This will do
www.eeworm.com/read/432027/8637184

cpp wmcal.cpp

// Caleidoscope for Windows Mobile // coded by dzolee - demeter_z@freemail.hu // http://dzolee.blogspot.com #include "stdafx.h" #include "wmcal.h" #include #include "timer.h" #i
www.eeworm.com/read/386760/8728266

h realcross2.h

/*This is the file used for crossover for Real Coded GA*/ void realcross(population *new_pop_ptr,population *mate_pop_ptr); void realcross(population *new_pop_ptr,population *mate_pop_ptr) { int i
www.eeworm.com/read/428887/8831254

l fibo.l

# 21jan07abu # (c) Software Lab. Alexander Burger # Standard version (slowest) (de fibo (N) (if (< N 2) 1 (+ (fibo (dec N)) (fibo (- N 2))) ) ) # Coded in 'C' (faster) (load "lib/gcc
www.eeworm.com/read/284183/8956493

h realcross2.h

/*This is the file used for crossover for Real Coded GA*/ void realcross(population *new_pop_ptr,population *mate_pop_ptr); void realcross(population *new_pop_ptr,population *mate_pop_ptr) { int i
www.eeworm.com/read/283457/9020391

h realcross2.h

/*This is the file used for crossover for Real Coded GA*/ void realcross(population *new_pop_ptr,population *mate_pop_ptr); void realcross(population *new_pop_ptr,population *mate_pop_ptr) { int i
www.eeworm.com/read/281876/9128099

cpp plwap.cpp

/* This is the PLWAP algorithm program, which demostartes the result described in: C. I. Ezeife and Y. Lu. "Mining Web Log sequential Patterns with Position Coded Pre-Order Linked WAP-tree" in DMKD.