-
theSecond
这个程序分别用二分法,Newton法,弦截法,Newton下山法等算法求解非线性方程(this procedure were used dichotomy, Newton, String interception, Newton downhill law for solving nonlinear equations)
- 2006-10-18 11:01:49下载
- 积分:1
-
two_layer_model
地震数据处理中, 建立速度模型。
根据需求改变参数即可。(Seismic data processing speed of the model established in accordance with changes in demand parameters.)
- 2014-11-16 20:50:37下载
- 积分:1
-
QT扫雷
基于QT平台下的扫雷,功能不是很完善
- 2022-02-06 00:33:56下载
- 积分:1
-
test
C++类的创建和调用类中的函数这个更加初学,不过比较适合初学者理解类(C++ classes to create and call functions in this class is more for beginners, but more suitable for beginners to understand class)
- 2010-11-18 17:30:11下载
- 积分:1
-
exmmatlab
matlab数值计算代码,MATLAB开发人员编写,推荐(matlab numerical code, written in MATLAB developers recommend)
- 2015-03-07 11:38:40下载
- 积分:1
-
juzhen
平常经常用到的一个小程序,两个矩阵相乘的求法(Common often USES a small program, two of the matrix multiplication is also given)
- 2012-02-27 09:35:32下载
- 积分:1
-
include
说明: RSDK 1.3.6 includes for integration in custom projects
- 2020-09-22 18:00:22下载
- 积分: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
-
four_calculate
生成四元式,给定输入,按要求输出....(generate for calcualte)
- 2020-06-22 08:00:01下载
- 积分:1
-
简单的线程池实现
该实例是创建一些线程,使其处于睡眠状态,然后将要执行的任务放在一个链表中。当链表中有任务时,就唤醒一个线程执行一个任务,执行完后,该线程继续睡眠。运行结果如下:thread 0xb7f74b90 is waitingthread 0xb7573b90 is waitingthread 0xb6b72b90 is waitingthread 0xb6171b90 is waitingthread 0xb7f74b90, working on task 0 thread 0xb7f74b90 is waitingthread 0xb7573b90, working on task 1 thread 0xb7573b90 is waitingthread 0xb6b72b90, working on task 2 thread 0xb6b72b90 is waitingthread 0xb6171b90, working on task 3 thread 0xb6171b9
- 2023-01-02 12:15:27下载
- 积分:1