代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/266529/11221001
cpp construct.cpp
// Problem Construct the maze
// Algorithm backtracking / breadth first search
// Runtime O(n^4) (n is number of grid squares)
// Author Adrian Kuegel
// Date 2006.06.16
#include
www.eeworm.com/read/266529/11221047
java construct.java
import java.io.*;
import java.util.*;
public class construct {
int [][] onPath;
int [] dx;
int [] dy;
int [] wx;
int [] wy;
int [] wx2;
int [] wy2;
int [][] dist;
int [] qx;
int [] qy;
con
www.eeworm.com/read/266529/11221155
out construct.out
1 5
2 5
1 4 2 4
2 4 3 4
1 4 1 6
1 1
1 2
0 0 1 0
0 1 1 1
1 1 1 3
4 1
3 1
0 0 1 0
3 0 3 1
1 1 3 1
5 4
5 3
4 1 4 2
4 2 4 3
4 3 6 3
1 6
2 6
0 0 1 0
1 5 1 6
1 5 2 5
1 1
1 2
0 0 1 0
0 1 1 1
1 1 1 2
3 1
2 1
www.eeworm.com/read/132541/14085028
class construct.class
www.eeworm.com/read/132541/14085034
java construct.java
package examples.rtti;
import java.lang.reflect.*;
/** A class defined to demonstrate the Reflection API
*/
class FirstType {
private String name;
public FirstType( String name )
www.eeworm.com/read/292248/8365618
m construct_sim.m
function sim=construct_sim;
%create an empty structure for simulations.
sim = struct('sampling_rate', 0, ...
'carrier_freq', 0, ...
'symbol_rate', 0, ...
'bandwidth', 0, ...
'pac
www.eeworm.com/read/383944/8909618
cpp construct_matrix.cpp
#include "LDPC_head.h"
#include
node *space(struct matrix_bit *matrix)
{
node *head;
node *p1;
node *p2;
unsigned int i;
unsigned int j;
// unsigned int k;
head=(s
www.eeworm.com/read/379518/9194466
m rule_construct.m
function preclass=rule_construct(rule_b,class_value,cla_p,ppp,b)
preclass=0;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
cla_point_0_0_0=cla_p(8);
cla_point_0_0_1=cla_p(9);