-
Winsock API编程原代码。值得一看
Winsock API编程原代码。值得一看-Winsock API programming source code. An eye-catcher
- 2022-12-16 00:10:04下载
- 积分:1
-
一个模仿Windows7桌面平台的源代码~写得好的画可以替代windows的桌面。集成了背景切换,右键换背景 目前只能换1次 (偷懒了点没写循环更换)。双击关闭...
一个模仿Windows7桌面平台的源代码~写得好的画可以替代windows的桌面。集成了背景切换,右键换背景 目前只能换1次 (偷懒了点没写循环更换)。双击关闭。支持图标透明,其中里面有个真正的透明通道控件――存在于Arone中。Arone中每个Item都是一个单独的控件。背景是在Form中,控件跟背景是透明融合。作者vIstaswx本来打算再写写去参赛的,结果先放给了本站,呵呵,再次感谢这个对GDI+技术高超的孩子。-An imitation of the source code for desktop platform Windows7 ~ write a good painting can replace the windows desktop. Integration of the background to switch, right-for the background is currently only available for a time (a point I did not write cycles lazy replacement). Double-click Close. Support icons transparent, inside of which there is a genuine and transparent access control- exist in Arone in. Arone Each Item is a separate control. Background is in the Form, the control integration with the background is transparent. By vIstaswx originally intend to write to the competition, the results of the first release to the site, Oh, once again thank the pairs of GDI+ highly skilled children.
- 2023-08-03 13:50:05下载
- 积分:1
-
这是本人用DELPHI编制的在新一代大智慧基础上,能自动选股,对股票的操作提示买卖强弱信号,和按买卖信号操作后的评估结果的一款软件,非常简单实用。...
这是本人用DELPHI编制的在新一代大智慧基础上,能自动选股,对股票的操作提示买卖强弱信号,和按买卖信号操作后的评估结果的一款软件,非常简单实用。-This is why I compiled with DELPHI at a new generation of great wisdom, based on automated stock picking, stock trading strength of the operation prompt signal, and by the sale of the signal operating results of the assessment after a piece of software is very simple and practical.
- 2022-03-15 06:35:52下载
- 积分:1
-
保存地图文档用vc++2005+AE9.2
保存地图文档用vc++2005+AE9.2-Save the map document used vc++ 2005+ AE9.2
- 2022-07-15 16:25:28下载
- 积分: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
-
Microsoft Speech SDK5.1语音编程,用于设计语音程序设计
Microsoft Speech SDK5.1语音编程,用于设计语音程序设计-Microsoft Speech SDK5.1 sound programme for sound programme designing
- 2023-06-23 23:05:05下载
- 积分:1
-
fcm是模糊c均值聚类算法,确定聚类中心以后,通过循环迭代,确定最佳聚类中心...
fcm是模糊c均值聚类算法,确定聚类中心以后,通过循环迭代,确定最佳聚类中心-FCM is a fuzzy c means clustering algorithm to determine the cluster center, the adoption cycle of iteration, to determine the optimal cluster center
- 2022-03-05 16:46:10下载
- 积分:1
-
用vc作的一个简单的电子表格,可以进行插入删除,添加行列等操作...
用vc作的一个简单的电子表格,可以进行插入删除,添加行列等操作-vc used for a simple electronic forms that can be inserted delete, add the ranks of such an operation
- 2022-04-12 16:33:13下载
- 积分:1
-
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间....
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间.-this procedure code used to access the computer system and the time, in many cases we need the system time.
- 2022-02-20 02:41:11下载
- 积分:1
-
Priority Scheduling using arrays.
Priority Scheduling using arrays.
- 2022-02-20 14:44:11下载
- 积分:1