-
基于opencv的三维重建的实例源代码,可以运行.
这是本人自己写的基于opencv的三维重建的实例源代码,可以运行.
- 2023-05-31 12:00:04下载
- 积分:1
-
详细介绍了ARM处理器的arm7dti
arm7dti detail for arm processor
- 2022-02-12 02:24:53下载
- 积分:1
-
socket编程实例 可以实现简单的Socket通信 可供初学者参考
socket编程实例 可以实现简单的Socket通信 可供初学者参考-socket programming can be achieved simply an instance of Socket Communications for advanced users
- 2022-05-23 03:37:25下载
- 积分:1
-
利用C#编程语言实现三层架构的成绩管理系统
利用C#编程语言实现三层架构的成绩管理系统,本程序是在VS平台上实现的,C/S模式的小型应用软件,是学习C#编程的比较好的入门程序资料,而且编程风格习惯很好,对于培养初级程序员良好的代码习惯比较有帮助
- 2023-06-20 06:45:03下载
- 积分:1
-
实现记事本的主要功能,包括打开文件,复制,站踢人等,另外还有一些额外的功能。...
实现记事本的主要功能,包括打开文件,复制,站踢人等,另外还有一些额外的功能。-Notepad implementation of the main features, including open files, copy,踢人station, etc. There are also some extra features.
- 2022-04-08 06:30:59下载
- 积分:1
-
用于在smartphone上下载指定URL信息的源代码.通过HTTP传输
用于在smartphone上下载指定URL信息的源代码.通过HTTP传输-For smartphone to download the specified URL source of information. Through HTTP transmission
- 2023-01-19 21:10:04下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
几个自己编的小程序,仅供大家参考,初学者的几个小程序。...
几个自己编的小程序,仅供大家参考,初学者的几个小程序。-Some own small procedures, for your reference, a few small programs for beginners.
- 2022-05-21 03:42:14下载
- 积分:1
-
利用中点算法实现画整圆,利用c语言在turboc下编程
利用中点算法实现画整圆,利用c语言在turboc下编程-Algorithm using the midpoint of painting the entire round, using c language programming in the next TurboC
- 2022-01-25 22:32:40下载
- 积分:1
-
MicroDVR-简单的视频安全使用网络摄像头,运动检测
这是一个简单的应用程序,允许用户使用可用的 VideoCaptureDevices (网络摄像头s) 作为安全摄像机。该接口允许用户记录特定的摄像机视频文件 (.avi) 到本地存储 (记录路径也可以通过设置界面) 等。用户可以在任何时候将焦点设置在任何相机上。对于每个摄像机,我们可以启用运动检测,对运动和自动记录在议案上的发出蜂鸣音。
- 2022-03-13 11:20:54下载
- 积分:1