代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/282300/9103189
dat rcvr_par.dat
#
# receiver parameter file
#
mask angle [deg] : 10.0
clock offset [ppm] : 0
interrupt vector : 512
acquisition threshold
www.eeworm.com/read/381044/9113858
vhd mydivider.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity mydivider is
port(divident:in std_logic_vector(3 downto 0);
dividor:in std_logic
www.eeworm.com/read/183326/9168312
adb sample-explanation.adb
------------------------------------------------------------------------------
-- --
-- GNAT ncurses Bind
www.eeworm.com/read/182737/9193583
vhd delayer_synth.vhd
----------------------------------------------------------------------
---- ----
---- delayer_synth.vhd
www.eeworm.com/read/182664/9196937
bak j_thread.java.bak
// ////////////////////////////////////////////////////////
//
// J_Thread.java
//
// Created by Jun-Hai Yong, on XX xx, xxxx (Date)
// //////////////////////////////////////////////////////
www.eeworm.com/read/182664/9196938
java j_thread.java
// ////////////////////////////////////////////////////////
//
// J_Thread.java
//
// ////////////////////////////////////////////////////////
public class J_Thread extends Thread
{
p
www.eeworm.com/read/182531/9200467
c file.c
/*C**************************************************************************
* NAME: file.c
*----------------------------------------------------------------------------
* Copyright (c) 20
www.eeworm.com/read/181930/9224928
txt readme.txt
Example:
编译:mpicc -o closure closure.c -lm
运行:可以使用命令 mpirun –np SIZE closure来运行生成的默认文件closure,其中SIZE是所使用的处理器个数。本实例中使用了4个处理器。
mpirun –np 4 closure
运行结果:
Input the size of matrix:8
Input the matri
www.eeworm.com/read/181930/9225224
txt readme.txt
1. compile:
mpicc dwt.c -o dwt
2. run:
mpirun -np 4 dwt
3. result:
One dimensional wavelet transform's input data from file dataIn.txt
h[] : -1 0 1 2
g[] : 1 1 0 3
c[] : 1 4 2 5
www.eeworm.com/read/181851/9234213
c adaptive.c
/*Adaptive filtering using the least mean square adaptation */
#include
#include
#include
#include
#include
void initial_graphics (void);
f