-
日本ATR(Advanced Telecommunication Research InstituteInternational)的专门用于表情识别研究的基本表...
日本ATR(Advanced Telecommunication Research InstituteInternational)的专门用于表情识别研究的基本表情数据库JAFFE,该数据库中包含了213幅(每幅图像的分辨率:256像素×256像素)日本女性的脸相,每幅图像都有原始的表情定义。表情库中共有10个人,每个人有7种表情(中性脸、高兴、悲伤、惊奇、愤怒、厌恶、恐惧)。 JAFFE数据库均为正面脸相,且把原始图像进行重新调整和修剪,使得眼睛在数据库图像中的位置大致相同,脸部尺寸基本一致,光照均为正面光源,但光照强度有差异。由于此表情数据库完全开放,且表情标定很标准,所以现在大多数研究表情识别的文章中都使用它来训练与测试。-Japan ATR (Advanced Telecommunication Research InstituteInternational), devoted to the basic expression of facial expression recognition research database JAFFE, the database contains 213 (each image resolution: 256 pixels × 256 pixels) Japanese women face relative to each piece of expression of both the original definition of the image. Expression library, a total of 10 individuals, each person has seven kinds of expressions (neutral face, happy, sad, surprise, anger, disgust, fear). JAFFE face database are positive phase, and the original image is re-adjust and trim, making the eye the location of the image in the database similar to the face basically the same size, ligh
- 2023-04-21 12:40:03下载
- 积分:1
-
数据结构示例。适用于对数据结构有一定基础的人研究练习
数据结构示例。适用于对数据结构有一定基础的人研究练习-Examples of data structure. Data structure suitable for a certain practice-based studies
- 2022-01-25 17:15:49下载
- 积分:1
-
学生成绩管理系统实现学生成绩的查询,修改,删除等
学生成绩管理系统实现学生成绩的查询,修改,删除等-Student achievement management system to achieve student performance of the query, modify, delete, etc.
- 2022-01-26 06:20:26下载
- 积分:1
-
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh...
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置
[输出]
若二叉树不空,按先序序列输出,求出所求位置的结点
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点
#include
#include
struct node{
char info
struct node*llink,*rlink
}
typedef struct node NODE
-2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
- 2022-06-02 16:30:44下载
- 积分:1
-
怎样判断一个指针指向的对象是否已经被析构,很好的学习C++的资料...
怎样判断一个指针指向的对象是否已经被析构,很好的学习C++的资料-how to decide a pointer at whether the target has been Destructors, good learning C information
- 2022-01-27 12:05:23下载
- 积分:1
-
student select course system,powerbuilder做的,很容易实现 ,不会有人上载了吧...
student select course system,powerbuilder做的,很容易实现 ,不会有人上载了吧-student select course system, powerbuilder done, it is easy to realize that no one on the right is contained
- 2022-02-27 05:46:13下载
- 积分:1
-
Labview将数据写到txt文件中
本程序用Labview可将需要的数据写入到数据库中,方便可行,适合初学labview和数据库的人使用。
- 2022-03-06 06:22:21下载
- 积分:1
-
很多的vb经典源代码
很多的vb经典源代码-many classic vb source code
- 2022-04-26 19:34:12下载
- 积分:1
-
基于C#语言的一个物流信息网数据库系统开发案例的源代码 ,很实用
基于C#语言的一个物流信息网数据库系统开发案例的源代码 ,很实用-Based on the C# Language a logistics information network database system for the development of cases the source code, it is practical
- 2022-06-12 16:28:11下载
- 积分:1
-
文件与IO存取,数据绑定,数据库更新,章立民的程序
文件与IO存取,数据绑定,数据库更新,章立民的程序-Documents and IO access, data binding, database updates, rules and procedures for public
- 2023-07-28 15:05:03下载
- 积分:1