代码搜索:chain

找到约 10,000 项符合「chain」的源代码

代码结果 10,000
www.eeworm.com/read/291649/8404770

cpp chain.cpp

// Chain.cpp: implementation of the CChain class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Chain.h" #include "iostream.h" ///////
www.eeworm.com/read/291649/8404774

h chain.h

// Chain.h: interface for the CChain class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CHAIN_H__7102C09D_1102_4B00_A96E_E782A5869148__INCLUDED_) #
www.eeworm.com/read/291491/8413801

pas chain.pas

program chain; type tp=array[1..2000] of integer; const in_f='chain.dat';out_f='chain.out'; var f:text; a,b:tp; an,n:longint; procedure init; begin assign(f,in_f); reset(
www.eeworm.com/read/191767/8423541

class chain.class

www.eeworm.com/read/191767/8423562

java chain.java

/** * The interface of the chain * You can use AddChain function to modify the chain dynamically */ public interface Chain { public abstract void addChain(Chain c); public abstract
www.eeworm.com/read/387456/8675542

c chain.c

/*建立一个整数链表*/ #include #include struct chain { int value; struct chain *next; }; struct chain *create() { struct chain *head, *tail, *p; int x; head = tail = NULL
www.eeworm.com/read/286954/8735278

c chain.c

/*建立一个整数链表*/ #include #include struct chain { int value; struct chain *next; }; struct chain *create() { struct chain *head, *tail, *p; int x; head = tail = NULL
www.eeworm.com/read/286323/8771621

sbr chain.sbr

www.eeworm.com/read/286323/8771655

obj chain.obj

www.eeworm.com/read/286323/8771696

cpp chain.cpp

#include "stdafx.h" #include "chain.h" #include #if 0 template Chain::~Chain() { list< _Tp*>::iterator iter; for ( iter = m_list.begin(); iter !=m_list.end(); it