-
小波分析的书籍,小波与滤波器设计,很有用
小波分析的书籍,小波与滤波器设计,很有用-Wavelet analysis of books, Wavelet and filter design, very useful
- 2023-08-13 13:30:03下载
- 积分:1
-
一个简单的mfc计算器,VC编写,适合初学者学习借鉴。
一个简单的mfc计算器,VC编写,适合初学者学习借鉴。-Mfc a simple calculator, VC writing, for beginners to learn from.
- 2022-06-21 23:03:21下载
- 积分:1
-
程序员杂志2003年第二期
程序员杂志2003年第二期-programmers magazine in 2003 Phase II
- 2023-05-01 12:35:06下载
- 积分:1
-
是有关于java factory model 的入门的书本.简单,使用
是有关于java factory model 的入门的书本.简单,使用-Is the java factory model has on the books of entry. Simple, use the
- 2022-04-10 14:29:30下载
- 积分:1
-
Based on TCP/IP network using IAB network management system, and using SNMP netw...
基于TCP/IP的网络采用IAB的网管体系,并采用SNMP网管模型。该模型的四个要素是:管理者、代理、MIB和SNMP协议。
图11.2 P239
管理工作站:运行SNMP协议和网管软件。
代理:驻留在被管设备中。
MIB:由被管对象组成。-Based on TCP/IP network using IAB network management system, and using SNMP network management model. The four elements of the model are: managers, agents, MIB, and SNMP protocols. Figure 11.2 P239 management station: Run SNMP protocol and network management software. Agent: resides on the managed device. MIB: composed by the managed object.
- 2022-03-20 13:00:18下载
- 积分:1
-
some practical python
practical python 部分-some practical python
- 2022-01-25 15:34:40下载
- 积分:1
-
Finite Volume Methods for Hyperbolic Problems。一本关于应用有限体积法求解双曲型微分方程的书,很不错的:)...
Finite Volume Methods for Hyperbolic Problems。一本关于应用有限体积法求解双曲型微分方程的书,很不错的:)-Finite Volume Methods for Hyperbolic Prob lems. One for the application of the finite volume method for solving differential equations, the book is very good :)
- 2022-02-02 18:25:56下载
- 积分:1
-
CISSP prep guide,最新版本的,备考CISSP必备
CISSP prep guide,最新版本的,备考CISSP必备-CISSP prep guide, the latest version, the pro forma CISSP essential
- 2023-08-27 13:15:07下载
- 积分:1
-
本书介绍了ASP.NET 1.1
A book introduce asp.net 1.1-Asp. Net 1.1
- 2022-08-23 04:26:38下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1