-
A written using visual basic to change the color of the text of the procedures
一个用visual basic写的能够改变文字的颜色的程序-A written using visual basic to change the color of the text of the procedures
- 2023-01-09 10:50:03下载
- 积分:1
-
asp前台 access后台 图书馆管理系统毕业论文毕业设计全套
asp前台 access后台 图书馆管理系统毕业论文毕业设计全套-asp future library management system access background design a full set of graduation thesis
- 2023-01-17 15:40:03下载
- 积分:1
-
蒙泰罗达尼洛 · 德索萨 ·
dscdssvdf dadsadas asdsad sadgr e wfw fs asdasd wdqwdASDASDA FFASSD ddcdsf afsdf s dsaf e e f d sfdfsdf asddasf ewf zccdsfwvwcscdv
- 2022-01-22 01:21:10下载
- 积分:1
-
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
VC开发的树型可拖拉策略编辑器-VC can drag the tree strategy Editor
- 2022-08-06 15:02:13下载
- 积分:1
-
他计划使用INI文件确定菜单程序。程序动态…
his program uses an ini file to determine a menu routine. The program dynamically adds menus that run programs and has the ability to pass arguements to those programs if needed. The program can go 5 submenu s deep and can start from no menus to basically an unlimited amount of menus. Have also written in C++ builder but haven t made the Cbuilder one go 5 subs deep yet.-his program uses an ini file to determine a menu routine. The program dynamically adds menus that run programs and has the ability to pass arguements to those programs if needed. The program can go 5 submenu s deep and can start from no menus to basically an unlimited amount of menus. Have also written in C++ builder but haven t made the Cbuilder one go 5 subs deep yet.
- 2022-06-17 04:57:32下载
- 积分: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
-
这是STLport 5.2.1最新版,动态库的编译方式已经改变,不懂的到网上查找。...
这是STLport 5.2.1最新版,动态库的编译方式已经改变,不懂的到网上查找。-This is the latest version of STLport 5.2.1, dynamic libraries compiled method has been changed, do not understand the web to find.
- 2023-07-21 15:25:04下载
- 积分:1
-
FBMC和OFDM子载波对比分析
这是关于5G波形和4G波形子载波对比的程序,程序仿真图很好的分析了二者的子载波对比。对于初学者理解子载波有很好的帮助
- 2022-05-30 08:32:57下载
- 积分:1
-
一个模仿Windows操作系统下空当接龙的游戏.
一个模仿Windows操作系统下空当接龙的游戏.-A mimic empty when the next Windows operating system Solitaire game.
- 2022-06-25 23:15:39下载
- 积分:1
-
A database searching programme written by vc.I find it on internet.
用VC编写的一个数据库的搜索程序,网上找到的-A database searching programme written by vc.I find it on internet.
- 2023-02-27 22:10:03下载
- 积分:1