资源列表
Myserver
- 实现简单的基于HTTP1.2的多线程服务器,对多个请求作出应答-To achieve a simple multi-threaded servers based HTTP1.2, response to multiple requests
zernike
- 有关zernike的论文,高质量,本人用这个论文实现,相当不错-About papers of zernike, high quality, I realize with this thesis, is quite good
2
- cstering in mtlb.to cstetring in
pictrue-struct
- 一个建立图论的三种方法,很实用,可以用作模板-An establishment of three methods of graph theory, it is practical and can be used as a template
WatershedSegmentation
- 这个是图像分割的程序,用分水岭算法来实现的,并且包含改进的算法-This is the image segmentation procedures, using watershed algorithm to achieve, and contains improved algorithm
LinkList
- 该程序在C++环境下利用链式线性表演示如何存储多个学生记录,以及节点的插入,删除功能.-Create LinkList,DeleteRecord,Insert/Delete Node
CMADD
- 常数模与判决引导联合算法,程序经测试是有效的-Constant modulus and decision directed algorithm, the program has been tested and is effective.
showhdf
- 读取并显示HDF格式图像,对于搞遥感的同学很有用-read and show the HDF file
hhwt
- 常用的算法,用于数学计算 还可以用于开发软件用-commonly used algorithm for the calculation can also be used with software development
hist_gpu_gmem_atomics
- 《GPU高性能编程CUDA实战》书中第9章源代码排序第2个-GPU high-performance programming CUDA combat the ninth chapter of the book sort of source code 2
I2C_SLAVE
- I2C总线从机的VHDL代码实现,希望对相关设计人员提供参考-The I2C bus from the VHDL code to achieve,hoping to provide reference for the related design personnel
no23
- 一个关于计算器的程序,有利于对编译原理的理解,而且对优先级作了有效地考虑,很精巧。