-
Ftp transfer, upload and download. Written by Delphi.
一个基于delphi的FTP传输程序,能够实现上传和下载功能,通过编译-Ftp transfer, upload and download. Written by Delphi.
- 2023-05-24 17:40:04下载
- 积分:1
-
注册表读写
注册表读写 -registry reader to read and write registry
- 2022-04-19 15:40:04下载
- 积分:1
-
创建一个查找窗口
介绍
- 2022-02-01 22:14:41下载
- 积分:1
-
一个操作演示如何操作剪贴板(Clipboard)来共享和传递数据的程序。比如在资源管理器(Windows Explorer)中可以剪切/拷贝/粘贴文件。同样我们...
一个操作演示如何操作剪贴板(Clipboard)来共享和传递数据的程序。比如在资源管理器(Windows Explorer)中可以剪切/拷贝/粘贴文件。同样我们也可以在自己的应用程序中通过剪贴板来完成这些工作,从而提高我们自己的应用程序与Windows操作系统之间的互操作性。-an operation and demonstration of how to operate the clipboard (Clipboard), and transmit data sharing procedures. For example, in resource management (Windows Explorer) can shear/copy/paste documents. Similarly, we can also in their applications through the clipboard to complete these tasks, in order to improve our own applications and the Windows operating system interoperability.
- 2022-04-01 19:35:08下载
- 积分:1
-
Sample function to verbal represent money:
253$
Sample function to verbal represent money:
253$ -> two hundred fifty three dollars
One note: languige is RUSSIAN :--Sample function to verbal represent money:
253$-> two hundred fifty three dollars
One note: languige is RUSSIAN :-)))
- 2022-03-05 04:59:05下载
- 积分:1
-
最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE...
最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。这里要特别感谢那位名叫rovershen的网友!
GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或者是决定图象表现行为的控制块, 用以实现动画和交互式应用。GIF文件还通过LZW压缩算法压缩图象数据来减少图象尺寸。
-recent collate documents, found previously wrote "how the acquisition process NT path," he also has a problem that has not been resolved : text of the procedures do not have access to the trails system processes, such as : csrss.exe. Remember that there are spaces VCKBASE said a netizen : "Enumerate to the process can increase SE_DEBUG_NAME competence", so the Internet to find the information, solve the original problem. Special thanks here to rovershen who named the netizens! GIF image is based on the color of the table (data storage is the point corresponding to the color of the color value of the index list), only support a maximum of eight (256 colors). GI
- 2022-07-13 07:42:02下载
- 积分:1
-
本程序允许用户使用不同的XML,选择在左面显示的样式页,右面的数据...
本程序允许用户使用不同的XML,选择在左面显示的样式页,右面的数据-This demo allows the user to surf through different XML documents and apply different XSL
stylesheets to those documents. Choose an XML document and a XSL stylesheet on the left and display
the data on the right.
- 2022-02-04 11:53:48下载
- 积分:1
-
C#编写的道路圆曲线逐桩坐标计算程序
基于C#的Winform程序,目前支持首页百度搜索资料,缓和圆曲线逐桩坐标计算,任意多边形面积计算,Cass坐标文件一键XY互换,3°带6°带坐标转换;支持一键强制关机,支持换肤。
- 2022-03-16 19:48:36下载
- 积分:1
-
本书的组织,有些简单,清晰,容易记住的标准
本书的组织,有些简明扼要,条理清晰,便于记忆的标准
- 2022-05-26 22:55:04下载
- 积分:1
-
以深度为k的满二叉树(n=2k
以深度为k的满二叉树(n=2k-1)为例,假设表中每个记录的查找概率相等,即 pi=1/n(1≤i≤n),而树的第i层上有2i-1个结点,因此,折半查找的平均查找长度为:
所以,折半查找的平均时间复杂度为O(log2n)。
-To a depth of k over the binary tree (n = 2k-1) as an example, suppose the table to find the probability of each record the same, that is, pi = 1/n (1 ≤ i ≤ n), and the tree layer of the first i There are 2i-1 nodes, therefore, to find half the average length of search as follows: Therefore, to find half the average time complexity is O (log2n).
- 2023-08-09 03:30:03下载
- 积分:1