代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/172772/9691542

s strlen.s

.text _strlen:: mov r30,r16 mov r31,r17 clr r26 clr r27 loop: ld r0,z+ tst r0 breq done adiw r26,1 rjmp loop done: mov r16,r26 mov r17,r27 ret
www.eeworm.com/read/172772/9691562

s pmstructx.s

; block copy src from FLASH ; ; this routine cannot use R18/R19 w/o saving them because the compiler ; will not save them ; asgncblk ; size in R16/R17 ; stack: ; dst ; src .area text asg
www.eeworm.com/read/171439/9755328

cs ch4_09.cs

using System; class CH4_9 { public static void Main(String[] args) { // How to break out of a for loop, 2 ways. Console.WriteLine("Loop 1:"); for ( int i=0; i
www.eeworm.com/read/367216/9765921

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/171076/9772360

asm 16mac.asm

.global _main .text N .set 10 ;设置计数值 _main: mvkl .s1 0x80000,a8 mvkh .s1 0x80000,a8 ;A8存放数据地址1 mvkl .s1 0x60000,a9 mvkh .s1 0x60000,a9 ;A9存放数据地址2
www.eeworm.com/read/270189/11045633

java myclass2_9.java

/* File Name:MyClass2_9.java * 这是一个关于continue语句的实例,用来说明带标号的continue语句使用方法。 */ public class MyClass2_9 { public static void main(String[] args) { int i,j; First_Loop: for(i=3;i
www.eeworm.com/read/414761/11103028

txt 单灯振荡器ddzdq.txt

loop:setb p1.0; lcall delay; clr p1.0 ; lcall delay; ajmp loop; delay:mov r7,#250; d1:mov r6,#250; d2:djnz r6,d2; djnz r7,d1; ret; end
www.eeworm.com/read/269228/11105256

stl demo sphere.stl

solid AutoCAD facet normal -4.9065337e-002 -9.7597024e-003 -9.9874789e-001 outer loop vertex 5.0000000e+001 5.0000000e+001 2.5000000e+001 vertex 4.7736099e+001 4.9062262
www.eeworm.com/read/413979/11135785

txt 新建 文本文档.txt

#include #include #include #define Critical 1e-3 #define MAX_QUEENS 500 int n ; //实际的皇后数 int goal ; // 种群进化的目标,达到 goal 即返回程序 clock_t
www.eeworm.com/read/413979/11135792

cpp gaqueen.cpp

#include #include #include #define Critical 1e-3 #define MAX_QUEENS 500 int n ; //实际的皇后数 int goal ; // 种群进化的目标,达到 goal 即返回程序 clock_t