-
这是一个简单的汉洛塔
这是一个简单的汉洛塔-This is a simple-LUOTA
- 2022-07-21 23:12:50下载
- 积分:1
-
视点改变的效果的程序
视点改变的效果的程序-Perspective The effect of the change in procedures
- 2023-04-23 22:50:03下载
- 积分:1
-
实现字体选择组合框的另一方法
实现字体选择组合框的另一方法-achieve font choices frame an alternative
- 2023-05-30 17:15:03下载
- 积分:1
-
实现邮件的收发功能,可以对邮件进行管理,如添加联系人,删除等。...
实现邮件的收发功能,可以对邮件进行管理,如添加联系人,删除等。-it could receive mail ,send mail .and manage the mail.it could receive mail ,send mail .and manage the mail.
- 2022-03-07 08:47:29下载
- 积分:1
-
vb.net 开发的WinCE下的串口通讯类,open()打开串口,read(),write()读写串口...
vb.net 开发的WinCE下的串口通讯类,open()打开串口,read(),write()读写串口-vb.net WinCE development of the serial communications, open () to open the serial port, read (), write () to read and write serial
- 2023-05-11 05:25:03下载
- 积分:1
-
Bilinear transform algorithm input order, the sampling time, control variables (...
双线性变换算法
输入阶次 ,采样时间 ,控制变量 ( 时 =1, 时 =0)
b1为s函数或z函数多项式的系数,先输入分子的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),再输入分母的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),均存到b1内。
-Bilinear transform algorithm input order, the sampling time, control variables (time = 1, when = 0) b1 function for s or z function polynomial coefficient, the coefficient of the first input elements (from the high power to low power of , high-coefficient of zero, should be type 0, the coefficient between the key separated by a space), and then type the denominator of the coefficient (from the high power to low-power, high-coefficient of zero, should be type 0, between the coefficient of keys separated by spaces), are kept within the b1.
- 2022-02-04 07:44:22下载
- 积分:1
-
information of fwq
基于服务器推进技术的源代码信息。请大家多多点击。-information of fwq
- 2022-07-10 12:33:20下载
- 积分:1
-
类在视觉基础知识中的示例使用
Sample usage of Class in Visual Basics
- 2022-07-17 10:38:43下载
- 积分:1
-
图书管理系统
此资源对图书管理有了一个很基本也比较清晰的系统使用,主要是连接数据库和struts配置文件。实现了对数据库的增添查改,主要是对图书和借书的操作,各级之间非常清晰,里面也有各种源文件包括数据库文件,可以运用MySQL或者SQL sever。
- 2022-02-01 02:57:34下载
- 积分: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