代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/449679/7498368
nec horloop80.nec
CM LOOP80
CE
GW 1 29 0 0 90 0 66 90 3.367e-3
GW 2 29 0 0 90 66 0 90 3.367e-3
GW 3 29 0 66 90 66 66 90 3.367e-3
GW 4 29 66 0 90 66 66 90 3.367e-3
GS 0 0 0.3048 ' All in ft.
GE 0
EK
EX 6 2 15
www.eeworm.com/read/218009/7504538
m doa_k.m
%%该程序仿真利用干涉技术测向的方法,测试不同分数比的影响
clear all;
close all;
clc;
result=zeros(1,100);
for Loop=1:500
for loop=1:100
d1=0.58;%%
d2=(loop+0.0015)*d1;%%可以调整分数比
k=floor(d2/d1);%%基线的整数倍
deltak
www.eeworm.com/read/218009/7504540
m doa_phase.m
%%该程序仿真利用干涉技术测向的方法
clear all;
close all;
clc;
result=zeros(1,100);
for Loop=1:500
for loop=1:100
d1=0.58;%%
d2=(3+0.0015)*d1;%%
k=floor(d2/d1);%%基线的整数倍
deltak=d2/d1-k;%%基线的小数部分
www.eeworm.com/read/449030/7519908
s convert.s
# convert.s - A function to convert lower case letters to upper case
.section .text
.type convert, @function
.globl convert
convert:
pushl %ebp
movl %esp, %ebp
pushl %esi
pushl %edi
mo
www.eeworm.com/read/449030/7519911
s readtest2.s
# readtest2.s - A more complicated example of reading data from a file
.section .bss
.lcomm buffer, 10
.lcomm filehandle, 4
.section .text
.globl _start
_start:
nop
movl %esp, %ebp
movl
www.eeworm.com/read/449030/7519982
s paramtest2.s
# paramtest2.s - Listing system environment variables
.section .data
output:
.asciz "%s\n"
.section .text
.globl _start
_start:
movl %esp, %ebp
addl $12, %ebp
loop1:
cmpl $0, (%ebp)
je
www.eeworm.com/read/449030/7519987
s convert.s
# convert.s - Converting lower to upper case
.section .data
string1:
.asciz "This is a TEST, of the conversion program!\n"
length:
.int 43
.section .text
.globl _start
_start:
nop
leal str
www.eeworm.com/read/449030/7519993
s movstest3.s
# movstest3.s - An example of moving an entire string
.section .data
value1:
.ascii "This is a test string.\n"
.section .bss
.lcomm output, 23
.section .text
.globl _start
_start:
nop
leal
www.eeworm.com/read/449030/7520019
s cfunctest.s
# cfunctest.s - An example of using C functions */
.section .data
output:
.asciz "This is a test\n"
.section .text
.globl _start
_start:
movl $10, %ecx
loop1:
pushl %ecx
pushl $output
c
www.eeworm.com/read/448905/7522781
m fig6_12.m
% Chapter 6: Figure 6.12, p. 314
%
% Using the roots function to compute the closed-loop
% system poles of a unity feedback system with
% G(s)=1/s^3+s^2+2s+23.
%
numg=[1]; deng=[1 1 2 23];
[num,