搜索资源列表
将.aspx文件和图片编译进dll
- 简单学习asp.net将文件和图片编译成动态外链接库..对一些初学者.是一个不错的例子. 其它的详细说明看代码哦-simple study of documents and pictures compiled into a dynamic link library .. outside for some beginners. It is a good example. Other detailed look at the code oh
CardLibraryForASP
- 使用Visual Baseic为ASP应用而开发的动态库 串口读卡器-to use Visual Baseic ASP Application Development and the DLL Serial Reader
delphi_demo
- DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等,DSC实际上是架构在gprs_dll.dll所提供的功能之上的数据处理软件,其所需要完成的功能如下: 1、 调用API启动服务和停止服务; 2、 调用API接收数据和向DTU发送数据,并且对数据作进一步处理; 3、 调用API轮询DTU用
2003951083121888
- PB收发电子邮件的动态库,封装了一组收发邮件的函数 -PB e-mail to the DLL, Packaging, a group of e-mail function
Winsock2SPI.基于Winsock 2 SPI包过滤防火墙的实现
- 基于Winsock 2 SPI包过滤防火墙的实现 介绍基于Winsock 2 SPI包过滤防火墙的实现方法。包过滤防火墙采用了工作在应用层的Winsock 2 SPI 作为其核心技术,利用其进行编写动态链接库(DLL),用户通过调用DLL实现数据包的过滤。此方法具有编程、调 试方便、容易实现内容过滤等优点,在防火墙方面得到广泛的应用。 ,Winsock 2 SPI-based packet filtering firewall to introduce the realization o
DarkShell
- Darkshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是v1.09的源代码,只供学习网络编程,不要用于其它用途。-Darkshell is a small back door of the remote control software, which is characterized by not running in the process show that did not use dynamic-link library
IOCP_API(1)
- 最新的IOCP封装DLL动态链接库,包括Server端和Client端,有TCP也有UDP,使用简单。-The latest IOCP encapsulation DLL DLL, including the Client and the Server, there are also UDP, using TCP
chat
- 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-Need to compile the dynamic libraries hook, and then copy hook.dll and hook.lib to capture the debug directory
autopoll(delphi)
- 本软件可针对 第3届北京奥林匹克运动会歌曲征集评选活动为歌手张靓颖的入围曲目《Open Up Your Dreams》投票 投票地址: http://61.135.134.85/music/song_show.php?id=29846 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学
GPRS_CLASS
- GPRS类开发包,SC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包中动态库wcomm_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等。-SC (Data Service Center) is a DTU to receive data and send data to the DTU of service software, and communications
WpdPack_4_0_2
- WpdPack_4_0_2库,是WinPcap的开发包,提供了使用WinPcap必须的头文件和库文件。 WinPcap 是由伯克利分组捕获库派生而来的分组捕获库,它是在Windows 操作平台上来实现对底层包的截取过滤。WinPcap 为用户级的数据包提供了Windows 下的一个平台。WinPcap 是 BPF 模型和 Libpcap 函数库在 Windows 平台下网络数据包捕获和网络状态分析的一种体系结构,这个体系结构是由一个核心的包过滤驱动程序,一个底层的动态连接库 Packet.d
lwxxdrak
- 编程环境:VC/C++。 Byshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是v1.09的源代码,只供学习网络编程,不要用于其它用途。
WindowsSocket
- Windows下的Socket程序设计 在Windows下实现Socket网络程序需要使用Winsock网络编程接口,应用程序通过调用Winsock的API实现相互间的通信。Winsock的服务是以动态链接库Winsock DLL形式实现的,所以必须先调用WSAStartup函数对Winsock进行初始化,协商Winsock的版本支持,分配必要的资源。 -Under Windows Socket Programming in Windows Socket network progr
File-Transform-DLL-and-Container
- 传送4G以下任意格式文件的动态链接库及测试容器-Send any of the following format 4G dynamic link library and test container
day18
- MFC下怎样连接动态库,面向连接TCP-可靠有序的数据传输协议 无连接的UDP-不可靠无序的数据传输协议-How do I connect under MFC DLL,TCP-connection-oriented reliable ordered data transmission protocol Connectionless UDP-disorder unreliable data transfer protocol
win_libmemcached
- windows下通过vs2008编译的libmemcached,生成.lib,.dll等文件,找了好久,附带生成的动态库,把.lib文件加载到工程中即可,注意程序中memcached.h文件的位置-windows libmemcached compiled by vs2008 generate lib,. dll and other documents, looking for a long time, incidental generated dynamic library. lib file
RawSocket
- 封装了异步通信的socket类 对外提供了dll动态库-Encapsulates the asynchronous communication provides a socket classes of external dynamic library dll
dll-coding
- 动态链接库的编程,适合windows平台下的动态链接库学习-Dynamic Link Library programming for windows platform dynamic link library learning
dll
- 用两个向导(MFC AppWizard(DLL) 和Win32 Dynamic-Link Library)编写一个含有一个计算两个输入参数平均值函数接口的动态链接库。 要求算法正确。 要求在屏幕上输入数字,并显示输出结果。 使用显示链接和隐式链接的方式调用此DLL。-With two guides (MFC AppWizard (DLL) and Win32 Dynamic-Link Library) write a containing a calculation of two i
Mprapi
- Mprapi.dll 动态库函数的 声明-Dynamic library function declaration to Mprapi.dll