代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/390869/8436360
vhd alu.vhd
--------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 14:20:28 11/26/08
-- Design Name:
-- Module Name: ALU - Be
www.eeworm.com/read/390402/8467021
txt fft.c.txt
/*
* fft.c
*
* Unix Version 2.4 by Steve Sampson, Public Domain, September 1988
*
* This program produces a Frequency Domain display from the Time Domain
* data input; using the
www.eeworm.com/read/390147/8482248
h f_finale.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/389065/8550787
cpp splint.cpp
#include
void splint(double xa[], double ya[], double y2a[], int n, double& x, double& y)
{
int klo,khi,k;
double h,a,b,aaa,bbb;
klo = 1;
khi = n;
loop: if (khi - kl
www.eeworm.com/read/289276/8562109
lst io2.lst
A51 MACRO ASSEMBLER IO2 11/22/2003 16:59:40 PAGE 1
MACRO ASSEMBLER A51 V6.12
OBJECT MODULE PLACED IN Io2.OBJ
ASSEMBLER INVO
www.eeworm.com/read/289276/8562133
lst io1.lst
A51 MACRO ASSEMBLER IO1 11/22/2003 16:59:04 PAGE 1
MACRO ASSEMBLER A51 V6.12
OBJECT MODULE PLACED IN Io1.OBJ
ASSEMBLER INVO
www.eeworm.com/read/388833/8572945
asm 中断键盘控制8×8显示.asm
ORG 0000H
AJMP 0030H
ORG 0003H
AJMP SS
ORG 0030H
START: MOV P2,#0F0H
MOV TCON,#01H
MOV IE,#81H
AJMP $
SS:
MOV A,#0F0H
MOV P2,A ;置p2口为输入状态
MOV A,P2
JNB AC
www.eeworm.com/read/188087/8573213
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/188087/8573678
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/288820/8605679
c main.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free