代码搜索结果
找到约 10,000 项符合
G 的代码
res.g17.txt
Graph graphs/data/g17.dat read from file
Vertices: 100 Edges: 742
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 240 foun
res.g13.txt
Graph graphs/data/g13.dat read from file
Vertices: 50 Edges: 367
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 136 found
res.g16.txt
Graph graphs/data/g16.dat read from file
Vertices: 100 Edges: 451
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 205 foun
res.g14.txt
Graph graphs/data/g14.dat read from file
Vertices: 50 Edges: 491
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 142 found
res.g10.txt
Graph graphs/data/g10.dat read from file
Vertices: 25 Edges: 71
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 69 foundTe
res.g7.txt
Graph graphs/data/g7.dat read from file
Vertices: 10 Edges: 34
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 24 foundTem
res.g11.txt
Graph graphs/data/g11.dat read from file
Vertices: 25 Edges: 72
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 69 foundTe
trace.g.18.txt
0.3 0
0.2997 170
0.2994 179
0.299101 189
0.298802 183
0.298503 192
0.298204 189
0.297906 185
0.297608 189
0.297311 192
0.297013 195
0.296716 202
0.29642 201
0.296123 194
0.
res.g.18.txt
Graph graphs/data/g18.dat read from file
Vertices: 100 Edges: 922
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0Trace file: trace
pulse_width_g.v
/** 计算脉冲宽度 **/
module PULSE_WIDTH_G (CLK, CLKX, RST, WIDTH);
input CLK, CLKX, RST;
output [16:0] WIDTH;
reg [16:0] WIDTH;
reg [16:0] OUT;
reg