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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

導(dǎo)線法連測(cè)

  • 本附錄介紹一些新的A P I函數

    本附錄介紹一些新的A P I函數,有了這些函數,便可在自己的計算機上對I P協議統計情況 進行查詢和管理。它們有助于獲得下面的能力: ■ 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監聽者表以及I P協議統計情況。 ■ R o u t e . e x e:顯示并處理網絡路由表。 ■ A r p . e x e:顯示并修改供“地址解析協議”(A R P)使用的I P到物理地址翻譯表。

    標簽: 函數

    上傳時間: 2014-01-12

    上傳用戶:569342831

  • 用c語言編程

    用c語言編程,定步長基爾法求解一階常微分方程,給定一階常微分方程的初值問題。

    標簽: c語言 編程

    上傳時間: 2014-01-17

    上傳用戶:日光微瀾

  • Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d

    Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch".

    標簽: hafnian nonnegative the Computes

    上傳時間: 2013-12-23

    上傳用戶:lmeeworm

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 2015-07-16

    上傳用戶:wqxstar

  • 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl數組用于查表

    移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl數組用于查表,所以應該放在code里。 增加code關鍵字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆棧大小MaxStkSize改為900。 3。OS_CPU_C.C的InitTimer0函數增加了關于開T0中斷的解釋。 允許T0中斷,此時EA=0(51上電缺省值),中斷還不會發生,滿足在OSStart()前不產生中斷的要求。 4。修改中斷處理流程,以便嚴密監視中斷嵌套情況。每個中斷進入后立即進行OSIntNesting+1原語操作。 5。增加printf函數的移植,支持靈活的數據顯示。支持標準或長二進制/八進制/十進制/十六進制/無符號整數, 支持字符、字符串、浮點數、百分號%。其中,浮點數在整個范圍內被完全支持,統一采用科學記數法顯示。

    標簽: OSUnMapTbl OSMapTbl uCOS_II OS_CORE

    上傳時間: 2014-01-14

    上傳用戶:daoxiang126

  • he AutoMix package is a C program for Unix-like systems, implementing the automatic reversible jum

    he AutoMix package is a C program for Unix-like systems, implementing the automatic reversible jump MCMC sampler of the same name described in Chapters 4, 5, and 6 of David Hastie s Ph.D. thesis

    標簽: implementing reversible Unix-like automatic

    上傳時間: 2015-07-24

    上傳用戶:集美慧

  • 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.

    標簽: reached-for companion the reference

    上傳時間: 2015-07-26

    上傳用戶:kr770906

  • 假近鄰法(False Nearest Neighbor, FNN)計算嵌入維的Matlab程序 文件夾說明: Main_FNN.m - 程序主函數

    假近鄰法(False Nearest Neighbor, FNN)計算嵌入維的Matlab程序 文件夾說明: Main_FNN.m - 程序主函數,直接運行此文件即可 LorenzData.dll - 產生Lorenz時間序列 PhaSpaRecon.m - 相空間重構 fnn_luzhenbo.dll - 假近鄰計算主函數 SearchNN.dll - 近鄰點搜索 buffer_SearchNN_1.dll - 近鄰點搜索緩存1 buffer_SearchNN_2.dll - 近鄰點搜索緩存2 參考文獻: M.B.Kennel, R.Brown, H.D.I.Abarbanel. Determining embedding dimension for phase-space reconstruction using a geometrical construction[J]. Phys. Rev. A 1992,45:3403.

    標簽: Main_FNN Neighbor Nearest Matlab

    上傳時間: 2013-12-10

    上傳用戶:songnanhua

  • 背包問題c算法實現

    背包問題c算法實現,利用回溯法實現的背包問題詳解,內附源代碼即詳細注解,以及一些優化的思想,很容易理解,是一個很好的算法,通過調試,可以運行。

    標簽: 背包問題 算法

    上傳時間: 2014-01-05

    上傳用戶:520

  • 采用重心法求坐標

    采用重心法求坐標,在C#中調用了matlab中的函數,對于想學C#和matlab混合編程很有好處

    標簽:

    上傳時間: 2013-12-03

    上傳用戶:tzl1975

主站蜘蛛池模板: 沁源县| 玉树县| 富平县| 石楼县| 略阳县| 辽中县| 博爱县| 涟源市| 威海市| 汝城县| 黔江区| 涞水县| 措勤县| 莱阳市| 崇礼县| 邵东县| 历史| 鸡东县| 策勒县| 湄潭县| 凉山| 永嘉县| 桐乡市| 牡丹江市| 建德市| 从化市| 保康县| 穆棱市| 井陉县| 中江县| 论坛| 丹巴县| 胶州市| 双江| 四子王旗| 连州市| 铜川市| 安顺市| 武鸣县| 隆昌县| 汕头市|