-
用c编写的密码程序DES
用c编写的密码程序DES-prepared using the password procedures DES
- 2023-01-07 22:00:03下载
- 积分:1
-
Tools of students management. The function is not perfect ,but there are some fu...
小东西,学生管理工具。功能不十分丰富,但五脏俱全,欢迎大家多多指教-Tools of students management. The function is not perfect ,but there are some function is special.
- 2022-01-31 11:40:12下载
- 积分:1
-
water voice signal deal with the robot locating the target and offering the feed...
水声信号的处理水下机器人对目标的定位并提供反馈信息-water voice signal deal with the robot locating the target and offering the feedback under the water
- 2022-07-15 10:13:06下载
- 积分:1
-
我最近的练习的C++作业,小程序,各位多多关照。
我最近的练习的C++作业,小程序,各位多多关照。-my recent practice of C operations, small program to take care of you.
- 2022-03-15 05:30:54下载
- 积分:1
-
Lua,如何学习语言。
lua make, how to learn Lua language.
- 2022-02-02 00:24:49下载
- 积分: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
-
C/C++ Utility Daquan programmers a very good book is worth the watch, please lo...
《C/C++程序员实用大全》一本很好的书很值得看的,请大家看看,还有配套的源代码- C/C++ Utility Daquan programmers a very good book is worth the watch, please look at the U.S., there are matching the source code
- 2022-05-15 10:09:42下载
- 积分:1
-
Qt 如何调用 DirectX 示例代码
Qt 如何调用 DirectX 示例代码
Qt 4.7.4 下测试编译成功运行,对初学者熟悉Qt调用DirectX的方法有很好的帮助!
- 2022-05-09 04:48:03下载
- 积分:1
-
很好的控件
很好的控件rxlib-2.7.7.zip
RxLib for Delphi2006
(02/01/2006)
=======================================
* Add the rxLib Unit directory (...RxLib_2006Units) to:
Tools->options
- Environment Options
- Delphi Options
- Library - Win32 | Library Path
* Open the project from IDE:
File->Open: ...RxLib_2006UnitsRxlib2006.bdsgroup
* Compile All packeges:
Project-> Build All projects
* Install all packages:
Una vez que todos los paquetes se han compilado correctamente se
deben instalar los que son de dise駉; Click derecho sobre los packages y
pulsar [Install] (View -> Project Manager):
dclrx2006.bpl [install]
dcldb2006.bpl [install]
dcldb2006.bpl [install]
- 2023-04-20 17:00:04下载
- 积分:1
-
汇编学习书箱,对刚学汇编的朋友来说是很多的选择
汇编学习书箱,对刚学汇编的朋友来说是很多的选择-Compilation of the book to learn me, just school friends is a compilation of many choices
- 2022-07-05 13:46:04下载
- 积分:1