-
BTDragDropFTP
资源描述BTDragDropFTP,说明:BTDragDropFTP 构件是一个具备 FTP 功能的构件,并能够接收由资源管理器或是文件夹中拖放而来的文件加以传送 ( 1.0 版,附源码 )
- 2022-08-05 15:43:38下载
- 积分:1
-
使用 Opengl c + + 的基本形状
这个项目是在 Microsoft Visual c + + 速成版中显示简单的基本形状:
基本形状是三角形、 正方形、 金字塔和五角大楼。它不会有任何键互动......Opengl 图形库,它提供了强大的功能,这是为 begginers,得到的 Opengl 的感觉只是一个简单的程序。
- 2022-04-17 10:05:29下载
- 积分:1
-
粒子群优化算法的MATLAB
函数[x,fval,exitflag,output]=pso(objfunc,nvars,options)
- 2022-06-14 22:30:17下载
- 积分:1
-
TCP/IP,UDP/IP,SOCKET
TCP/IP,UDP/IP,SOCKET
- 2022-01-29 02:53:41下载
- 积分:1
-
实现最小生成树算法,通过PRIM算法实现.通过输入一串字符显示最小生成树.求得最小路径...
实现最小生成树算法,通过PRIM算法实现.通过输入一串字符显示最小生成树.求得最小路径-Realize minimum spanning tree algorithm, through the PRIM algorithm. By entering a string of characters show minimal spanning tree. Find the smallest path
- 2023-01-21 06:40:04下载
- 积分:1
-
qwertyasdfg
指纹扫描仪,将有助于您通过arduino设备的帮助下,您的指纹
- 2022-10-16 08:25:02下载
- 积分:1
-
Minimum cost flow of minimum cost path algorithm SuccessiveShortest
最小费用流的最小费用路算法SuccessiveShortest-Minimum cost flow of minimum cost path algorithm SuccessiveShortest
- 2022-03-21 05:16:12下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
a very attractive clock procedures
一个非常精美时钟程序-a very attractive clock procedures
- 2022-07-05 01:37:34下载
- 积分:1
-
一个具有基本功能的计算器(附有文档),输入:一个算术表达式串。具有加减乘除,cos,sin,求n次方,开平方等中等算术功能...
一个具有基本功能的计算器(附有文档),输入:一个算术表达式串。具有加减乘除,cos,sin,求n次方,开平方等中等算术功能-A calculator with basic functions (with document), enter: an arithmetic expression string. Multiplication and division with addition and subtraction, cos, sin, seek n-th power, open square arithmetic functions such as medium
- 2022-12-12 01:10:03下载
- 积分:1