-
Windows Mobile SP/PPC手机上操作联系人,SIM卡联系人,提醒,工作的封装类,使用简单。...
Windows Mobile SP/PPC手机上操作联系人,SIM卡联系人,提醒,工作的封装类,使用简单。-Windows Mobile SP/PPC phone operator contact, SIM card contacts, reminders, work package categories, using a simple.
- 2022-05-08 00:47:10下载
- 积分:1
-
一个小巧的汉语字典,字典数据来自其它程序,取词功能是用了ibm智能词典的Dll文件(vc.net)...
一个小巧的汉语字典,字典数据来自其它程序,取词功能是用了ibm智能词典的Dll文件(vc.net)-a small Chinese dictionaries, dictionaries of data from other programs, admission term function is used ibm smart Dictionary Dll files (vc.net)
- 2022-03-13 14:47:33下载
- 积分:1
-
盘文件读写模块 以字节为单位进行U盘文件读写
盘文件读写模块 以字节为单位进行U盘文件读写-Module to read and write disk file in bytes to read and write files to disk U
- 2022-03-20 09:41:42下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1
-
VC动态库示例程序
VC2008下创建和调用动态库的示例模板
- 2023-06-22 23:45:03下载
- 积分:1
-
Window Wrapper for WinCE Win32 dialog a
Window Wrapper for WinCE Win32 dialog a
- 2022-01-25 22:17:37下载
- 积分:1
-
Using java to do a polling system that can votes for the election when
用java做的一个记票系统,可以统计选票,用于选举时用-Using java to do a polling system that can votes for the election when
- 2022-10-16 21:55:03下载
- 积分:1
-
This resource is mainly to achieve image viewer features, operating environment...
此资源主要是实现图片浏览器的功能,运行环境为VC-This resource is mainly to achieve image viewer features, operating environment for the VC
- 2022-07-10 08:07:05下载
- 积分:1
-
opencv_finger_recognition
本文件概要介绍组成 Fngprnt 应用程序的每个文件的内容。
Fngprnt.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
Fngprnt.h
这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CFngprntApp 应用程序类。
Fngprnt.cpp
这是包含应用程序类 CFngprntApp 的主要应用程序源文件。
Fngprnt.rc
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位
- 2022-07-27 11:58:35下载
- 积分: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