代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/421516/10733301
m m4.m
% M-file for Project 4 on three-phase transformers in Chapter 4
% It sets up the parameter for the three two-winding units
% and plots some variables of the unit.
clear all;
% Set up identi
www.eeworm.com/read/421516/10733452
m m3.m
% MATLAB script file for Project 3 on the transformation of
% sinusoidal and complex quantities in
% in the qd0 reference frames in Chapter 5.
% m3.m prompts the user for the harmonic order
www.eeworm.com/read/421047/10758958
java zdriveengine.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package zdrive.engines;
import zdrive.protocols.*;
import javax.swing.*;
import zdrive.panels.*;
/
www.eeworm.com/read/349920/10781427
css lytebox.css
#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #000000; }
#lbOverlay.red { background-color: #330000; }
#lbOv
www.eeworm.com/read/417373/10992492
pl gcd.pl
var x,y,rem;
begin
read(x);
read(y);
repeat
rem:=x-y*(x/y);
x:=y;
y:=rem
until rem=0;
write(x)
end.
www.eeworm.com/read/416247/11036637
m controller1.m
function b=controller1(varargin)
fprintf('Welcome From Worldhitter')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
fprintf('Provide The Following Data')
Vs=input('\nEnter The Value Seconda
www.eeworm.com/read/469878/6928789
txt three.txt
force CLK 0,1 50 -repeat 100
force reset 1,0 100
run 100
force loadq 1
force mult_in 010
run 100
force loadq 0
force loadb 1
force mult_in 111
run 100
force g 1,0 100
run 1000
www.eeworm.com/read/468119/6994064
css c3.css
/* ----------------------------------- layout ----------------------------------- */
body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
background: #f9f9f9 url(/i/site_hol
www.eeworm.com/read/467448/7012875
vwf dds.sim.vwf
/*
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/464842/7060866
v testlott3.v
//test module for lottery lucky dip machine
`timescale 1 ns/1 ns
module test_lottery3;
//inputs
reg CLK, RST, NEXT;
//7-segment outputs
wire AA, AB, AC, AD, AE, AF, AG;
wire [5:0] NumLed;
//comm