代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/333003/12712228
java binarytest.java
// operators/BinaryTest.java
// TIJ4 Chapter Operators, Exercise 10, page 112
/* Write a program with two constant values, one with alternating binary ones and
* zeroes, with a zero in the least-s
www.eeworm.com/read/331439/12828463
m q3.m
function q = q3
% q3 is one of the three quaternion operators.
% Copyright
www.eeworm.com/read/243682/12925786
txt emme2.txt
/L12"M2 Macro" Block Comment On = ~# Line Comment Alt = ~/ Line Comment Num = 3~~/ String Chars = " File Extensions = MAC
/Delimiters = !^&*()+-=|#\/{}[];"' ,
/C1"FileNames"
~<
batchin b
www.eeworm.com/read/140050/13113301
m floatgrad.m
echo off
load seed.mat
rand('seed',sd);
echo on
% This script shows how to use the ga. You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Crossover Ope
www.eeworm.com/read/139460/13155350
m floatgrad.m
echo off
load seed.mat
rand('seed',sd);
echo on
% This script shows how to use the ga. You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Crossover Ope
www.eeworm.com/read/326148/13161827
cc sample.cc
/*
* Matt McCutchen's Big Integer Library
*
* Sample program demonstrating the most important features of the Big
* Integer Library
*/
// Standard libraries
#include
#include
//
www.eeworm.com/read/325604/13194731
y expr.y
/* Sample Yacc grammar for a simple desktop calculator; derived from a
grammar in Aho et al: Compilers. Principles, Techniques and Tools (Sect.
4.9).
Lexical analyzer is in Lex program
www.eeworm.com/read/325023/13231017
java bool.java
//: operators/Bool.java
// Relational and logical operators.
import java.util.*;
import static net.mindview.util.Print.*;
public class Bool {
public static void main(String[] args) {
Ran
www.eeworm.com/read/315921/13534893
y expr.y
/* Sample Yacc grammar for a simple desktop calculator; derived from a
grammar in Aho et al: Compilers. Principles, Techniques and Tools (Sect.
4.9).
Lexical analyzer is in Lex program