-
MFC+ACESS数据库基本操作
这是一个基于MFC的单文档的应用程序,它使用了ACESS数据库,本小程序包含了操作数据库的几种基本操作:增加记录,插入记录,查询记录,修改记录,对记录进行排序等。是大家在MFC架构下操作数据的的不错参考,所有代码经过调试,均能运行。代码精简,精炼。能给初学者提供较好的知道。是连接操作数据的模板程序。
- 2022-03-17 20:32:55下载
- 积分:1
-
●WinPopup增强版及VC++源程序 409K 2004
●WinPopup增强版及VC++源程序 409K 2004-12-23 这是一个免费的用于局域网的消息传送小工具, 您可以用它来取代Windows 自带的WinPopup.EXE,和后者比较它有以下特点:消息可以自动保存, 根据您的选择最多可以保存 30 天;消息大小不再限制在 38 字节, 每条消息最多可以达到 400 字节;对单个计算机发出的消息, 可以要求接收方确认"已收到";可以广播消息到局域网中的多个工作组;可将它缩小为系统状态条图标, 当有消息到达时, 它可以发出声音或闪动图标加以提醒;可定制的消息文本显示字体和颜色;可选择让它开机自动运行;自动收集网络信息, 您可以在“网络邻居”列表中选择接收人, 而不是手工输入它。压缩包中含有可执行程序和源代码。-enhanced version and VC source 409K 2004-12-23 This is a free for LAN messaging small tool, you can use it to replace the Windows WinPopup.EXE, and the latter is more it has the following features : automatic preservation news, according to your choice of the most more can be preserved for 30 days; news is no longer limited to the size of 38 bytes each message can be up to 400 bytes; right individual information from the computer, the receiving party may request confirmation "has received"; news to be broadcast a number of LAN Working Group; it can be reduced to the system- state of the icon, when news arrived, it emits sounds or flashing icon t
- 2022-06-20 23:13:46下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
使用SetupDi...函式列舉設備
应用背景使用SetupDiGetClassDevs列舉設備,透過SP_DEVINFO_DATA結構及SetupDiEnumDeviceInfo來獲取設備資訊。SetupDiGetClassDevs則是取得類別interface,再透過SetupDiGetDeviceInterfaceDetail取得更多界面資訊。关键技术
使用SetupDi系列函數進行設備資訊的管理,獲取設備屬性:
#define SPDRP_DEVICEDESC (0x00000000) // DeviceDesc (R/W)
#define SPDRP_HARDWAREID (0x00000001) // *HardwareID (R/W)
#define SPDRP_COMPATIBLEIDS (0x00000002) // CompatibleIDs (R/W)
#define SPDRP_UNUSED0 (0x00000003) // unused
#define SPDRP_SERVICE (0x00000004) // Service (R/W)
#define SPDRP_UNUSED1 &nb
- 2022-10-02 04:35:03下载
- 积分:1
-
Add a new polynomial algorithm
添加新的多项式算法
- 2022-04-22 01:43:03下载
- 积分:1
-
TCP/IP在单片机51下的移植,完成网络通讯,希望对做网络的通讯的有帮助...
TCP/IP在单片机51下的移植,完成网络通讯,希望对做网络的通讯的有帮助-TCP/IP in the single-chip 51 under the transplantation, the completion of network communications, would like to make network communications have helped
- 2022-05-20 23:35:20下载
- 积分:1
-
VC中OpenGL编程实现虚拟现实,VRDemo,c++编写,非常实用,欢迎下载...
VC中OpenGL编程实现虚拟现实,VRDemo,c++编写,非常实用,欢迎下载-OpenGL Programming VC in virtual reality, VRDemo, c++ to prepare, very useful, please download! !
- 2022-03-01 18:02:51下载
- 积分:1
-
描述了一些语音情感识别的方法和实验
描述了一些语音情感识别的方法和实验-Describe a number of voice emotion recognition method and experimental
- 2022-04-10 17:31:02下载
- 积分:1
-
文件修改事件的监视
文件修改事件的监视-The example of monitoring the event of files change
- 2023-01-08 17:50:03下载
- 积分:1
-
一个基于vc开发的报表打印实例,希望对您的开发有所帮助。
一个基于vc开发的报表打印实例,希望对您的开发有所帮助。-Vc developed based on examples of print statements, and they hope to be helpful to your development.
- 2022-03-20 13:46:14下载
- 积分:1