代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/109099/15563980
cpp cpp01.cpp
// Coded by plusir -- Jan.07.2003.
// Standard C++ Bible -- (P391-13-5)
#include
#include "specialdate.h"
using namespace std ;
int main()
{
for ( ; ; ) {
cout
www.eeworm.com/read/109099/15563989
cpp cpp08.cpp
// Coded by plusir -- Jan.08.2003.
// Standard C++ Bible -- (P431-13-30)
#include
using namespace std ;
class Shape
{
public:
virtual ~Shape( void )
{ cout
www.eeworm.com/read/109099/15564047
cpp cpp10.cpp
// Coded by plusir -- Dec.27.2002.
// Standard C++ Bible -- (P80-3-10a)
#include
using namespace std ;
static const char* brothers[] =
{
"Frederick William",
"Joseph Jensen",
www.eeworm.com/read/109099/15564048
cpp cpp03.cpp
// Coded by plusir -- Dec.27.2002.
// Standard C++ Bible -- (P66-3-3)
#include
using namespace std ;
int widthInInches( void ) ;
int main()
{
int wd = widthInInches() ;
www.eeworm.com/read/109099/15564049
cpp cpp02.cpp
// Coded by plusir -- Dc.27.2002.
// Standard C++ Bible -- (P64-3-2)
#include
using namespace std ;
void decideWhen( void ) ;
int main()
{
decideWhen() ;
return 0 ;
}
www.eeworm.com/read/109099/15564065
cpp cpp21.cpp
// Coded by plusir -- Dec.27.2002.
// Standard C++ Bible -- (P142-5-21)
#include
using namespace std ;
struct Employee
{
int emplno ;
double wage ;
} ;
Employee emps[] =
www.eeworm.com/read/109099/15564067
cpp cpp08a.cpp
// Coded by plusir -- Dec.27.2002.
// Standard C++ Bible -- (P122-5-8a)
#include
using namespace std ;
void accumulateAmount( void ) ;
int main()
{
extern double amount ;
www.eeworm.com/read/109099/15564071
cpp cpp09.cpp
// Coded by plusir -- Dec.27.2002.
// Standard C++ Bible -- (P124-5-9)
#include
using namespace std ;
int main()
{
register unsigned short int counter ;
for ( counter =
www.eeworm.com/read/189063/8491818
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
function [sub
www.eeworm.com/read/289333/8558817
s debugexceptionvectorhandler.s
/*
* DebugExceptionVectorHandler.S -- Debug Exception Handler
*/
/* $Id $ */
/*
* Customer ID=4654; Build=0x116b0; Copyright (c) 2004 by Tensilica Inc. ALL RIGHTS RESERVED.
* These coded in