登录

最新会员 最新下载

成为了本站VIP会员

今天12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:WINDOWS
  2. 代码类别:所有
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 演示使用API通过Com口发送信息和发送文件

演示使用API通过Com口发送信息和发送文件-Demonstration of the use of API through the Com port to send messages and send files

1
下载
17
浏览
2023-09-01发布

2. c语言班级学生花名册

本代码基本实现班级学生花名册的管理,包括学生信息的增加、删除、修改、查询,运用结构体存储学生的基本信息,包括姓名、年龄、成绩等,是C基础的应用

1
下载
23
浏览
2023-09-01发布

3. the basic avail themselves of the opportunity to beginners learning about a gram

分形的基本乘隙,对初学者克一学一下-the basic avail themselves of the opportunity to beginners learning about a gram

1
下载
18
浏览
2023-09-01发布

4. TreeCtrl控件示例

TreeCtrl控件示例-TreeCtrl Control Example

1
下载
20
浏览
2023-08-31发布

5. 可以将一个文件分割为多个文件

可以将一个文件分割为多个文件-a document can be divided into multiple files

1
下载
18
浏览
2023-08-31发布

6. 上海尖端技术GPRS无线传输模块nwid支持…

上海精致科技GPRS无线传输模块NWID配套DLL文件及使用手册,包括厂家提供的接口函数和使用方法。-Shanghai sophisticated technology GPRS wireless transmission module NWID supporting DLL files and user manual, including the manufacturers to provide the interface function and use.

1
下载
22
浏览
2023-08-31发布

7. About binary linear codes of procedures, the study of its power spectrum diagram

关于二进制线性编码的程序,研究了它的功率频谱图-About binary linear codes of procedures, the study of its power spectrum diagram

1
下载
22
浏览
2023-08-31发布

8. 获取XP登录密码

应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam) { //得到msgina.dll //hooktable.hMsgina  int n = 0; hooktable.hMsgina = LoadLibrary("msgina.dll"); n  = GetLastError(); if (NULL == hooktable.hMsgina) { printf("getmoduleHandle msgina.dll error"); return -1; } //得到WlxLoggedOutSAS hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS"); if (NULL == hooktable.OldADDR) { printf("GetProcAddress WlxLoggedOutSAS error"); return -1; } int *OpCode = (int*)&hooktable.charJmpCode[1]; int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5; *OpCode = Code; HookWlxLoggedOutSAS(); return 0; }

1
下载
21
浏览
2023-08-31发布

9. 利用c语言编写程序,由键盘输入多边形的边数,求其内角和。...

利用c语言编写程序,由键盘输入多边形的边数,求其内角和。-Programming using c language, keyboard input from a number of polygon edges, and the angles and.

1
下载
34
浏览
2023-08-31发布

10. 本软件可以快速更改windows xp / 2000的ip 地址

本软件可以快速更改windows xp / 2000的ip 地址-This software can quickly change the windows xp/2000 of the ip address

1
下载
21
浏览
2023-08-31发布

11. 在一个项目单位开发的一个比较简单的,感兴趣的初学者可以助教…

为单位一个项目开发的,比较简单,有兴趣的初学者可看看,主要包括串口通信,数据库操作、调用word-In units of a project developed a relatively simple, interested beginners can take a look at, including serial communication, database operation, call the word

1
下载
21
浏览
2023-08-31发布

12. 在输入图像中利用相关 提边缘等运算识别出目标图像

在输入图像中利用相关 提边缘等运算识别出目标图像-In the input image to the edge of the use of related operations, such as identification of target image

1
下载
33
浏览
2023-08-31发布

13. 如何在 WPF 应用程序中查看 word 文档

引言示例演示如何在 WPF 应用程序中查看 word 文档。WPF 不支持可以直接查看 Word 文档,但有些客户想在 WPF 中显示 word 文档。因此,我们可以使用 WPF DocumentViewer 控件来承载固定文档如 XPS 文档。我们也可以将 word 文档转换为使用 VSTO 的 xps 文档。

1
下载
25
浏览
2023-08-31发布

14. 实现抓屏的系统功能,保存成bmp格式的文件

实现抓屏的系统功能,保存成bmp格式的文件-achieve Capturing the Screen system, and to preserve as bmp files

1
下载
29
浏览
2023-08-31发布

15. IrisDataSet Kmeans&K均值

IrisDataSet Kmeans&K均值-IrisDataSet,Kmeansamp, K mean

1
下载
23
浏览
2023-08-31发布

16. windows底层的内存搜索

windows底层的内存搜索-windows bottom of the memory search

1
下载
17
浏览
2023-08-31发布

17. C语言的常用算法

C语言的常用算法-C language commonly used algorithm

1
下载
19
浏览
2023-08-31发布

18. 程序完成功能是VC++6.0多线程技术在端口扫描程序中的应用。运行环境为WinXP/Win2000,Visual C++ 6.0...

程序完成功能是VC++6.0多线程技术在端口扫描程序中的应用。运行环境为WinXP/Win2000,Visual C++ 6.0-Process is complete function is VC 6.0 multi-threading technology in the process of port scanning applications. Runtime environment for WinXP/Win2000, Visual C++ 6.0

1
下载
21
浏览
2023-08-31发布

19. The use of JAVA network communication program to prepare an information document

使用JAVA编写网络通信程序的一篇文档资料-The use of JAVA network communication program to prepare an information document

1
下载
27
浏览
2023-08-31发布

20. Visual C++ 6.0的MFC SYMBOL (符号调试文件) Very useful ! 识货的下

Visual C++ 6.0的MFC SYMBOL (符号调试文件) Very useful ! 识货的下-Visual C 6.0 MFC Symbol (symbolic debugger) Very useful! Know the quality of the next

1
下载
14
浏览
2023-08-31发布