-
本资料详细描述了fortran95的编程语法及其在数值计算中的应用。...
本资料详细描述了fortran95的编程语法及其在数值计算中的应用。-This information is described in detail fortran95 programming syntax and its application in numerical calculation.
- 2023-03-20 20:20:06下载
- 积分:1
-
directshow的权威说明资料,是大家学习directshow的必备书籍
directshow的权威说明资料,是大家学习directshow的必备书籍-directshow the authority descriptive information We are learning the essential books directshow
- 2022-03-06 04:51:30下载
- 积分:1
-
This is a book written about java programming, but also regarded as the classic...
这是一本写关于java编程的书,也算是java经典书籍了-This is a book written about java programming, but also regarded as the classic books of java. . . . .
- 2022-03-22 05:57:23下载
- 积分:1
-
Protege novice Getting Started (basic papers). This entry corresponds to protege...
Protege新手入门(基础篇)。此新手入门对应protege3.1.x版本。通过制作一个简单本体,来使大家了解protege建立owl的基础用法。-Protege novice Getting Started (basic papers). This entry corresponds to protege3.1.x version of the novice. Through the production of a simple ontology, to make everyone understand the protege to establish the basis for usage of owl.
- 2023-09-09 15:30:03下载
- 积分:1
-
DOC格式的计算机组成原理教程的课后习题答案
DOC格式的计算机组成原理教程的课后习题答案-DOC format Principles of Computer Organization after-school tutorial exercises answer
- 2023-03-11 04:20:04下载
- 积分:1
-
计算器小程序 供初学者参考
计算器小程序 供初学者参考-small calculator reference procedures for beginners
- 2022-01-22 17:12:57下载
- 积分:1
-
windows mobile 开发电子资料
windows mobile 开发电子资料-windows mobile electronic information development
- 2022-01-28 14:58:33下载
- 积分:1
-
现代图像信息压缩技术
现代图像信息压缩技术-Modern Image Compression Technology
- 2022-06-14 01:02:05下载
- 积分:1
-
While cryptography can still be a controversial topic in the programming communi...
While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in applications-if you know how.
This book teaches you how. Chapters one through five cover the architecture of the JCE and JCA, symmetric and asymmetric key encryption in Java, message authentication codes, and how to create Java implementations with the API provided by the Bouncy Castle ASN.1 packages, all with plenty of examples. Building on that foundation, the second half of the book takes you into higher-level topics, enabling you to create and implement secure Java applications and make use of standard protocols such as CMS, SSL, and S/MIME.-While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in application
- 2022-05-15 03:54:08下载
- 积分:1
-
字符串操作是一个不小的主题,在标准C++中,string字符串类成为一个标准,之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前...
字符串操作是一个不小的主题,在标准C++中,string字符串类成为一个标准,之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前者比较起来,不必担心内存是否足够、字符串长度等等,而且作为一个类出现,他集成的操作函数足以完成我们大多数情况下的需要.
下面我们首先从一些示例开始学习下string类的使用.-i nclude
#i nclude
using namespace std
void main()
{
- 2022-07-21 17:33:39下载
- 积分:1