-
a simple firewall code, which is perfect for beginners to learn NDIS programming...
一个简单的防火墙代码,很适合初学者学习NDIS编程!-a simple firewall code, which is perfect for beginners to learn NDIS programming!
- 2022-03-15 09:49:54下载
- 积分:1
-
it is a very good learning material for the VC learner, including VC network com...
这是个最好的学习VC网络编程的好资料,里面对VC网络通信,视频音频的网络实现,非常适合想学习网络通信的朋友-it is a very good learning material for the VC learner, including VC network communication,video and audio.
- 2023-06-08 18:40:03下载
- 积分:1
-
Synchronous machine model
Synchronous machine model- Synchronous machine model
- 2022-07-19 09:55:36下载
- 积分:1
-
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
-
《VC网络高级编程》随书光盘,内部附有教材所有范例的源码。...
《VC网络高级编程》随书光盘,内部附有教材所有范例的源码。-VC Network Advanced Programming book with CD-ROM, internal materials with the source code of all examples.
- 2022-12-25 00:45:04下载
- 积分:1
-
这是天空和大海的旅游系统的网站,利用Dreamweaver做的,..
这是海天旅行社的网站系统,用Dreamweaver做的,有注册会员,介绍旅游景点,预订等功能,非常实用。-This is the website of the sea and sky travel system, using Dreamweaver to do, and have registered members, introduce tourist attractions, reservations and other functions, very useful.
- 2022-07-04 23:13:49下载
- 积分:1
-
为了实现WINDOWS与LINUX的串口通讯,利用Csocket实现的一个小型数据交换软件,对学习Csocket类编程很有启发作用。...
为了实现WINDOWS与LINUX的串口通讯,利用Csocket实现的一个小型数据交换软件,对学习Csocket类编程很有启发作用。-in order to achieve the Windows and LINUX serial communications, Csocket achieved using a small data exchange software. Csocket type of learning program is very enlightening role.
- 2023-01-01 09:40:03下载
- 积分:1
-
此Windows NT网络供应商实现了一个小样本
This Windows NT Sample Network provider implements a small
subsection of the NP interface. What it shows is how you can
sample logon information when a logon is performed.
This "credential sampling" is often useful for implementing
unified logons with differing OS platforms. Once you gather
the information in the NP, you can then communicate the
credentials to another platform for verification and
establishment of network resources.-Sample Windows NT Network provider im plements a small subsection of the NP interface . What it shows is how you can inform sample logon ation when a logon is performed. This "credenti al sampling "is often useful for implementing u nified logons with differing OS platforms. Onc e you gather the information in the NP, you can then communicate the credentials to competitor ther platform for verification and establishm ent of network resources.
- 2022-03-17 11:39:10下载
- 积分:1
-
微控制器编程
C Programming for Microcontrollers
- 2022-01-21 21:31:10下载
- 积分:1
-
Native like, synchronous remote method invocation.
Light
这是一个基于C++ template的面向对象的RPC框架库。-Native like, synchronous remote method invocation.
Light-weighted, clean and easy to use.
Normal C++ syntax for service definition.
1. Supports all c++ native data type and user defined data type.
2. Reference and pointer support.
3. Polymorphism for method parameter and return type.
Type safe.
As the framework is based on c++ template, all type mismatch will be raised at compilation time.
TCP/IP as underlying transportation protocol.
Full conformance to ISO c++ standard.
Unicode support.
- 2022-07-23 07:37:41下载
- 积分:1