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. 來(lái)源: http://freshmeat.net/projects/sheerdns/?topic_id=149 sheerdns是一個(gè)主DNS服務(wù)器,它的域記錄保存在一個(gè)One-Record-Per-File(每文件一個(gè)記錄)的庫(kù)中。因此,它是最簡(jiǎn)單的DNS配制,最容易更新,對(duì)于有大量更新的網(wǎng)絡(luò)(如動(dòng)態(tài)IP地址范圍的主服務(wù)器)來(lái)說(shuō)它是最高效的。你不必重新啟動(dòng)它,任何更新不用通知對(duì)應(yīng)DNS進(jìn)程就可以立即生效。
標(biāo)簽: One-Record-Per-File sheerdns records Becaus
上傳時(shí)間: 2015-01-10
上傳用戶:wyc199288
基本矩陣運(yùn)算 : + - *, 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. *
標(biāo)簽: matrix minor determinant transpose
上傳時(shí)間: 2013-12-09
上傳用戶:541657925
用系統(tǒng)調(diào)用signal()讓父進(jìn)程捕捉鍵盤上來(lái)的中斷信號(hào)(按Ctrl-C鍵);當(dāng)捕捉到中斷信號(hào)后,父進(jìn)程用系統(tǒng)調(diào)用kill()向兩個(gè)子進(jìn)程發(fā)出信號(hào),子進(jìn)程捕捉到信號(hào)后分別輸出下列信息后終止: Child PROCESS 1 is Killed by Parent! Child PROCESS 2 is Killed by Parent! 父進(jìn)程等待兩個(gè)子進(jìn)程終止后,輸出如下的信息后終止: Parent PROCESS is Killed!
標(biāo)簽: signal Ctrl-C 中斷 信號(hào)
上傳時(shí)間: 2015-02-27
上傳用戶:ywqaxiwang
項(xiàng)目描述: 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是一個(gè)搜索有關(guān)環(huán)境的所有東西的程序。它查詢進(jìn)程IDs,UID, GID,信號(hào)掩碼,umask,優(yōu)先權(quán),文件描述符,和環(huán)境變量。它提供了用于anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, 和xterm的測(cè)試配置。 類別: Development Status: 5 - Production/Stable Environment: Console (Text Based) Intended Audience: System Administrators License: GNU General Public License (GPL) Operating System: POSIX Topic: Security
標(biāo)簽: environment everything Env_audit ferrets
上傳時(shí)間: 2013-12-02
上傳用戶:qweqweqwe
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. 使用神經(jīng)網(wǎng)絡(luò)集成方法診斷糖尿病,肝炎,乳腺癌癥的案例研究.
標(biāo)簽: comprehensibl Description Rule-PANE accurate
上傳時(shí)間: 2013-11-30
上傳用戶:wcl168881111111
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.
標(biāo)簽: architecture decision oriented Quality
上傳時(shí)間: 2014-10-28
上傳用戶:love_stanford
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
標(biāo)簽: MPI extensions describes the
上傳時(shí)間: 2015-05-15
上傳用戶:CHENKAI
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.
標(biāo)簽: available libraries Although nearly
上傳時(shí)間: 2014-01-22
上傳用戶:zhoujunzhen
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.
標(biāo)簽: clustering parameters displays FCMDEMO
上傳時(shí)間: 2014-01-23
上傳用戶:bjgaofei
亞定方程組求解: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.
標(biāo)簽: misspecified correlation serial return
上傳時(shí)間: 2015-06-16
上傳用戶:熊少鋒
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1