-
字符串操作的数据组织结构,包含字符串的查找、删除、插入等操作...
字符串操作的数据组织结构,包含字符串的查找、删除、插入等操作-String operation of the organizational structure of data, including string search, delete, insert, such as operation
- 2022-02-20 10:41:12下载
- 积分:1
-
With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole...
用c++编写的的中国联通SGIP协议,内容挺全。
MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket -With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole ting. MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket
- 2023-06-11 04:35:03下载
- 积分:1
-
在Windows2000、XP直接访问端口的源代码
在windows2000,xp下直接访问端口的程序源代码-in windows2000, xp under direct access port source code
- 2022-03-21 22:06:00下载
- 积分:1
-
一个网络聊天服务端
一个网络聊天服务端-an Internet chat server
- 2022-01-31 06:46:34下载
- 积分:1
-
GL learning paradigm: a 3D billiards game of three
GL学习范例: 一个3D台球游戏三维引擎-GL learning paradigm: a 3D billiards game of three-dimensional engine
- 2022-02-03 13:52:26下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-01-25 16:28:42下载
- 积分:1
-
ILSpy代码查看器,用于学习他人dll设计及代码构成
查看代码用的好工具,但是 经过特殊处理的代码,ilspy翻译过来的东西不容易人工去读懂。
想保存源代码,选择你要的dll 然后点菜单中的 “保存代码”。
- 2022-11-15 12:45:03下载
- 积分:1
-
c++实现的端口扫描器
使用visual studio 2012进行的简易端口扫描器编写,可对计算机的各个端口进行扫描后判定其打开或者是关闭的。有兴趣同学可以在源码上进行拓展开发。
- 2023-06-25 08:55:11下载
- 积分: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
-
K-Means using Visual Basic 6
- 2022-05-29 13:52:31下载
- 积分:1