代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/370182/9612511
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/368624/9682944
cpp dashuxiangjia.cpp
#include
#include
void main()
{
//需要倒着相加才行呀;
cout
www.eeworm.com/read/368369/9699755
cpp main.cpp
/*************************************************
**主函数实现
*************************************************/
#include "rope.h"
int main()
{
int n,m,a,b; //n为图的节点数,m为绳子数,a与b共同确定每一个结点在图中
www.eeworm.com/read/270093/11048864
cpp 装载问题递归算法.cpp
// 装载问题递归算法
#include
#include
const int n=5; //集装箱数
template
class Loading
{
friend MaxLoading(Type [], Type, Type, int []);
private:
void Backtra
www.eeworm.com/read/269043/11110602
cpp 装载问题递归算法.cpp
// 装载问题递归算法
#include
#include
const int n=5; //集装箱数
template
class Loading
{
friend MaxLoading(Type [], Type, Type, int []);
private:
void Backtra
www.eeworm.com/read/413501/11153877
lst 并串数据转换.lst
A51 MACRO ASSEMBLER __確数綺譥换 07/28/2008 11:16:33 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN 并串数据转换.OBJ
ASSEMBLER INVOKE
www.eeworm.com/read/412487/11197820
h tool.h
#ifndef TOOL_H
#define TOOL_H
#if _MSC_VER > 1000
#pragma once
#endif
#include "inc.h"
//宏
//随机数生成
#define GetRandom( min, max ) ((rand() % (int)(((max) + 1) - (min))) + (min))
//