在此上传华南理工大学近几年通信原理试卷,希望对大家有所帮助。
2021-11-24 13:52:34 4.41MB 华南理工大学 通信原理
1
.1-2004-2018年华南理工大学824信号与系统考研真题答案xd.pdf.icloud
2021-11-23 16:56:39 228B
1
语法分析采用递归下降分析,后在语义分析时是自己编写的分析(定义算符优先级),另外,实现了if语句、while语句、变量定义的部分编译功能,此资源仅作参考。
2021-11-21 22:15:14 37KB 华农 编译原理 此资源仅供参考
1
初稿 58页 网上商城系统对应的论文初稿 前开篇如下: 1 引言 1.1 选题背景 近年来,随着Internet的迅速发展,人们对网联网的认识逐渐增强,网上购物系统已经走进了人们的日常生活。对于企业来说,这种新型的商业运营模式给他们的发展创造了良好的机遇。对于个人来说,网上购物系统带来了方便和效率。在软件技术趋于成熟的今天,构建一个稳定的、可靠的电子商务系统已经成为许多企业关注的焦点。[1] 网上商城是在为个人用户和企业用户提供人性化的全方位服务,努力为用户创造亲切、轻松和愉悦的购物环境;不断丰富产品结构,最大化地满足消费者日趋多样的购物需求。并凭借更具竞争力的价格和逐渐完善的物流配送体系等各项优势,赢得市场占有率多年稳居行业首位的骄人成绩,也是时代发展的趋势。 Jsp、Java网上商城系统是比较高端的网上商城系统, 其适合开发大型的网上商城业务, 能承载大数据量,大访问量, 并且系统具备非常高的安全性,目前电信、移动、一些大型的企业基本上都采用此类网上商城系统。 一个优秀的应用系统,必须有一个正确的设计思想,通过合理地选择数据结构、操作系统以及开发环境,构成一个完善的体系结构,才能充分发挥计算机应用的优势。根据购买者的实际需求,本系统的设计按照下述
2021-11-18 18:50:01 1.65MB 毕业论文 网上商城 论文 购物
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
华南X79主板 黑苹果 四叶草 华南 X79 10.15.1; 更新E5-2696 V2变频SSDT,24档变频
2021-11-16 15:37:37 43.4MB 华南X79主板 E5-2696 V2 更新E5-2696
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
华南农业大学离散数学期末时间(2002-2017)
2021-11-11 08:24:07 14.47MB 离散数学
1