-
Fresh rubber, no man of Writing, which is similar in PHOTOSHOP
橡皮劲,没过人写的,类似于PHOTOSHOP中的哪个-Fresh rubber, no man of Writing, which is similar in PHOTOSHOP
- 2022-01-25 21:00:23下载
- 积分:1
-
如何下载网页,对页面数据进行分析和处理,对数据进行收集.
如何下载网页,对页面数据进行分析和处理,对数据进行收集.-How to download web pages, on the page of data analysis and processing of data collection.
- 2022-10-02 00:05:03下载
- 积分:1
-
Loc1.0 the software version. Purpose : Major private document browser toolbar, p...
本软件为Loc1.0版。 目的: 主要对私人文档的浏览工具,其私人文档只能用该软件才能正确浏览。 使用: 请将该软件的LocSee文件夹以及内部文件拷贝到A:磁盘根目录下, 切勿更改路径,否则后果自负。 软件使用前,请先运行LocReg.exe对程序进行注册。 MyDoc.exe为主程序,他可以将文本文件转化为Loc文档(即加密文档) 注册后,点击Loc文档将直接调入该程序。 作用: 如果将该程序拷贝到其他磁盘运行,该程序将不仅不能正常运行,而且 会自动销毁。同时会删除当前目录下的所有Loc文档。 本软件暂时免费,仅供学习讨论,若要更加完善,加强加密保护,请与本人 联系。 联系电话:0745-2383298 Email:langel197881@yahoo.com.cn 个人网站: langel.ruin.cn-Loc1.0 the software version. Purpose : Major private document browser toolbar, private documents can only use the software to ensure the proper browser. Use : Please software LocSee this folder and copy of the internal document A : disk root directory, the path not to change, otherwise bear the consequences themselves. The use of the software before running post LocReg.exe right registration procedures. MyDoc.exe mainly procedures, he can be transformed into text files for Loc documents (that is, encrypted files) After registration, click Loc document will be directly transferred to the program. Role : If this program copied to oth
- 2022-01-25 17:27:55下载
- 积分:1
-
代码实现了目前所使用的大部分手机上的英文单词的输入功能,可根据使用频率给出常用单词!...
代码实现了目前所使用的大部分手机上的英文单词的输入功能,可根据使用频率给出常用单词!-Realize the current code used by the majority of English words on the phone input function, frequency of use is given in accordance with commonly used word!
- 2022-02-06 04:14:02下载
- 积分: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
-
开发驱动生成开发驱动环境一个好软件,帮助你生成好一个驱动框架 ,智要使用vc++就可以开发驱动了加上DDK...
开发驱动生成开发驱动环境一个好软件,帮助你生成好一个驱动框架 ,智要使用vc++就可以开发驱动了加上DDK-Development-driven development-driven environment to generate a good software, help you generate good a driver framework to use Moses vc+ On a driver can be developed together with the DDK
- 2022-03-11 12:02:58下载
- 积分:1
-
可以实现学籍管理的c代码,包括记录添加,删除,查找,显示,并且支持100位的密码保护功能...
可以实现学籍管理的c代码,包括记录添加,删除,查找,显示,并且支持100位的密码保护功能-can achieve Enrollment Management c code, including records add, delete, search, display, and supports 100 password protection function
- 2022-01-21 20:22:50下载
- 积分:1
-
用于更改系统桌面背景,虽然微软本身有一个动态库提供了这个功能,但是这个库本身系统不带。因此用Delphi编写了这个程序,用于设置自动更换桌面背景...
用于更改系统桌面背景,虽然微软本身有一个动态库提供了这个功能,但是这个库本身系统不带。因此用Delphi编写了这个程序,用于设置自动更换桌面背景-Change the system for the desktop background, while Microsoft itself has a dynamic library provides this functionality, but the library system does not take itself. Delphi therefore prepared to use this procedure for the automatic replacement of desktop background
- 2022-02-14 04:01:07下载
- 积分:1
-
拓扑排序算法和主函数,希望大家好好运用,如果有什么不懂可以联系我哦...
拓扑排序算法和主函数,希望大家好好运用,如果有什么不懂可以联系我哦-topological sorting algorithm and the main function, we make good use of hope that if there is any link I can understand Oh
- 2022-07-11 20:11:58下载
- 积分:1
-
基于51单片机的双串口多机通信程序,主机串口2与PC连接,串口1与从机连接,可实现pc机控制从机,从机接收到命令后返回相应数据到pc机
基于51单片机的双串口多机通信程序,主机串口2与PC连接,串口1与从机连接,可实现pc机控制从机,从机接收到命令后返回相应数据到pc机
- 2022-03-24 14:48:17下载
- 积分:1