-
窗口平台网络包过滤方法
在Windows平台下实现网络封包过滤的一种方法-the Windows platform network packet filtering method
- 2022-03-19 07:51:30下载
- 积分:1
-
pppoe协议实现和拨号软件
pppoe协议实现和拨号软件-PPPOE protocol and dial-up software
- 2022-07-11 11:50:32下载
- 积分:1
-
vc 飞鸽传书的源代码,可以看看,有借鉴价值
vc 飞鸽传书的源代码,可以看看,有借鉴价值-vc IP Messenger source code, you can see, there is reference value
- 2023-07-26 21:40:02下载
- 积分:1
-
一个基于sip的通信源代码,很详细的文档说明,值得参考和学习...
一个基于sip的通信源代码,很详细的文档说明,值得参考和学习-A sip of communication based on source code, the document explains in great detail, it is also useful and learning
- 2022-02-14 08:46:49下载
- 积分:1
-
股票数据读取接口delphi
股票数据读取接口Delphi源码,RSR证券实时行情显示
股票数据读取接口Delphi源码,RSR证券实时行情显示,应用了RSRStock.dll控件,更新日志:2010.10.27:
增加采用注册回调函数方式获取数据,详细函数声明请参考 uFunction.pas 相关数据结构声明请参考 TDXGrobal.pas,以S_打头的均为注册回调函数的函数。
以
- 2023-06-21 01:25:03下载
- 积分:1
-
微控制器编程
C Programming for Microcontrollers
- 2022-01-21 21:31:10下载
- 积分:1
-
1:动画方式弹出,就像MSN的提示框
2:漂亮,详细见配图
3:还可以再在开一个更加详细的内容网页
4:自动关闭,无需手工确认那个ok
5:示例...
1:动画方式弹出,就像MSN的提示框
2:漂亮,详细见配图
3:还可以再在开一个更加详细的内容网页
4:自动关闭,无需手工确认那个ok
5:示例包括C#和VB两个版本,popUp的源文件在EeekSoft.Web.PopupWin文件夹中
6:用起来简单(具体使用方法见代码佩文),示例使用前请先编译-1: Animation mode pop-up, just like MSN Tips Box 2: beautiful, detailed distribution see Figure 3: can also be opened again in a more detailed content of the page 4: automatically shut down without manually confirm that ok5: examples include the C# And VB two versions, popUp the source file in EeekSoft.Web.PopupWin folder 6: simple to use (see specific use code佩文), examples of the use of the compiler before
- 2022-03-06 04:10:02下载
- 积分:1
-
用于从pop3服务器上下载邮件,有查看和修改功能
用于从pop3服务器上下载邮件,有查看和修改功能-from pop3 server for downloading e-mail, view and change the functional
- 2022-05-28 02:38:47下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
- 2023-01-29 23:25:03下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1