代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/316733/13518279
java decidewinner.java
//挖雷成功DecideWinner
public class DecideWinner
{
public boolean 判断是否成功(int 雷数,Block block[][],int rows,int cols)
{
boolean b=true;
int number=0;
for(int i=1;i
www.eeworm.com/read/316489/13522108
java findsafearea.java
import java.awt.Point;
import java.util.Vector;
public class FindSafeArea
{
public FindSafeArea()
{
}
public Vector 确定无雷连通区(int i,int j,Block block[][],int 行数, int 列数)
{
Vec
www.eeworm.com/read/308190/13706253
cpp ship.cpp
#include "iostream.h"
#include "fstream.h"
template
class Loading {
friend Type MaxLoading(Type[],Type,int,int[]);
private:
int n; //集装箱数
int *x; //当前解
int *bestx; //当前
www.eeworm.com/read/300994/13872931
java findsafearea.java
import java.awt.Point;
import java.util.Vector;
public class FindSafeArea
{
public FindSafeArea()
{
}
public Vector 确定无雷连通区(int i,int j,Block block[][],int 行数, int 列数)
{
Vec
www.eeworm.com/read/148741/5708954
java tableitem.java
package itemex;
import javax.microedition.lcdui.*;
public class TableItem extends CustomItem
{
private int rows, cols;//保存表格内行列数
private int dx, dy;//保存单元格大小
private int currentX ,
www.eeworm.com/read/147091/5733512
sql cursor.sql
use pubs
go
declare cur_title cursor FAST_FORWARD --keyset,dynamic ,static
for
select * from titles
open cur_title
if @@error =0
begin
print '游标打开成功!'
print '记录数:'+convert(varchar,@@
www.eeworm.com/read/143998/5753646
java tableitem.java
package itemex;
import javax.microedition.lcdui.*;
public class TableItem extends CustomItem
{
private int rows, cols;//保存表格内行列数
private int dx, dy;//保存单元格大小
private int currentX ,
www.eeworm.com/read/143026/5759989
h synth.h
# ifndef LIBMAD_SYNTH_H
# define LIBMAD_SYNTH_H
# include "fixed.h"
# include "frame.h"
struct mad_pcm {
unsigned int samplerate; /* 取样率 (Hz) */
unsigned short channels; /* 声道数 */
www.eeworm.com/read/137953/5818031
java dboperator.java
package com.ntsky.note;
import java.sql.*;
/**
* 此处插入类型描述。
* 创建日期:(2003-8-10 9:08:53)
* @author:Administrator
*/
public abstract class DBOperator {
public abstract void Close();//关闭数