代码搜索:基本运算

找到约 10,000 项符合「基本运算」的源代码

代码结果 10,000
www.eeworm.com/read/476179/6763950

htm ch4_3_1.htm

关系及逻辑运算
www.eeworm.com/read/410785/11269677

h lstacktype.h

/* Name: LstackType.h Copyright: Starting Line Author: Date: 11-11-08 23:27 Description: Lstack 类的定义 */ typedef double num ;//数据域类型,也是计算时所普遍采用的类型 typedef unsigned int FUNT ;//运算
www.eeworm.com/read/408213/11401551

m examp10_2.m

A={'skhsak','ssd','ssfa'}; B={'sdsd','ssd','sssf'}; F=union(A,B) % 并集 D=intersect(A,B) % 交集 C={'jsg','sjjfs','ssd'}; % 可以由下面的集合运算验证结合律 E=setdiff(union(intersect(A,B),intersect(C,B)),interse
www.eeworm.com/read/404184/11490653

cpp lryouxiansuanfa.cpp

#include #include #include #include #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #define MAXLINE 40 typedef struct{//运算符栈的结构 char *base; ch
www.eeworm.com/read/259947/11754952

cpp suanshubiaodashi1.cpp

#include #include #include #include #define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #define MAXLINE 40 typedef struct{//运算符栈的结构 char *base; ch
www.eeworm.com/read/156813/11761919

cpp p2-137.cpp

#include #include using namespace std; //测试字符串(string)对象 void main() { //创建string对象 string s1,s2; //string对象的赋值运算 s1="One"; s2="Two"; cou
www.eeworm.com/read/258816/11840970

cpp p2-137.cpp

#include #include using namespace std; //测试字符串(string)对象 void main() { //创建string对象 string s1,s2; //string对象的赋值运算 s1="One"; s2="Two"; cou
www.eeworm.com/read/256054/12031738

cpp proj9_06.cpp

#include #include class string { public: string(char *s=""); //构造函数 string& operator=(string & ); //重载赋值运算符 string(string &);//复制构造函数的参数只能用传引用方式 ~strin
www.eeworm.com/read/341761/12067220

asm chuf.asm

;*** 编制计算除法运算的程序段。其中|被除数|
www.eeworm.com/read/341680/12073175

m examp10_2.m

A={'skhsak','ssd','ssfa'}; B={'sdsd','ssd','sssf'}; F=union(A,B) % 并集 D=intersect(A,B) % 交集 C={'jsg','sjjfs','ssd'}; % 可以由下面的集合运算验证结合律 E=setdiff(union(intersect(A,B),intersect(C,B)),interse