搜索结果
找到约 3,498 项符合
e-Book 的查询结果
Java编程 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类
意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。
适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 ...
数学计算 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[
能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos,
运算方式: +,-,*,/,绝对值(“[ ]”),^,!,
输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后)
sin(21-32)/(12-43)
4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可
2*3^4是(2*3)^4 ...
电子书籍 This material is essentially Chapter 9 of the book Software Development in Pascal by Sartaj Sahni,
This material is essentially Chapter 9 of the book Software Development in Pascal by
Sartaj Sahni, NSPAN Printing and Publishing, 1993. It is reproduced here with permission
of the publisher.
书籍源码 The source code for "C++ Solutions". This book is a companion to the book that is widely recognized
The source code for "C++ Solutions". This book is a companion to the book that is widely recognized as "the C++ bible": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly recommended.
操作系统开发 Linux 0.11 版本的中文件注释版本,把里面的E文按作者的理解,改成了中文,并且加入了作者自己的理解心得,对于学习Linux内核很有帮助.
Linux 0.11 版本的中文件注释版本,把里面的E文按作者的理解,改成了中文,并且加入了作者自己的理解心得,对于学习Linux内核很有帮助.
Modem编程 对Modem中的AT命令详细说明。不过是E文的。
对Modem中的AT命令详细说明。不过是E文的。
其他书籍 并发程序设计.This is a book to full description the parellel computing.
并发程序设计.This is a book to full description the parellel computing.
数据结构 这是一道acm竞赛题 是利用c语言来逐步求e精确值的大小
这是一道acm竞赛题 是利用c语言来逐步求e精确值的大小
数值算法/人工智能 计算NACA4位翼型的程序,在E盘naca文件夹下生成翼型数据,保存为.txt格式
计算NACA4位翼型的程序,在E盘naca文件夹下生成翼型数据,保存为.txt格式
数学计算 用数值方法模拟了E.coli中sigma32因子对热休克(Heat shock)基因的调控机理
用数值方法模拟了E.coli中sigma32因子对热休克(Heat shock)基因的调控机理,与文献吻合的很好。