-
计算机常用算法,主要介绍算法及其基本设计方法,包括算法分析等...
计算机常用算法,主要介绍算法及其基本设计方法,包括算法分析等-Commonly used computer algorithms are introduced and the basic design of algorithms, including algorithm analysis
- 2022-07-24 05:28:40下载
- 积分:1
-
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载...
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载-This a comprehensive evaluate system of student. You can perform the following action:
inquire, add, list, etc. It s a mini but good system. try it!
- 2022-05-09 07:47:34下载
- 积分:1
-
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。...
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。
-Course automatically schedule system uses a " parallel backtracking" algorithms, just to set a good school all the basic information and arranging schedule constraints, the remaining things from your computer to complete.
- 2022-05-09 13:24:36下载
- 积分:1
-
透明时钟源代码:必要的指针与刻度外,其它都为透明,具有实用价值。...
透明时钟源代码:必要的指针与刻度外,其它都为透明,具有实用价值。-Transparent clock source code: the need to target and scale, all other are transparent, practical value.
- 2022-09-05 23:15:03下载
- 积分:1
-
VB垂直工具栏控件,可以用它编写像Windows资源管理器左工具栏相同的样式,内附VB实例代码....
VB垂直工具栏控件,可以用它编写像Windows资源管理器左工具栏相同的样式,内附VB实例代码.-VB Controls the vertical toolbar, you can use it to prepare, like Windows Explorer toolbar left the same style, containing examples of VB code.
- 2022-07-04 12:48:27下载
- 积分:1
-
这个只是一个简单的编辑工具很好用的希望你们能好好的研究,有什么问题随时联系。...
这个只是一个简单的编辑工具很好用的希望你们能好好的研究,有什么问题随时联系。-a simple tools to you learning java project.
- 2023-01-28 21:20:04下载
- 积分:1
-
管理 NTFS 交界点
创建和删除 NTFS 联结点简单 !
有三种类型的文件在 NTFS 文件系统支持的链接: 硬链接、 路口和符号链接。本主题是硬链接和路口的概述。
硬链接
硬链接是文件的多个路径引用单个文件在同一个卷中的文件系统表示形式。若要创建硬链接,请使用 CreateHardLink 函数。对该文件的任何更改都立即可见,这些应用程序访问它通过引用它的硬链接。但是,目录条目的大小和属性信息是只更新更改是通过它的链接。请注意对该文件的属性反映在每一个硬链接到该文件中对该文件的属性的更改传播到所有的硬链接。例如,如果你重置删除那特别的硬链接,硬链接上的只读属性并有多个硬链接到实际的文件中,那么您将需要重置只读位上从剩余的硬盘的一个文件,使文件的链接和所有剩余的硬链接回只读状态。
例如,在系统中的 c: 和 d: 都是本地驱动器和 z: 是一个网络驱动器映射到 fredshare,允许作为硬链接以下引用:
链接到 C:dirbdirclucy.txt C:diraethel.txt
D:dir1tinker.txt 到 D:dir2dirxbell.txt
链接到 C:dir2mina.txt C:dirybob.bak
以下不是:
链接到 C:dirb C:dira
链接到 D:dirblucy.txt C:diraethel.txt
链接到 Z:dirblucy.txt C:diraethel.txt
若要删除一个硬链接,使用 DeletFile函数。您可以删除任何顺
- 2022-09-07 10:20:03下载
- 积分:1
-
近年来平板显示在微型显示领域取得了快速的技术进展, 为可戴式显示器提供了新型显示器件,
本文介绍几种微型显示器件的主流技术和头戴显示器新进展。...
近年来平板显示在微型显示领域取得了快速的技术进展, 为可戴式显示器提供了新型显示器件,
本文介绍几种微型显示器件的主流技术和头戴显示器新进展。-In recent years, flat panel display in the field of micro-display technology has made rapid progress, to be wearing a new type of display provided by display devices, this paper introduces several mainstream micro-display technology and new progress in Head Mounted Display.
- 2022-02-12 03:11:23下载
- 积分:1
-
code to achieve the common computing functions of the calculator. Operators can...
本代码实现普通计算器的计算功能。可以做+,-,*,/运算,是在PB10环境下测试通过的。-code to achieve the common computing functions of the calculator. Operators can do ,-,*,/ is PB10 environment of the test.
- 2023-02-18 20:05:03下载
- 积分:1
-
门禁服务器源代码
门禁服务器程序与门禁设备udp通信,实现远程开门,刷卡记录数据库,获知门禁开关状态,实现人不在的情况下,也能打开门!!!!
- 2023-05-27 13:40:04下载
- 积分:1