-
DCT
该函数用来实现快速离散余弦变换。该函数利用2N点的快速付立叶变换来实现离散余弦变换(This function is used to implement fast discrete cosine transform. 2N points of the function using the fast Fourier transform to achieve the discrete cosine transform)
- 2010-11-15 09:53:27下载
- 积分:1
-
ypz
遗传算法的概念最早是由Bagley J.D在1967年提出的;而开始遗传算法的理论和方法的系统性研究的是1975年,这一开创性工作是由Michigan大学的J.H.Holland所实行。当时,其主要目的是说明自然和人工系统的自适应过程。
(The concept of genetic algorithm by the Bagley JD was first proposed in 1967 and start method of genetic algorithm theory and systematic research in 1975, this pioneering work is undertaken by the University of Michigan JHHolland the practice. At that time, its main purpose is to describe the natural and artificial adaptive process.)
- 2010-12-21 11:12:01下载
- 积分:1
-
280x_CCSDEMO_v200
TMS280X Demo Surce code
- 2014-08-07 16:41:40下载
- 积分:1
-
heapmgrbase
heapmgrbase program for dynamic memory
- 2013-12-06 17:59:26下载
- 积分:1
-
C++实现收发电子邮件
C++编程实现收发电子邮件,设置SMTP服务器和POP地址,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。
- 2022-01-28 05:18:15下载
- 积分:1
-
10638071Hamming
对给定的信息序列进行Hamming编码,给出码字——C++汉明编码(Hamming coding sequence of the given information, code word- c++ Hamming coding are presented)
- 2013-12-23 09:17:38下载
- 积分:1
-
c-reference
c语言库函数参考文件,txt文件是查询目录(c language library function reference)
- 2014-05-26 21:19:16下载
- 积分:1
-
C# 大文件上传(NeatUpload)例子源码
一款不错的大文件上传控件
- 2014-11-03下载
- 积分:1
-
F28335-SVPWM
F28335 SVPWM代码,用于永磁同步电机和无刷直流电机控制(F28335 SVPWM code)
- 2015-01-21 12:44:04下载
- 积分:1
-
FaceSDK-master
C# SDK for Face++
人脸检测与分析
检测给定图片(Image)中的所有人脸(Face)的位置和相应的面部属性
检测模式可以是normal(默认) 或者 oneface 。在oneface模式中,检测器仅找出图片中最大的一张脸。
可以是none或者由逗号分割的属性列表。默认为gender, age, race, smiling。目前支持的属性包括:gender, age, race, smiling, 可以为图片中检测出的每一张Face指定一个不包含非法字符且不超过255字节的字符串作为tag,tag信息可以通过 /info/get_face 查询
检测给定人脸(Face)相应的面部轮廓,五官等关键点的位置,包括25点和83点两种模式。(Face Detection and Analysis
Detecting the location and corresponding facial attributes of all faces in a given image
The detection mode can be normal (default) or oneface. In oneface mode, the detector finds only the largest face in the picture.
It can be none or a comma-separated list of attributes. The default is gender, age, race, smiling. Attributes currently supported include gender, age, race, smiling. Each Face detected in a picture can be tagged with a string that does not contain illegal characters and does not exceed 255 bytes. The tag information can be queried by / Info / get_face.
The location of key points such as facial contour and facial features for a given face (Face) is detected, including 25 points and 83 points.)
- 2020-06-22 20:40:01下载
- 积分:1