-
检测屏幕尺寸和颜色深度
检测屏幕尺寸和颜色深度-detect the screen size and color depth
- 2023-07-10 10:35:04下载
- 积分:1
-
感谢程序员联合开发网 倾情奉献 这个是有关多文档编程方面的技巧集 欢迎大家下载...
感谢程序员联合开发网 倾情奉献 这个是有关多文档编程方面的技巧集 欢迎大家下载-thank programmers working on the Joint DEDECATES dedication of the many documents relating to the programming skills set to welcome you to download
- 2022-08-26 13:34:31下载
- 积分: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
-
C#, the clock applet, simple implementation, beginners learn
C#编写的时钟小程序,简单的实现,初学者借鉴-C#, the clock applet, simple implementation, beginners learn
- 2022-06-27 13:56:19下载
- 积分:1
-
该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n)....
该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the complexity of O (n* m).
- 2022-03-30 21:31:25下载
- 积分:1
-
implementing laplacian
implementing laplacian
- 2022-02-07 00:44:40下载
- 积分:1
-
简单的算法的三维表示,和绘图向量场的例子。
easy algorithm to 3d representation, and example of plotter vector fields.-easy algorithm to 3d representation, and example of plotter vector fields.
- 2022-02-16 06:17:44下载
- 积分:1
-
学生成绩管理系统源代码及设计报告
本程序为用Delphi 做的学生成绩管理系统,压塑内包含源代码,数据库和设计报告,将数据库正常导入SQL才能正常使用
- 2022-06-21 22:12:10下载
- 积分:1
-
s3c2440a串口驱动源代码,可以参考自己编驱动,也可以直接拿来使用...
s3c2440a串口驱动源代码,可以参考自己编驱动,也可以直接拿来使用-s3c2440a serial driver source code, can refer to own drive, also can be directly used to use
- 2023-04-21 07:00:03下载
- 积分:1
-
水晶报表实例,这是在ASp.net里做水晶号表,很好用的,用C#写的。...
水晶报表实例,这是在ASp.net里做水晶号表,很好用的,用C#写的。-crystal statements example, it is done in ASp.net Lane, Crystal Table good use, and C# writes.
- 2022-03-22 08:56:57下载
- 积分:1