代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/453490/6311037
v sdr_data_path.v
module sdr_data_path(
CLK,
RESET_N,
DATAIN,
DM,
DQOUT,
DQM
);
`include "Sdram_Params.h"
input CLK;
www.eeworm.com/read/267835/6341025
h path_delay2.h
/*********** Types and defines used by all path_delay modules ****************/
typedef struct {int to_node; float Tdel;} t_tedge;
/* to_node: index of node at the sink end of this edge.
www.eeworm.com/read/267835/6341026
c path_delay2.c
#include "util.h"
#include "vpr_types.h"
#include "globals.h"
#include "path_delay2.h"
/************* Variables (globals) shared by all path_delay modules **********/
t_tnode *tnode;
www.eeworm.com/read/487822/6500725
v sdr_data_path.v
module sdr_data_path(
CLK,
RESET_N,
DATAIN,
DM,
DQOUT,
DQM
);
`include "Sdram_Params.h"
input CLK;
www.eeworm.com/read/487822/6500727
bsf sdr_data_path.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/408752/11370591
bas chk_path_id.bas
Attribute VB_Name = "CHK_Path_ID"
'SHGetFolderPath originally from MSDN Knowledge Base
Option Explicit
'On top declare
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal
www.eeworm.com/read/348290/11602813
m path2adj.m
%
% path2adj(Path)
% function to convert between path and adjacency representation for TSP
% Path and Adj are row vectors
%
function Adj = path2adj(Path);
Adj=zeros(size(Path));
for t=1:size(Path,
www.eeworm.com/read/348290/11602832
m adj2path.m
%
% adj2path(Adj)
% function to convert between adjacency and path representation for TSP
% Adj, Path are row vectosr
%
function Path = adj2path(Adj);
walking_index=1;
Path=zeros(size(Adj));
Path
www.eeworm.com/read/346429/11746366
v sdr_data_path.v
module sdr_data_path(
CLK,
RESET_N,
DATAIN,
DM,
DQOUT,
DQM
);
`include "Sdram_Params.h"
input CLK;