-
source profiles : recursive query document examples can be specified directory i...
源码简介:采用递归查询文件的例子,可以查询指定目录下的符合条件的文件,可以搜索文件中的字符串-source profiles : recursive query document examples can be specified directory inquiries eligible documents, document search string
- 2022-10-29 13:45:03下载
- 积分:1
-
一个记事本的源程序
一个记事本的源程序-a source of the notebook
- 2022-04-02 03:18:10下载
- 积分:1
-
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。...
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。-The software is used to stastic the student grade. For given n students, it caculates the average grade with given student ID and grade and list the best student ID and grade for t out of n .
- 2022-02-25 14:01:53下载
- 积分: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
-
windows下MP3播放程序开发源代码,可适合初级开发。
windows下MP3播放程序开发源代码,可适合初级开发。-windows MP3 player under development source code, which may be suitable for junior development.
- 2022-08-10 14:50:29下载
- 积分:1
-
利用树视控件显示资源管理器风格的目录状结构
利用树视控件显示资源管理器风格的目录状结构-use trees as controls under the Resource Management style directory structure
- 2022-08-11 05:27:55下载
- 积分:1
-
计算机图形学作业,一个正方形绕圆转动并自转
计算机图形学作业,一个正方形绕圆转动并自转-computer graphics operation, a rotating circle around the square and rotation
- 2022-05-22 19:25:49下载
- 积分:1
-
实现一个定时器的例子,用win32汇编实现,比较有意思
实现一个定时器的例子,用win32汇编实现,比较有意思-Example of realization of a timer, using win32 compilation of implementation, more interesting
- 2022-03-19 04:50:18下载
- 积分:1
-
奇迹的东西这些给你们看看,我不知道是什么
奇迹的东西这些给你们看看,我不知道是什么-hihhghzh修辞学厂夏至线
- 2022-01-23 10:24:47下载
- 积分:1
-
STM32F429跑马灯源码
实验器材:
阿波罗STM32F429开发板
实验目的:
学习GPIO作为输出的使用
硬件资源:
1,DS0(连接在PB1)
2,DS1(连接在PB0)
实验现象:
本实验通过代码控制开发板上的两个LED:DS0和DS1交替闪烁,实现类似跑马灯的效
- 2023-04-22 03:15:03下载
- 积分:1