-
MATLAB实现shepp-logan头模型重建
MATLAB程序来实现三维shepp-logan头模型FDK重建,生成头模型不同角度下投影数据并进行三维锥束重建
- 2022-02-07 01:48:59下载
- 积分:1
-
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。
-implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
- 2022-05-25 18:24:45下载
- 积分:1
-
Asks answer for the security question as a second stage of password recovery
Asks answer for the security question as a second stage of password recovery
- 2022-12-11 22:35:03下载
- 积分:1
-
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序...
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序-Fingerprint Identification System to design a pattern based on the design of the fingerprint identification process for some
- 2023-03-30 04:35:02下载
- 积分:1
-
PHP酒店点菜系统
这是一款酒店点菜系统,后台可以随意添加删除菜单。本系统采用dedecms开发而成,大家可以下载过来一起学习,如有不足之处,还请大家一起来完善代码。本人感激不尽
- 2022-03-20 23:27:05下载
- 积分:1
-
设计感应电机
这个代码是用来设计异步电动机,具体参数来预测设计的异步电动机
- 2022-03-17 05:30:58下载
- 积分:1
-
Socket通信示例
一次.net Socket UDP编程
最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。
程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
- 2022-08-17 12:38:18下载
- 积分:1
-
基于PCA法的人脸识别,对本科毕业设计具有参考价值(含源代码和实验图片)...
基于PCA法的人脸识别,对本科毕业设计具有参考价值(含源代码和实验图片)-based PCA Face Recognition Act, the undergraduate graduation design reference value (including source code and experimental Photo)
- 2022-04-06 15:16:53下载
- 积分:1
-
Shape context 是一种基于特征的识别算子,其高性能的识别效果使只得到了广泛的应用,这些是学习Shape context 必须要看的一些资料已经自己的...
Shape context 是一种基于特征的识别算子,其高性能的识别效果使只得到了广泛的应用,这些是学习Shape context 必须要看的一些资料已经自己的一些学习总计希望能有所收获-Shape context is a feature-based recognition operator, its high-performance results so that only the recognition has been widely used, these are learning Shape context must be to look at some of the information has been a total of some of their own study hopes to have a harvest
- 2022-09-07 21:45:03下载
- 积分:1
-
基于jsp的学生作业管理系统
thwAddForm.jsp
(1)
存放位置 /manage/hw
(2)
文件作用:作业整体信息的输入界面
(3)
显示课程名-------${cou_name}
(4)
输入控件命名
作业名称 name=”tea_hw_name”
应交日期 name=”tea_hw_expire”
难易度 name=”tea_hw_diff_easy”
是否开启 name=”tea_hw_open”
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-25 18:22:52下载
- 积分:1