1、 什么是人机交互? 2、 一门研究人类所使用的交互式计算系统的设计、实施、评估及相关主要现象的学科 3、 人机交互的主要研究内容是什么? 4、 N 人机交互的本质 5、 N1 人机交互(元-)模型 6、 U 计算机的应用及情景 7、 U1 人类社会组织和工作 8、 U2 应用领域
2021-12-08 12:40:27 333KB 华工 华南理工 人机交互 复习题
1
华南理工大学 通信原理 试卷
2021-12-05 19:33:32 2.81MB 华南理工大学 通信原理 试卷
1
华工大二下计算机专业课程设计报告 一、选题背景 每个大学每年都会产生大量的毕业设计相关数据,包括毕业论文、源程序、答辩PPT、开题报告、中期检查表等。 华南理工大学计算机科学与工程学院一位多年指导本科生毕业设计工作的老师在工作中发现。现有的系统一般只保存毕业生的毕业论文,与之相关的源程序、答辩PPT、开题报告、中期检查表等重要资料往往没有得到妥善的管理,这些资料不但具有重要的参考价值而且还在很大的程度上体现毕业生的辛勤劳动。 另一方面,现有的系统中,教师查看已经指导过的学生的资料时,也没有快捷的方法,大大降低了学院的工作效率。而且,当前的毕业设计系统只能提供给毕业生、教师使用,其他有兴趣学习了解跟毕业设计有关的知识的学生,却没有便捷的途径。造成了一定程度上的资源浪费。 笔者参与了一个毕业设计管理系统的SRP项目,借着大作业的契机,实现该毕业设计管理系统的雏形。 二、方案论证(设计理念) 功能: 游客: 1. 搜索论文 2. 查看论文 3. 注册成为用户 毕业生端: 1. 注册 2. 登录 3. 搜索论文 4. 收藏论文 5. 修改个人信息 6. 修改自己的论文信息 7. 举报不实论文 8. 查看论文提交审核进度 9. 查看论文评审结果 教师端: 1. 注册 2. 登陆 3. 修改个人信息 4. 查看指导的学生信息 5. 搜索论文 6. 举报不实论文 7. 审核论文 8. 给论文打分 管理员 1. 查看举报记录 2. 搜索论文 3. 管理学生权限 4. 管理教师权限
2021-11-28 10:30:52 1.14MB 数据结构
1
图形学 实验报告 华南理工大学 画Bezier曲面与B样条曲面
2021-11-25 10:58:01 643KB 图形学 实验报告 华南理工大学
1
在此上传华南理工大学近几年通信原理试卷,希望对大家有所帮助。
2021-11-24 13:52:34 4.41MB 华南理工大学 通信原理
1
.1-2004-2018年华南理工大学824信号与系统考研真题答案xd.pdf.icloud
2021-11-23 16:56:39 228B
1
session1 【Objective and Requirement】 Objective: Be familiar with the creation of process and thread on Windows. Requirement: Sub Task 1: Create a console application, "child", which keeps printing out "The child is talking at [system time]" (in a loop, one per 1s). Sub Task 2: Create another console application, "parent". It create a child process to execute “child”. The "parent" process keeps printing out "The parent is talking at [system time]". (one per 1s) Execute "parent" and explain the output you see. Sub Task 3: Create a "winPS" program which can output information about all the running processes. Try to output details about each process, such as PID, executable file name and path, etc. Sub Task 4: In the "mainThread" program, use "CreateThread" to create a child thread. Both the main thread and the child thread keep printing out "[ThreadID] + [System time]". session2 Objective: Create "ps" and "kill" commands on Windows. Requirement: Sub Task 1: On Linux/Unix there are a "ps" command and a "kill" command. The "ps" command can list information about all the running processes. The "kill" command can terminate processes. Based on the tasks finished in Session 1, create "ps" and "kill" commands on Windows. Tips: using "TerminateProcess" to "kill" a process. session3 Objective: Learn how to use semaphore to solve IPC problems. Requirement: Task 3.1. Sleeping barber Use semaphores to solve the problem of sleeping barber. Task 3.2. Reader & Writer Use semaphores to solve the reader and writer problem, with the readers (and writers) have higher priority. session4 Title: Upgrade Linux/Unix commands Problem: Write a program "supershell" that takes another command as an argument and executes that command. For instance, executing: “./supershell cat /usr/greg/readme" would invoke the cat command on the file /usr/greg/readme. After execution of the specified command has completed, "supershell" should display statistics that show some of the system resources the co
1
线性系统高清收藏版(华南理工大学用)LINEAR SYSTEM THEORY AND DESIGN Third Edition Chi-Tsong Chen State University of New York at Stony Brook New York
2021-11-17 10:52:46 2.06MB 线性系统 高清 收藏 华南理工大学
1
以华南理工大学为主题背景的ppt模板,含有非常多的样式和图标
2021-11-11 16:04:18 15.35MB ppt ppt模板
1
基于matlab的指纹识别系统源码 手指静脉识别项目 本项目详细介绍请参阅:图像处理创新实践.pdf 本项目开源许可协议:GPL 3.0(除SIFT算法软件包,此部分软件包另有原作者的许可协议) 项目方案设计介绍 本项目实现手指图像的处理和匹配算法,需要处理的数据是本人不同手指的图像,首先经过图像处理,使得指静脉的纹理增强凸显处理,然后将所有的这些图像进行相互间的匹配,检验类内和类间的匹配度,观察其是否能够明显区分开来,并据此计算正确率。 在本项目中,由于是基于算法原型的研究,因此我们选用了操作便捷的Matlab R2019b软件作为运行环境,在Windows 10 Pro for Workstation操作系统中实现算法。 算法分为以下几个过程: 图像预处理过程中,需要增强图像,提取手指区域,为识别做准备。拟采用CLAHE、直方图均衡、二值化等算法,以达到增强图像的效果;拟采用边缘检测算法实现手指的识别和提取 图像的特征提取和匹配过程中,拟采用两类不同的方法。一是局部不变特征提取算法。这些算法具有检测图像中的特征点,并对特征点的局部区域进行描述和匹配的功能。二是针对二值化图像的模板匹
2021-11-11 10:44:38 78.65MB 系统开源
1