亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

標(biāo)(biāo)準(zhǔn)(zhǔn)C

  • 利用“原始套接字”(Raw Socket)

    利用“原始套接字”(Raw Socket),我們可訪問(wèn)位于基層的傳輸協(xié)議。本章專(zhuān)門(mén)講解如 何運(yùn)用這種原始套接字,來(lái)模擬I P的一些實(shí)用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可對(duì)I P頭信息進(jìn)行實(shí)際的操作。本章只關(guān)心I P協(xié)議;至于如何針對(duì)其他協(xié)議使 用原始套接字,我們不打算提及。而且,大多數(shù)協(xié)議(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW這個(gè)套接字類(lèi)型來(lái)創(chuàng)建的,而且目前只有Wi n s o c k 2提供了對(duì)它的支持。因此,無(wú)論Microsoft Windows CE 還是老版本的Windows 95 (無(wú) Winsock 2升級(jí))均不能利用原始套接字的能力。

    標(biāo)簽: Socket Raw 套接

    上傳時(shí)間: 2015-07-08

    上傳用戶:時(shí)代電子小智

  • 本附錄介紹一些新的A P I函數(shù)

    本附錄介紹一些新的A P I函數(shù),有了這些函數(shù),便可在自己的計(jì)算機(jī)上對(duì)I P協(xié)議統(tǒng)計(jì)情況 進(jìn)行查詢和管理。它們有助于獲得下面的能力: ■ I p c o n f i g . e x e(或適用于微軟Windows 95的Wi n i p c f g . e x e):顯示I P配置信息,允許釋放 和更新D H C P分配的I P地址。 ■ N e t s t a t . e x e:顯示T C P連接表、U D P監(jiān)聽(tīng)者表以及I P協(xié)議統(tǒng)計(jì)情況。 ■ R o u t e . e x e:顯示并處理網(wǎng)絡(luò)路由表。 ■ A r p . e x e:顯示并修改供“地址解析協(xié)議”(A R P)使用的I P到物理地址翻譯表。

    標(biāo)簽: 函數(shù)

    上傳時(shí)間: 2014-01-12

    上傳用戶:569342831

  • 矩陣運(yùn)算的算法 用Type類(lèi)數(shù)組創(chuàng)建矩陣對(duì)象 matrix(int rows,int cols) //創(chuàng)建矩陣,值為0 matrix(int n) //創(chuàng)建單位陣 matrix(c

    矩陣運(yùn)算的算法 用Type類(lèi)數(shù)組創(chuàng)建矩陣對(duì)象 matrix(int rows,int cols) //創(chuàng)建矩陣,值為0 matrix(int n) //創(chuàng)建單位陣 matrix(const matrix &) //拷貝構(gòu)造函數(shù) BOOL Ismatrixf(){ return (rows==cols) } //判斷矩陣是否為方陣 modifyrowscols(int rows,int cols) //修改矩陣的行列數(shù) ~matrix() {delete []elems } //析構(gòu)函數(shù)

    標(biāo)簽: matrix int Type cols

    上傳時(shí)間: 2015-07-14

    上傳用戶:水口鴻勝電器

  • 設(shè)計(jì)一個(gè)O(n2)時(shí)間的算法

    設(shè)計(jì)一個(gè)O(n2)時(shí)間的算法,找出由n個(gè)數(shù)組成的序列的最長(zhǎng)單調(diào)遞增子序列。

    標(biāo)簽: n2 算法

    上傳時(shí)間: 2015-07-15

    上傳用戶:qq21508895

  • C in a Nutshell is the perfect companion to K&R, and destined to be the most reached-for reference o

    C in a Nutshell is the perfect companion to K&R, and destined to be the most reached-for reference on your desk.

    標(biāo)簽: reached-for companion the reference

    上傳時(shí)間: 2015-07-26

    上傳用戶:kr770906

  • 本人初學(xué)c語(yǔ)言程序不是很拿手

    本人初學(xué)c語(yǔ)言程序不是很拿手,n!的求法。。希望大家指教

    標(biāo)簽: c語(yǔ)言 程序

    上傳時(shí)間: 2015-08-13

    上傳用戶:athjac

  • n皇后問(wèn)題

    n皇后問(wèn)題,rar格式,運(yùn)行環(huán)境c++,n〉=1

    標(biāo)簽:

    上傳時(shí)間: 2015-08-16

    上傳用戶:helmos

  • R+樹(shù)的c實(shí)現(xiàn)源碼

    R+樹(shù)的c實(shí)現(xiàn)源碼,對(duì)應(yīng)文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.

    標(biāo)簽: 樹(shù) 源碼

    上傳時(shí)間: 2014-05-25

    上傳用戶:sunjet

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    標(biāo)簽: introduction the contains intended

    上傳時(shí)間: 2013-12-23

    上傳用戶:liansi

  • C語(yǔ)言 打印“魔方陣”

    C語(yǔ)言 打印“魔方陣”,所謂魔方陣是指這樣的方陣 ,它的每一行,每一列和對(duì)角線之間和均相等。例如,三階魔方陣為 8 1 6 3 5 7 4 9 2 要求打印出1~n的平方數(shù)的自然數(shù)的魔方陣。

    標(biāo)簽: C語(yǔ)言 打印 魔方

    上傳時(shí)間: 2015-08-26

    上傳用戶:er1219

主站蜘蛛池模板: 石屏县| 六安市| 乃东县| 皋兰县| 怀柔区| 蕉岭县| 资中县| 旺苍县| 中山市| 赤水市| 古蔺县| 阿拉尔市| 万山特区| 南郑县| 方正县| 东兰县| 建宁县| 望奎县| 梁山县| 灵台县| 麦盖提县| 姚安县| 乌审旗| 商都县| 瓦房店市| 肥城市| 兰考县| 偃师市| 繁峙县| 郁南县| 广东省| 牡丹江市| 广平县| 曲麻莱县| 青海省| 寻乌县| 阿坝县| 宁陕县| 锦州市| 昆明市| 越西县|