-
Two
Two-Dimensional PCA:
A New Approach to Appearance-Based
Face Representation and Recognition
- 2022-02-13 09:36:51下载
- 积分:1
-
电子程序
该程序包包含了几个电子小程序,EVB061Test-KEY程序1、PWM程序2、复读机程序3、趣味语音识别程序5、语音电子钟4。
帮助初学者迅速掌握spce061a的编程原则。希望对一些有需要的人有帮助。
- 2022-03-10 21:04:11下载
- 积分:1
-
用C语言实现进程调度-操作系统课程设计设计思想:
“最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在...
用C语言实现进程调度-操作系统课程设计设计思想:
“最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling algorithm the basic idea is cpu allocated to the parade were in place the highest priority in the process. Dynamic priority, which is priority number in the creation process to set an initial value, When the process is a cpu after its priority on reducing the number of one.
- 2022-05-25 04:15:05下载
- 积分:1
-
the procedure can be generated source java html document
该程序可将java源程序生成html文件-the procedure can be generated source java html document
- 2023-07-25 14:10:03下载
- 积分:1
-
这是一个简单的网站的HTML
it is a simple website in html
- 2022-08-11 02:10:54下载
- 积分:1
-
Haskell 代码。
对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。
我本人主要将之用于 H264 编解码器的 d...
Haskell 代码。
对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。
我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。
很容易扩展为 YUV422 或 444 格式的图象。
更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro block to the performance. I will mainly use it H264 codecs deblock the process of positioning the auxiliary testing. Be easily extended to YUV422 format or 444 images. See more detail usage procedures help.
- 2023-02-20 13:45:04下载
- 积分:1
-
用HFSS仿真的微带天线,初学HFSS的朋友可以使用一下
用HFSS仿真的微带天线,初学HFSS的朋友可以使用一下-using HFSS simulation microstrip antenna, beginner HFSS friends can use this
- 2022-08-15 11:35:51下载
- 积分:1
-
是一个赛车的游戏 有远代码 可以正常运行 希望和大家在一起 讨论 关注...
是一个赛车的游戏 有远代码 可以正常运行 希望和大家在一起 讨论 关注-Is a racing game has much code can be the normal operation of the hopes and everyone together to discuss issues
- 2022-05-29 10:38:00下载
- 积分:1
-
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作...
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。
-balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
- 2022-03-05 06:54:53下载
- 积分:1
-
路线竞走游戏,游戏规则详见源代码注释部分,全C语言编程
路线竞走游戏,游戏规则详见源代码注释部分,全C语言编程-walking routes game, the rules of the game as detailed source notes, the entire C language programming
- 2022-03-21 19:54:28下载
- 积分:1