代码搜索:DOMINO

找到约 233 项符合「DOMINO」的源代码

代码结果 233
www.eeworm.com/read/325486/13201065

java fielddomino.java

// Introduced in Chapter 2 /** A domino. */ public class FieldDomino implements Domino { /** The number on the left end of the Domino. */ private int left; /** The number on the right end of t
www.eeworm.com/read/486654/6524896

cpp 1236.cpp

/* This Code is Submitted by wywcgs for Problem 1236 on 2006-03-08 at 10:45:42 */ #include #include using namespace std; const int MAX = 512; const int INF = 1
www.eeworm.com/read/481966/6634195

cpp 1236.cpp

/* This Code is Submitted by wywcgs for Problem 1236 on 2006-03-08 at 10:45:42 */ #include #include using namespace std; const int MAX = 512; const int INF = 1
www.eeworm.com/read/338439/12307335

txt 1141.txt

<mark>Domino</mark> Puzzle 题意: 两个骰子组成一对,给定若干对骰子,要求再加若干个骰子使得所有的骰子能够组成一条线,使得首尾数字是相同的,且这样的骰子上的数字的总和应该最小! 解法: 利用深度搜索的分枝定界算法,将骰子对看成一个结点,则由它们的不同顺序能够组成不同的线性组合,从而得到不同的添加骰子的方案,从中找到一种满足条件的最优值即可! ...
www.eeworm.com/read/336198/12464706

c simple.c

/* Simple program to find the data directory using the Lotus C API for Notes/Domino Using main() as the entry point */ /* Include header files that we will need from the C library */ #in
www.eeworm.com/read/473927/6822990

txt 2066.txt

Rule: -- Sid: 2066 -- Summary: file on a Lotus Domino Server. -- Impact: Information disclosure -- Detailed Information: Certain versions of Lotus Domino web servers do not correctly handle reque
www.eeworm.com/read/473927/6824257

txt 2065.txt

Rule: -- Sid: 2065 -- Summary: file on a Lotus Domino Server. -- Impact: Information disclosure -- Detailed Information: Certain versions of Lotus Domino web servers do not correctly handle reque
www.eeworm.com/read/473927/6825711

txt 2064.txt

Rule: -- Sid: 2064 -- Summary: file on a Lotus Domino Server. -- Impact: Information disclosure -- Detailed Information: Certain versions of Lotus Domino web servers do not correctly handle reque
www.eeworm.com/read/182945/9183193

txt java连接lotus的代码.txt

//需要把lotus里的notes.jar,ncso.jar放入classpath ** * Title: 图形化设计 * Description: * Copyright: Copyright (c) 2004 * Company: * @author zhongweihai newwei2001@yahoo
www.eeworm.com/read/178045/9422319

txt java连接lotus的代码.txt

//需要把lotus里的notes.jar,ncso.jar放入classpath ** * Title: 图形化设计 * Description: * Copyright: Copyright (c) 2004 * Company: * @author zhongweihai newwei2001@yahoo