代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/410137/11300983
c md6_compress.c
/* File: md6_compress.c
** Author: Ronald L. Rivest
** (with optimizations by Jayant Krishnamurthy)
** Address: Room 32G-692 Stata Center
** 32 Vassar Street
** C
www.eeworm.com/read/264253/11324069
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/264253/11324298
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/408868/11366994
c ctest.c
//#include
#include
#include
sbit BEEP=P2^7;
unsigned char th0_f; //在中断中装载的T0的值高8位
unsigned char tl0_f; //在中断中装载的T0的值低8位
void dems(unsigned int r5);
www.eeworm.com/read/262937/11384068
m trans_func_ip_comp.m
%--------------------------------------------------------------------------------------------
% trans_func_ip_comp.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE
www.eeworm.com/read/262937/11384070
m analysis_uc_ip.m
%-----------------------------------------------------------------------------
% analysis_uc_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Copy
www.eeworm.com/read/262933/11384139
m analysis_uc_ip.m
%-----------------------------------------------------------------------------
% analysis_uc_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Copy
www.eeworm.com/read/408282/11399610
asm exec82.asm
Counter EQU 59H ;计数器,显示程序通过它得知现正显示哪个数码管
FIRST EQU P2.7 ;第一位数码管的位控制
SECOND EQU P2.6 ;第二位数码管的位控制
DISPBUFF EQU 5AH ;显示缓冲区为5AH和5BH
ORG 0000H
AJMP START
ORG 000BH ;定时器T0的入口
AJMP DISP ;显示程序
www.eeworm.com/read/407475/11418441
asm serial to parallel.asm
ORG 00H
AJMP START
START: MOV SCON,#0
MOV 30H,#01H ;8字节待传输数据
MOV 31H,#02H
MOV 32H,#04H
MOV 33H,#08H
MOV 34H,#16
MOV 35H,#32
MOV 36H,#64
MOV 3
www.eeworm.com/read/407474/11418745
lst port1 (1).lst
A51 MACRO ASSEMBLER PORT1__1_ 07/23/2006 10:56:20 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Port1 (1).OBJ
ASSEMBLE