-
读写大容量文件时比较有用的
读写大容量文件时比较有用的-read and write large files more useful when
- 2022-03-26 13:19:52下载
- 积分:1
-
C++ Primer是一本适合C++初学者学习的书,基中结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的...
C++ Primer是一本适合C++初学者学习的书,基中结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C++ Primer
- 2022-03-19 18:31:28下载
- 积分:1
-
多跳 2420实现 一个基站 3个汇聚节点
多跳 2420实现 一个基站 3个汇聚节点 -communication 2420 msp430
- 2022-01-31 11:25:59下载
- 积分:1
-
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码...
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码- C++ Programming language design are C++ Writing Father of Bjarne Stroustrup, the source code examples are its source
- 2022-10-13 13:40:03下载
- 积分:1
-
Basic statistics with matrices including NaNs
Basic statistics with matrices including NaNs
- 2023-06-06 05:05:03下载
- 积分:1
-
RTSP服务器及客户端测试源代码
一个完整的基于RTSP协议的流媒体服务器及测试客户端,VC2008环境下编译运行;是刚开始学习流媒体技术不错的源码资料(注:该源码为下载别人后 稍作改动,非常感谢!!)
- 2022-01-21 03:19:52下载
- 积分:1
-
FCM algorithm is a clustering algorithm based on the division of its thinking is...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
- 2022-08-19 01:42:39下载
- 积分:1
-
输入一副图片,能实现了图片的缩小、放大和还原的功能
输入一副图片,能实现了图片的缩小、放大和还原的功能-Enter a picture, to achieve a picture of the narrow, enlarge and restore the function
- 2022-04-17 16:07:45下载
- 积分:1
-
二叉树的所有非递归算法
此程序包含了所有二叉树的非递归算法算法,前序、中序、后续。并附有大量的注释,有助于你对二叉树的理解
- 2022-09-18 21:25:04下载
- 积分:1
-
实例295——获取系统CPU信息
实例295——获取系统CPU信息。欢迎大家下载、试用。谢谢大家的支持!
- 2022-03-30 08:45:42下载
- 积分:1