代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/110478/15533012
cpp jump.cpp
//回溯法
//跳马问题
#include
#include
#include
#define ROW 4
#define LINE 8
#define NUM ROW*LINE
//结点结构
struct{
int index; //方向的索引
int step; //行到的步数
www.eeworm.com/read/391154/8418303
java textpanel.java
/* TextPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This class
www.eeworm.com/read/391154/8418331
java transformpanel.java
/* TransformPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This
www.eeworm.com/read/391152/8418440
java textpanel.java
/* TextPanel class */
import java.util.StringTokenizer;
import java.awt.*;
import java.io.*;
import java.net.*;
/**
* Text panel to display the source code of the animation algorithm.
* This class
www.eeworm.com/read/191326/8431011
c general.c
// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
// G E N E R A L P U R P O S E F U N C T I O N S
// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
www.eeworm.com/read/289599/8540509
c conf.c
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include
#include
#include "extern.h"
#ifndef LINE_MAX
# define LINE_MAX 2048
#endif
int
display_file (const
www.eeworm.com/read/431723/8658519
bsf data_scanc.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/431224/8694719
m add.m
function a = add(a,data)
global Line Bus
a.n = a.n + length(data(1,:));
a.con = [a.con; data];
a.line = [a.line; a.con(:,1)];
a.bus1 = [a.bus1; Line.fr(a.line)];
a.bus2 = [a.bus2; Line.to(a.line)];
www.eeworm.com/read/431224/8695311
m add.m
function a = add(a,data)
global Line Bus
a.n = a.n + length(data(1,:));
a.con = [a.con; data];
a.line = [a.line; a.con(:,1)];
a.bus1 = [a.bus1; Line.fr(a.line)];
a.bus2 = [a.bus2; Line.to(a.line)];
www.eeworm.com/read/431224/8697532
m intervention.m
function a = intervention(a,t)
if ~a.n, return, end
% do not repeat computations if the simulation is stucking
if a.time ~= t
a.time = t;
else
return
end
global Line Bus
% Toggle Breaker Statu