-
WAV压缩成MP3格式
将Wav格式压缩成Mp3-to Wav compressed into MP3 format
- 2022-10-27 11:20:04下载
- 积分:1
-
V0.8版新增加了:英文关键词建议,根据本地tags、文章标题和文章内容通过YahooAPI进行关键词解析,最终获得Yahoo建议的英文关键词组合。...
V0.8版新增加了:英文关键词建议,根据本地tags、文章标题和文章内容通过YahooAPI进行关键词解析,最终获得Yahoo建议的英文关键词组合。-An increase of the new v0.8 version: English Keywords recommendations, in accordance with local tags, article title and article content for keywords through YahooAPI analysis, eventually Yahoo English Keywords combinations.
- 2023-06-09 07:55:03下载
- 积分:1
-
模拟自动售货机
Simulate a Vending Machine
- 2022-01-26 08:16:40下载
- 积分:1
-
Packaging a baked
EVC环境下封装一个烤屏函数,此函数用于抓取屏幕并保存为位图。-Packaging a baked-screen function, the function used to capture screen and save it as a bitmap.
- 2022-08-15 00:37:20下载
- 积分:1
-
在关闭文件前提示的是否关闭保存
在关闭文件前提示的是否关闭保存-It can ask you wheather you really want to close this file or save it before close.
- 2022-01-26 01:33:15下载
- 积分: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
-
TLV解析示例程序
本示例程序使用C#程序语言编写了整个金融IC卡,卡片交易过程中产生的以TLV格式的数据解析功能。方便了解金融IC卡整个卡片底层的交互过程。
- 2023-02-11 05:35:03下载
- 积分:1
-
学生计划
- 2022-06-12 00:43:21下载
- 积分:1
-
这些是杭州电子科技大学acm练习题里面的一些题目和c++程序。...
这些是杭州电子科技大学acm练习题里面的一些题目和c++程序。-These are the Hangzhou University of Electronic Science and Technology acm exercises inside some of the topics and c++ Procedures.
- 2023-01-01 01:40:04下载
- 积分:1
-
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器...
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器-Wince5.0 own under EP9315 SDK, the SDK provides support for Chinese characters simulator
- 2023-01-15 21:10:09下载
- 积分:1