代码搜索:Ls 有哪些应用?
找到约 10,000 项符合「Ls 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/136989/5836282
extended test.extended
create ls1;
lock ls1 write;
wait "Run test.e1 - then press return";
lock ls1 write;
www.eeworm.com/read/136571/5870091
cpp mpeglayer2.cpp
/* MPEG/WAVE Sound library
(C) 1997 by Jung woo-jae */
// Mpeglayer2.cc
// It's for MPEG Layer 2
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(_WIN32) && defined(_MSC_VER
www.eeworm.com/read/111374/6155713
cpp mpeglayer2.cpp
/* MPEG/WAVE Sound library
(C) 1997 by Jung woo-jae */
// Mpeglayer2.cc
// It's for MPEG Layer 2
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(_WIN32) && defined(_MSC_VER)
// disab
www.eeworm.com/read/110972/6162627
cpp mpeglayer2.cpp
/* MPEG/WAVE Sound library
(C) 1997 by Jung woo-jae */
// Mpeglayer2.cc
// It's for MPEG Layer 2
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(_WIN32) && defined(_MSC_VER
www.eeworm.com/read/101082/6251063
mod strings.mod
(*#@(#)strings.mod 4.1 Ultrix 7/17/90 *)
module teststrings;
from io import writef, output;
from strings import Compare, Assign, Append;
const
SHORTSTRINGSIZE = 3;
LONGSTRINGSIZE = 100;
type
www.eeworm.com/read/490252/6306618
asv sov_qj.asv
function QJ_ZH=SOV_QJ(QA_HTL,HLL,NL,nL)
%求冲击的最大值
for i=1:NL;
LS=abs((QA_HTL(i,2)-QA_HTL(i,1))/HZDLL(i));
for iii=2:nL-1;
if LS
www.eeworm.com/read/452933/6308638
h lcd_1602.h
#ifndef _LCD_1602_h_
#define _LCD_1602_h_
#include "def.h"
#define SET_LCD_RS PORTD|=_BV(P2)
#define CLR_LCD_RS PORTD&=~_BV(P2)
#define SET_LCD_RW PORTD|=_BV(P3)
#define CLR_LCD_RW PORTD&=
www.eeworm.com/read/412467/6326873
out test_0.out
** Matrix C (Size: 11 x 11) **
0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0
www.eeworm.com/read/478563/6710002
m ea564.m
% 《工程线性代数(MATLAB版)》第五章例题5.6.4程序ea564
%
A=input('输入系数矩阵A'),
[U0,ip]=rref(A)
[m,n]=size(A);
is=1:n; is(ip)=[], % 根据ip求is的语句
lp=length(ip),ls=length(is)
X=zeros(n,n-lp);
X(ip,:)=-U0(1:lp,is);