-
这是一个比较简单的程序。
this a relatively simple program.
-this is a relatively simple program.
- 2022-12-26 17:30:03下载
- 积分:1
-
枚举窗口和子窗口
枚举窗口示例,枚举子窗口示例
枚举子窗口中的指定金额,取出金额并显示
一般用于扣费系统中的扣费金额读取
用到API有:GetWindowText,FindMoneyParentWnd,EnumWindows,EnumChildWindows
- 2023-08-27 23:35:03下载
- 积分:1
-
一个没有任何限制的内码转换器,可以转换GB
一个没有任何限制的内码转换器,可以转换GB->BIG5,BIG5->BG,简体转繁体,繁体转简体-a no restrictions within the code converter that converts GB- gt; BIG5, BIG5- gt; BG, English History turn, turn traditional English
- 2023-03-15 18:05:04下载
- 积分:1
-
PCI device driver development
PCI设备WINDOWS驱动程序的开发-PCI device driver development
- 2022-08-24 07:50:34下载
- 积分:1
-
基于RMI1250(MIPS 32内核)通过GPIO模拟IIC驱动源码,在WinCE 5.0下测试通过...
基于RMI1250(MIPS 32内核)通过GPIO模拟IIC驱动源码,在WinCE 5.0下测试通过-Based on RMI1250 (MIPS 32 core) through the GPIO analog source IIC driver in WinCE 5.0 under the test
- 2022-03-11 03:32:47下载
- 积分:1
-
word排版,里面包括了大量的Word排版技术,只要你需要,里面的内容都会告诉你。...
word排版,里面包括了大量的Word排版技术,只要你需要,里面的内容都会告诉你。-word publishing, which includes a large number of Word layout techniques, as long as you need, which will tell you the content.
- 2022-12-31 09:35:06下载
- 积分:1
-
OICQ探索器程序源代码
OICQ探索器程序源代码-OICQ exploration for the source code
- 2022-03-12 06:08:29下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1
-
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办...
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办法,学的不是很多,这样的程序也拿来传。。希望大家见谅,不过我觉得这也有他的好处。-Recent study for a period of time C, feeling good, and this single-chip programming is also helpful in this offer, a small program (to run in VC6.0 so, can see more clearly), its function is to display any calendar year, no way, learning is not a lot, so that the procedures used Chuan. . I hope everyone will forgive, but I think this also has the advantage of him.
- 2022-05-08 07:54:29下载
- 积分:1
-
This part describe summary of what you will find in each of the files in this ch...
This part describe summary of what you will find in each of the files in this chat application.
Client.exe
This is the client part of the chat application. Clients can connect to the chat server using this application.
Server.exe
This is the server part of the chat application. This part establishes the connection between clients. First we have to execute this part before we execute the client part. So we have to mention the specific port number. This server can handle 50 clients.
- 2022-08-08 00:12:49下载
- 积分:1