资源列表
memory
- 统一分配内存,固定块,避免重复分配, 方便使用(Unified allocation of memory, fixed blocks, avoid duplication, easy to use)
readhdf
- 读取hdf,HDF 是美国国家高级计算应用中心(National Center for Supercomputing Application)为了满足各种领域研究需求而研制的一种能高效存储和分发科学数据的新型数据格式。一个HDF文件中可以包含多种类型的数据,如栅格图像数据,科学数据集,信息说明数据。这种数据结构,方便了我们对于信息的提取。例如,当我们打开一个HDF图像文件时,除了可以读取图像信息以外,还可以很容易的查取其地理定位,轨道参数,图像噪声等各种信息参数。HDF 的数据结构是一种分层式数
SparseSoftmax
- 使用Hadoop平台的Spark组件,实现机器学习分类算法Softmax,使用的编程语言为Scala。(Hadoop platform using Spark components, the realization of machine learning classification algorithm Softmax, using the programming language for Scala.)
SparseLR
- 使用Hadoop平台的Spark组件,实现机器学习分类算法LR(逻辑回归),使用的编程语言为Scala。(Using the Spark component of the Hadoop platform, the machine learning classification algorithm LR (logical regression) is used, and the programming language is Scala.)
SVM
- 使用Hadoop平台的Spark组件,实现机器学习分类算法SVM(支持向量机),使用的编程语言为Scala。(Using the Hadoop platform Spark components, the machine learning classification algorithm SVM (support vector machines), using the programming language for Scala.)
文件
- 1、DA数模转换就是将离散的数字量转换为连接变化的模拟量。与数模转换相对应的就是模数转换,模数转换是数模转换的逆过程。 2、差分编码和HDB3编码(DA digital to analog conversion is to convert discrete digital quantity into analog quantity of connection change. Analog to digital conversion is analog to digital conversion
AES
- 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
感知机实现代码
- 感知机的入门学习,可供初学者学习参考。。。。。。。(Introduction to perceptron learning, for reference)
递归解决年龄问题
- 有5个人坐在一起,问第5个人多少岁,他说比第4个人大2岁。问第4个人多少岁,他说比第3个人大2岁。问第3人多少岁,他说比第2个人大2岁。问第2个人多少岁,他说比第1个人大2岁。最后问第1个人,他说他是10岁。编写程序,当输入第几个人时求出其对应的年龄。(5 people sat together and asked how old fifth people were. He said he was 2 years older than fourth. Asked how old fourth p
FIFO
- 最近最少使用页面(FIFO)置换算法,是最简单的页面置换算法。这种算法的基本思想是:当需要淘汰一个页面时,总是选择驻留主存时间最长的页面进行淘汰,即先进入主存的页面先淘汰。其理由是:最早调入主存的页面不再被使用的可能性最大。(Recently, the least use of page (FIFO) replacement algorithm)
电话簿 哈希表的建立
- 哈希查找帮助更好的分类和查询,查找和其余操作(Help better classification and query)
车桥耦合ansys分析
- 基于ansys的车桥耦合分析,对于车辆对桥梁挠度、加速度的影响模拟(Vehicle bridge coupling analysis based on ANSYS)