代码搜索:PL 有哪些应用?

找到约 10,000 项符合「PL 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/418304/10954373

m fm_pl.m

function fm_pl(flag) % FM_PL define Polinomial Loads % % FM_PL(FLAG) % FLAG -> 0 initialization % FLAG -> 1 algebraic equations % FLAG -> 2 algebraic Jacobians % %Author: Federico
www.eeworm.com/read/272513/10955229

pl summarize_config.pl

: # *-*-perl-*-* eval 'exec perl -S $0 "$@"' if $running_under_some_shell; # Called with # @ARGV = config_failed arch os compiler config # # Input and output files are hardwired -- they shou
www.eeworm.com/read/272513/10955231

pl make_and_test.pl

: # *-*-perl-*-* eval 'exec perl -S $0 "$@"' if $running_under_some_shell; # This scripty runs through all the combinations of MTL # matrix types, compiles the test suite for each, and runs
www.eeworm.com/read/418078/10966256

txt neo_pl.txt

NEO SDK Pubilc License(NEO SDK公用授权)V1.4 该授权协议针对NEO SDK的实体,它包括你获得的NEO压缩包中一切文件。 要使用NEO SDK,则必须接受该协议。 《协议正文》 A.你的权力: 一、NEO SDK是一个自由软件,你可以免费获得NEO SDK,并包括所有源代码。 二、你可以根据自己的具体需求修改NEO SDK的源码。 三、你可以 ...
www.eeworm.com/read/417481/10987905

pl rtu_client.pl

use Win32::SerialPort 0.19; use XML::Simple; use crctable; use strict; ###### Andrzej Sokulski WWW.MODBUS.PL####### ##################### reading configuration from xml file #################
www.eeworm.com/read/417373/10992485

txt pl0.txt

PL/0语言文法: ::= . ::= [][变量说明部分>][] ::= CONST{,}; ::= = ::= {} ::=
www.eeworm.com/read/417373/10992488

h pl0.h

#ifndef __PL0_H #define __PL0_H #include class CCifa; class CYufa; class CBiaoge; class CDaima; class CErrors; class CPlCompiler { public: CPlCompiler(char *filename); ~CPl
www.eeworm.com/read/417373/10992505

suo pl0.suo

www.eeworm.com/read/417373/10992522

pl test2.pl

var a,b,c; begin read(a,b,c); if a>0 then write(b) else write(c); write(a,b,c); end.
www.eeworm.com/read/417373/10992529

cpp pl0.cpp

#include #include "pl0.h" #include "cifa.h" #include "errors.h" #include "biaoge.h" #include "daima.h" #include "yufa.h" CPlCompiler::CPlCompiler(char *filename) { if (fp=fopen(f