Unix下用C语言进行网络编程的范例,包括TCP、UDP等协议的应用等。
上传时间: 2015-05-17
上传用户:CHENKAI
此为端口扫描程序,可以应用于使用了多种类型协议的网络,如tcp,udp 等,功能还可以,但不是很快速。
上传时间: 2013-12-22
上传用户:wangchong
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动,计算电力系统所有发电机能否同步运行 1运行说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统等值电抗矩阵B 矩阵B有以下元素组成的行矩阵 1正常运行时的系统直轴等值电抗Xd 2故障运行时的系统直轴等值电抗X d 3故障切除后的系统直轴等值电抗 请输入惯性时间常数Tj 请输入时段数N 请输入哪个时段发生故障Ni 请输入每时段间隔的时间dt
上传时间: 2015-06-13
上传用户:it男一枚
rtp tunnel 一个非常好的rtp tunnel程序,支持tcp和udp tunnel,希望对大家有用
上传时间: 2015-06-28
上传用户:cccole0605
用在LINUX下,计算网络中的流量,包括 TCP 、UDP 、ICMP等等,只要经过了网卡的,全部都计算在内,先需要配置整个网络。
标签: LINUX
上传时间: 2013-12-19
上传用户:二驱蚊器
上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。
标签: Context-Free Grammar CFG
上传时间: 2013-12-10
上传用户:gaojiao1999
一个在ADS1.2上的ZLG_TCPIP,操作系统是ucosii276版本,TCP与UDP都可以了,都已经调统。
上传时间: 2014-01-12
上传用户:lizhen9880
把网卡设置成混杂模式,实现数据包的监听。并解包TCP,UDP,IP等协议。利用DELPHI开发
上传时间: 2013-12-21
上传用户:kbnswdifs
本程序可以查询本地系统可支持的所有网络协议栈,如MSAFD TCP/IP[TCP/IP],MSAFD TCP/IP[UDP/IP],NetBIOS,Service Provider
上传时间: 2013-12-20
上传用户:sunjet