-
haha!it s lunar calendar s small pragrame,please give directions.if there is err...
哈哈,农历小程序,大家多指教。如有错误请指出-haha!it s lunar calendar s small pragrame,please give directions.if there is error in it,please point it out
- 2022-07-08 18:38:49下载
- 积分:1
-
高效率的C++编程经验,作者历时1年的经验总结。
高效率的C++编程经验,作者历时1年的经验总结。-The most popular methed.
- 2022-08-11 01:35:08下载
- 积分: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
-
文件描述:游戏炸弹人 创建人: MR LIN, 2004年6月19日
文件描述:游戏炸弹人 创建人: MR LIN, 2004年6月19日 -document Description : bombs games were founded : MR LIN, June 19, 2004
- 2022-09-13 11:05:03下载
- 积分:1
-
批量智能打印codesoft标签模板文件
概述:运用labview开发的自动、批量、智能打印codesoft模板标签文件。
用处:codesoft定制化、批量打印复杂标签,打印的数据源从第三方软件导入或手动创建。
特点:自动、智能、批量打印,支持模板文件多、标签变量多、定制化、个性化定义打印任务。智能校验重复打印、漏打印的常见错误发生。
- 2022-03-20 21:09:15下载
- 积分:1
-
STM32F103 LED跑马灯实验代码
使用库函数调用,思路清晰,代码精简易懂。对于初学者来说是很好的练习学习资料。实验在keil5环境下操作。
- 2022-02-01 06:00:27下载
- 积分:1
-
this simple code ro copy all data in removable disk to Hardisk if in PC has dete...
this simple code ro copy all data in removable disk to Hardisk if in PC has detected any Flash disk or removable disk plug in PC
- 2022-05-15 03:31:59下载
- 积分:1
-
check ip address
check ip address use c sharp to do -check ip address
- 2022-07-13 23:04:41下载
- 积分:1
-
pocketc写的截图软件,自己任意截图,源码下载
pocketc写的截图软件,自己任意截图,源码下载-pocketc screenshots of the software to write their own arbitrary screenshots, source code download
- 2022-08-10 16:29:13下载
- 积分:1
-
图书管理借阅系统 毕业设计
工作室为朋友做的简单的毕业设计,没有花哨的功能,没有美观的界面,纯粹简单的易于操作的系统。
采用: Asp + Acc...
图书管理借阅系统 毕业设计
工作室为朋友做的简单的毕业设计,没有花哨的功能,没有美观的界面,纯粹简单的易于操作的系统。
采用: Asp + Access 制作的系统。
简单的页面加密,页面密码(注意密码的大小写):2Fly.cn
尽供原创教程使用,如发现错误,请提出意见!谢谢大家!
作者:2Fly工作室 网站:http://www.2fly.cn
主要功能:(缺点:没做表单验证,因为想必大家都会)
实现了图书分类、图书添加、图书管理、借书会员管理、借书管理、还书管理、书本废弃管理
教案主要目的:学习参数之间的互相传递和SQL查询的主要应用-Lending Library Management System graduate design studio for a friend to do the simple design graduate, no garish function, not aesthetically pleasing interface simplistic easy to operate system. Use : Access Asp production systems. Simple pages encryption, password pages (Note that the password is case) : 2Fly.cn do for original guide, like the discovery of the error, please advise! Thank you! Author : 2Fly studio website : http://www.2fly.cn main functions : (drawbacks : do not form validation, because we all must) achieved the classification of books, and books add, library management, library membership management, library management, book management, waste management templ
- 2022-01-26 05:48:41下载
- 积分:1