-
[综合类]用户定义关键字颜色的文件 164Kb 17 ★★★★★
[综合类]用户定义关键字颜色的文件 164Kb 17 ★★★★★ -[Comprehensive] user-defined keywords color documents 164Kb 17 Buranee People
- 2022-01-23 10:25:59下载
- 积分:1
-
c++写的exe文件绑定器,可以合并出一个精简的不含附加内容的exe文件...
c++写的exe文件绑定器,可以合并出一个精简的不含附加内容的exe文件-c++ Writing bind the exe file, you can merge a streamlined additional content does not contain exe files
- 2022-11-14 07:10:04下载
- 积分:1
-
相对于aPlib,JCALG1对于大文件效果好些
相对于aPlib,JCALG1对于大文件效果好些-Vis-à-vis aPlib, JCALG1 better results for large files
- 2022-03-10 17:52:04下载
- 积分: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
-
Loads an 3d object from Gmax or 3d studio max into opengl Loads an 3d object fro...
Loads an 3d object from Gmax or 3d studio max into opengl Loads an 3d object from Gmax or 3d studio max into opengl
Loads an 3d object from Gmax or 3d studio max into opengl-Loads an 3d object from Gmax or 3d studio max into opengl Loads an 3d object from Gmax or 3d studio max into opengl
Loads an 3d object from Gmax or 3d studio max into opengl
Loads an 3d object from Gmax or 3d studio max into opengl
- 2022-03-23 06:37:18下载
- 积分:1
-
微软CryptoAPI CSP模块的一个例子
microsoft cryptoapi CSP模块的一个示例。
- 2022-03-01 22:35:38下载
- 积分:1
-
灰度图像
这个程序用来将在普通图像转换为灰度图像,使用 windows 应用程序
- 2022-03-17 08:39:20下载
- 积分: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
-
这里定义了一个编程语言称作C-M i n u s (或简称为C-),这是一种适合编译器设计方案的
语言,它比T I N Y语言更复杂,包括函数和数组。本质上...
这里定义了一个编程语言称作C-M i n u s (或简称为C-),这是一种适合编译器设计方案的
语言,它比T I N Y语言更复杂,包括函数和数组。本质上它是C的一个子集,但省去了一些重要-Here defines a programming language called C-M inus (or simply C-), which is a suitable compiler design language, it is more complex than the TINY language, including the functions and arrays. It is essentially a subset of C, but eliminating the need for a number of important
- 2022-09-03 03:10:03下载
- 积分:1
-
css style manual (Chinese version) designers must have a manual
css样式手册(中文版)设计师必备的手册-css style manual (Chinese version) designers must have a manual
- 2022-09-26 03:30:03下载
- 积分:1