代码搜索:QL

找到约 821 项符合「QL」的源代码

代码结果 821
www.eeworm.com/read/221487/14740756

aqd ryyk.aqd

MOV R0,#30H MOV 40H,#0 MOV R5,#4 QL:MOV @R0,#0 INC R0 DJNZ R5,QL DISPLAY:JB P1.5,L0 LCALL DELAY1MS JB P1.5,L0 MOV A,40H ADD A,#1 CJNE A,#60,L1 MOV A,#0 L1:MOV 40H,A MOV B,#10 DIV AB MO
www.eeworm.com/read/221487/14740758

txt 任意遥控器解码程序.txt

MOV R0,#30H MOV 40H,#0 MOV R5,#4 QL:MOV @R0,#0 INC R0 DJNZ R5,QL DISPLAY:JB P1.5,L0 LCALL DELAY1MS JB P1.5,L0 MOV A,40H ADD A,#1 CJNE A,#60,L1 MOV A,#0 L1:MOV 40H,A MOV B,#10 DIV AB MO
www.eeworm.com/read/444112/1736393

asm sjpx.asm

;(6) 实验六:数据排序实验程序 ;文件名称: SJPX.ASM ORG 0000H PXCX: MOV R3,#50H QL4: MOV A,R3 ;指针送R0 MOV R0,A MOV R7,#0AH ;长度送R7 CLR 00H ;标志位=0 MOV A,@R0 QL2: INC R0 MOV R2,A CLR C
www.eeworm.com/read/430376/8752989

log stdout.log

Starting: C:\pasic\synplcty\bin\mbin\synplify.exe Version: 7.0.2 Date: Fri Sep 13 17:34:10 2002 Running synthesis on demo_amba:Synthesis_and_SpDE_files log file: "\\Judd_ql_dallas
www.eeworm.com/read/301134/13865710

m pfinpt.m

clear all, clc, close all % PF data in MATLAB format % IEEE 14 Bus Test System Sb = 100; econv = 0.001; mxitr = 10; % Bus Data % Bus Pg (MW) Qg(Mvar) Pl (MW) Ql (Mvar) Kv (nom.
www.eeworm.com/read/136819/5852133

cpp tagreader.cpp

/* $Id: qt/examples/xml/tagreader-with-features/tagreader.cpp 2.3.2 edited 2001-06-12 $ */ #include "structureparser.h" #include #include #include #include
www.eeworm.com/read/136816/5853592

cpp tagreader.cpp

/* $Id: qt/examples/xml/tagreader-with-features/tagreader.cpp 2.3.7 edited 2001-06-12 $ */ #include "structureparser.h" #include #include #include #include
www.eeworm.com/read/118793/6096019

cpp tagreader.cpp

/* $Id: qt/examples/xml/tagreader-with-features/tagreader.cpp 2.3.0 edited 2001-01-26 $ */ #include "structureparser.h" #include #include #include #include
www.eeworm.com/read/400225/11580369

log stdout.log

Starting: C:\pasic\synplcty\bin\mbin\synplify.exe Version: 7.0.2 Date: Fri Sep 13 17:34:10 2002 Running synthesis on demo_amba:Synthesis_and_SpDE_files log file: "\\Judd_ql_dallas
www.eeworm.com/read/474879/1388523

java jdbcutils.java

package com.ql.bbs.util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; public class J