-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1
-
一个简单的聊天室程序 源程序齐全 有主机服务器端和客户端
一个简单的聊天室程序 源程序齐全 有主机服务器端和客户端-A simple chat room hosts have complete program source server-side and client
- 2023-01-05 20:15:03下载
- 积分:1
-
将图片以网页的形式在MFC 多文档程序中浏览。
将图片以网页的形式在MFC 多文档程序中浏览。-use mfc view the pictures in the form of html.
- 2022-01-26 05:53:00下载
- 积分:1
-
局域网查询工具的源代码 是学习多线程编程。Windows API Helper wincap 编程的好例子,大家一定不要错过了!...
局域网查询工具的源代码 是学习多线程编程。Windows API Helper wincap 编程的好例子,大家一定不要错过了!-Local area network query tool is to learn the source code for multi-threaded programming. Windows API Helper wincap a good example of programming, we must not miss!
- 2022-07-04 16:26:57下载
- 积分:1
-
一个很好的多线程聊天室的源程序,详细的讲解了MFC的多线程编程方法socket...
一个很好的多线程聊天室的源程序,详细的讲解了MFC的多线程编程方法socket-A good multi-threaded chat room source code, detailed explanation of the MFC multi-threading programming socket
- 2023-01-09 06:10:04下载
- 积分:1
-
要求asp.net环境,并要在IIS里设置网站属性 可以用来限制图片等文件的盗链,0.32版可设置不限制域名 通过referrer判断,如果没有引用页返回真实文...
要求asp.net环境,并要在IIS里设置网站属性 可以用来限制图片等文件的盗链,0.32版可设置不限制域名 通过referrer判断,如果没有引用页返回真实文件,如果引用页的域名不是本网站域名则返回wbtbForbidden.jpg这个图片,文件不存在返回wbtbNotFound.jpg这个图片 用法:http://www.xmlasp.net/WBAL/-Asp. Net environmental requirements and to the installed IIS Web site attributes can be used to limit pictures of the Irvine document, version 0.32 is not set restrictions on domain names through referrer judgment, if not applied to the real page document, if the pages of the Web site domain name is not returned wbtbForbidden . jpg the photographs, the file does not exist to return to the Photo wbtbNotFound.jpg Usage : http://www.xmlasp.net/WBAL/
- 2022-01-25 16:37:23下载
- 积分:1
-
java编写的 动态互动景观全景好的例子代码
java编写的 动态互动景观全景好的例子代码-prepared by the dynamic interaction panoramic landscapes good example code
- 2022-02-20 15:34:35下载
- 积分:1
-
在C++中得到自动取款机地址
Get ATM address in C
- 2022-03-14 18:46:44下载
- 积分:1
-
ASP基础教材
适合用于初学者使用
并且能供一些专业人士自学...
ASP基础教材
适合用于初学者使用
并且能供一些专业人士自学-ASP basis of materials suitable for beginners and can use for self-learning professionals
- 2022-08-08 15:11:45下载
- 积分:1
-
专属记事本
本程序在visual studio 2010 上完成,比较简单。主要实现记事本的一些基本功能,包括一般的打开,新建,保存,复制,粘贴,全选,删除等功能。上述功能都能用右键实现。
- 2022-03-20 23:39:17下载
- 积分:1