-
本书是一本关于c/c++编程规范的书,对初学者规范其编程非常有好处。...
本书是一本关于c/c++编程规范的书,对初学者规范其编程非常有好处。-the book is one of the c/c norms programming, the book for beginners to regulate their programming is very good.
- 2022-12-06 04:35:03下载
- 积分:1
-
Category of self
可以通过类的自省来自动绑定其依赖部分,使得你不必明确指明的属性和构造器。的属性可以通过属性名称或类型匹配来实现自动绑定-Category of self-examination can be automatically bound to rely on part of its so you do not have to explicitly specify the properties and constructor. Attributes can attribute name or the type of match to achieve automatic binding
- 2022-03-18 20:18:07下载
- 积分:1
-
NS手册2007英文版
这个是最新版的,ns官方网站上的发布的,2007年1月20号的...
NS手册2007英文版
这个是最新版的,ns官方网站上的发布的,2007年1月20号的-NS Manual 2007 English version of this is the latest version of the, ns the official website of the release, January 20, 2007
- 2022-02-06 06:30:43下载
- 积分:1
-
含有多种神经网络算法的C++语言程序包.
含有多种神经网络算法的C++语言程序包.-containing multiple neural network algorithm for the C language package.
- 2022-04-10 11:14:08下载
- 积分:1
-
redhat9.0的很好的基础操作资料
redhat9.0的很好的基础操作资料-redhat9.0 a good foundation operation information
- 2023-01-06 04:05:04下载
- 积分:1
-
pdf文件格式说明和编程的详细参考
pdf文件格式说明和编程的详细参考-pdf file format descriptions and detailed programming information
- 2022-04-02 05:23:36下载
- 积分:1
-
Better information, we should have time to take a look, anyway, more than it is...
比较好的一些资料,应该有时间看看,反正多学学也是好的,学无止境,回头是岸了。-Better information, we should have time to take a look, anyway, more than it is a good idea to learn life-long learning, repent and be saved the.
- 2022-03-30 23:06:16下载
- 积分:1
-
用CVI实现的相位差计,
用CVI实现的相位差计,-CVI to achieve the phase meter, ... ... ... ...
- 2022-08-11 11:15:20下载
- 积分:1
-
T G O 静 态 处 理 教 材!
T G O 静 态 处 理 教 材!-TGO static treatment materials!
- 2022-05-15 16:06:41下载
- 积分:1
-
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一...
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一个新的对象。假如类需要进一步封装创建自身实例的细节,并且控制自身实例的数目,那么可以提供静态工厂方法。
- 2023-07-11 12:10:02下载
- 积分:1