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

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

PROCESS

  • sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Becaus

    sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Because of this, it is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). You never have to restart it; any updates are available immediately without having to notify the sheerdns PROCESS. 來源: http://freshmeat.net/projects/sheerdns/?topic_id=149 sheerdns是一個主DNS服務器,它的域記錄保存在一個One-Record-Per-File(每文件一個記錄)的庫中。因此,它是最簡單的DNS配制,最容易更新,對于有大量更新的網絡(如動態IP地址范圍的主服務器)來說它是最高效的。你不必重新啟動它,任何更新不用通知對應DNS進程就可以立即生效。

    標簽: One-Record-Per-File sheerdns records Becaus

    上傳時間: 2015-01-10

    上傳用戶:wyc199288

  • 基本矩陣運算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of co

    基本矩陣運算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt PROCESS, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *

    標簽: matrix minor determinant transpose

    上傳時間: 2013-12-09

    上傳用戶:541657925

  • 用系統調用signal()讓父進程捕捉鍵盤上來的中斷信號(按Ctrl-C鍵);當捕捉到中斷信號后

    用系統調用signal()讓父進程捕捉鍵盤上來的中斷信號(按Ctrl-C鍵);當捕捉到中斷信號后,父進程用系統調用kill()向兩個子進程發出信號,子進程捕捉到信號后分別輸出下列信息后終止:  Child PROCESS 1 is Killed by Parent!  Child PROCESS 2 is Killed by Parent! 父進程等待兩個子進程終止后,輸出如下的信息后終止: Parent PROCESS is Killed!

    標簽: signal Ctrl-C 中斷 信號

    上傳時間: 2015-02-27

    上傳用戶:ywqaxiwang

  • 項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for

    項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for PROCESS IDs, UID, GID, signal masks, umask, priority, file descriptors, and environmental variables. It comes with test configurations for anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, and xterm. env_audit是一個搜索有關環境的所有東西的程序。它查詢進程IDs,UID, GID,信號掩碼,umask,優先權,文件描述符,和環境變量。它提供了用于anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, 和xterm的測試配置。 類別: Development Status: 5 - Production/Stable Environment: Console (Text Based) Intended Audience: System Administrators License: GNU General Public License (GPL) Operating System: POSIX Topic: Security

    標簽: environment everything Env_audit ferrets

    上傳時間: 2013-12-02

    上傳用戶:qweqweqwe

  • Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensibl

    Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensible symbolic rules, through regarding a neural network ensemble as a pre-PROCESS of a rule inducer. Reference: Z.-H. Zhou and Y. Jiang. Medical diagnosis with C4.5 rule preceded by artificial neural network ensemble. IEEE Transactions on Information Technology in Biomedicine, 2003, vol.7, no.1, pp.37-42. 使用神經網絡集成方法診斷糖尿病,肝炎,乳腺癌癥的案例研究.

    標簽: comprehensibl Description Rule-PANE accurate

    上傳時間: 2013-11-30

    上傳用戶:wcl168881111111

  • Quality, object.oriented architecture is the product of careful study, decision making, and experim

    Quality, object.oriented architecture is the product of careful study, decision making, and experimentation. At a minimum, the object.oriented architecture PROCESS includes farming of requirements, architecture mining, and hands.on experience. Ideally, object.oriented architecture comprises a set of high.quality design decisions that provide benefits throughout the life cycle of the system.

    標簽: architecture decision oriented Quality

    上傳時間: 2014-10-28

    上傳用戶:love_stanford

  • This document describes the MPI and MPI standards They are both extensions to the MPI st

    This document describes the MPI and MPI standards They are both extensions to the MPI standard The MPI part of the document contains clarications and corrections to the MPI standard and denes MPI The MPI part of the document describes additions to the MPI standard and denes MPI These include miscellaneous topics PROCESS creation and management onesided communications extended collective operations external interfaces IO and additional language bindings

    標簽: MPI extensions describes the

    上傳時間: 2015-05-15

    上傳用戶:CHENKAI

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading PROCESS could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    標簽: available libraries Although nearly

    上傳時間: 2014-01-22

    上傳用戶:zhoujunzhen

  • FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering fo

    FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering for 2-D data. You can choose the data set and clustering number from the GUI buttons at right, and then click "Start" to start the fuzzy clustering PROCESS.

    標簽: clustering parameters displays FCMDEMO

    上傳時間: 2014-01-23

    上傳用戶:bjgaofei

  • 亞定方程組求解:If serial correlation is found, you may have misspecified your model and should return to y

    亞定方程組求解:If serial correlation is found, you may have misspecified your model and should return to your theory for a better representation of the data generating PROCESS. This possibility is quite likely and should be taken seriously.

    標簽: misspecified correlation serial return

    上傳時間: 2015-06-16

    上傳用戶:熊少鋒

主站蜘蛛池模板: 密云县| 莆田市| 公安县| 阿荣旗| 莱阳市| 鹤庆县| 弋阳县| 突泉县| 宜黄县| 搜索| 温宿县| 来安县| 堆龙德庆县| 陇西县| 朝阳区| 四平市| 涿鹿县| 华阴市| 横峰县| 平陆县| 云和县| 岳西县| 青海省| 应用必备| 汽车| 枣庄市| 灵山县| 望都县| 伊通| 连江县| 新乡县| 昭苏县| 上思县| 隆昌县| 白城市| 莎车县| 平果县| 安国市| 海南省| 资源县| 新野县|