-
VC6平台的MFC的基本对话框贪吃蛇游戏
简单的贪吃蛇,使用MFC的基本对话框,适合了解MFC绘图的相关函数,和小游戏设计参考
- 2022-03-22 04:20:56下载
- 积分:1
-
桌面向导运行结果的主要形式如图1.1所示。deskt…
桌面精灵的主窗体运行结果如图1.1所示。桌面精灵模块是以阴历和阳历相结合的方式显示的日历,其中还包含二十四节气以及一些中西方节日,这些特殊的日期都用不同的颜色进行标注。-Desktop wizard to run the results of the main form as shown in Figure 1.1. Desktop Wizard module is based on a combination of lunar and solar calendar display calendar, which also contains the 24 solar terms, and some Western holidays, these special dates are marked in different colors.
- 2023-03-14 00:20:03下载
- 积分:1
-
input programming paradigm is the recommended value
输入法编程示例,很值的推荐-input programming paradigm is the recommended value
- 2022-01-25 20:15:58下载
- 积分:1
-
huffman源代码,包含该算法的具体实现,从统计概虑到编码
huffman源代码,包含该算法的具体实现,从统计概虑到编码-Huffman source code, the algorithm contains a concrete realization from the statistical estimate takes into account coding
- 2022-04-01 07:17:11下载
- 积分:1
-
服务器端的TCP功能
实现服务器端的TCP功能。可正常收发。采用Visual C++6.0编写,可正常运行。如果你是最新的版本,或是高于该版本的VS,都可以独立编译,正常跑通。
- 2022-04-23 10:27:06下载
- 积分:1
-
Really tested. 2.4
真的试验过。2.4寸TFT彩色液晶屏驱动程序,,m16驱动,很好看,还可以显示彩色照片-Really tested. 2.4-inch color TFT LCD driver,, m16 drivers, good to see, but also can display color photographs
- 2022-01-25 13:58:24下载
- 积分:1
-
C++计时器源码
应用MFC框架的计时器程序,可以放大缩小窗口,设置计时时间,到时提醒,提示音等;可以关联PPT,点击开始后倒计时,同时自动播放PPT,支持PowerPoint 2003。开发工具vs2013,工程可以直接打开,含可执行程序。
- 2022-04-21 12:19:22下载
- 积分: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
-
adc tlc 5510,好用可以准确的实行其功能
adc tlc 5510,好用可以准确的实行其功能-good, very good
- 2022-04-30 18:24:22下载
- 积分:1
-
人脸检测 c + +
人脸检测 c + +。使用 opencv 库。在 visual studio 2008 上运行
- 2022-01-24 14:21:00下载
- 积分:1