Hello User This is NOThing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting. It takes the time from the system & starts its timer to shut down after 5 minutes (NOT considering seconds). U can use shutdown.exe,once started there is only one exit that u know only. EXIT : DOUBLECLICK TIME TO ENABLE EXIT
標簽: NOThing program windows simple
上傳時間: 2016-12-26
上傳用戶:yxgi5
Hello User This is NOThing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting. It takes the time from the system & starts its timer to shut down after 5 minutes (NOT considering seconds). U can use shutdown.exe,once started there is only one exit that u know only. EXIT : DOUBLECLICK TIME TO ENABLE EXIT
標簽: NOThing program windows simple
上傳時間: 2014-03-06
上傳用戶:ruan2570406
一個用于搜索本地文件內容的小型搜索引擎,支持詞根搜索,類似于"some thing"的搜索,甚至允許單詞間隔搜索,比如"some thing"~2,表示some和thing之間可以有小于兩個單詞的間隔,可以使用關鍵字and,or,NOT,但需要說明的是,整個程序中Tester.java是一個Facade類,本程序并沒有做應用,如果要基于本程序開發出一個用戶界面,可以基于Facade類進行開發,直接調用其中的靜態方法就可以了,詳細的說明包括設計文檔可以參考壓縮包中的doc/spec/的文件。
上傳時間: 2016-12-26
上傳用戶:asdkin
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. NOT fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.
標簽: Levenberg-Marquardt desired network neural
上傳時間: 2016-12-27
上傳用戶:jcljkh
Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., NOT fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , which has of two % rows. The first row specifies the hidden layer while the second % specifies the output layer.
標簽: recursive prediction algorithm Gauss-Ne
上傳時間: 2016-12-27
上傳用戶:ljt101007
Please carefully read the many features of your package and then write the specific function (at least 20 words). As far as possible NOT to let the station master of the time spent in the
標簽: carefully the features function
上傳時間: 2013-12-16
上傳用戶:ouyangtongze
This function checks the mailbox to see if a message is available. Unlike OSMboxPend(), OSMboxAccept() does NOT suspend the calling task if a message is NOT available.
標簽: OSMboxAccep OSMboxPend available function
上傳時間: 2014-12-04
上傳用戶:hphh
The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. * The source files for the AVRcam had the author name and copyright information added back into them after the judging of the project, since it states in the competition rules that the author s name can NOT be present during their inspection. * The included source files are the ones that were submitted for the entry into the Circuit Cellar contest. I have continued to develop the AVRcam, and have added several new features (such as ignoring objects that aren t larger than a minimum size, removing tracked objects that overlap with each, and some general optimizations). If you are interested in the latest source, email me at john@jrobot.net * For more info about the AVRcam, check out http://www.jrobot.net John Orlando August 20, 2004
標簽: distribution version AVRcam source
上傳時間: 2016-12-30
上傳用戶:GavinNeko
The MD5 Message-Digest Algorithm Status of this Memo This memo provides information for the Internet community. It does NOT specify an Internet standard. Distribution of this memo is unlimited. Acknowlegements We would like to thank Don Coppersmith, Burt Kaliski, Ralph Merkle, David Chaum, and Noam Nisan for numerous helpful comments and suggestions.
標簽: Message-Digest information Algorithm provides
上傳時間: 2013-12-03
上傳用戶:maizezhen
在很多項目中,特別是信息系統,查詢功能占了項目的大部分;同時查詢條件的組合要求豐富,因此實現起來變得復雜。一般情況下,我們只會實現有限的條件查詢,如一個表的某幾個重要的字段或者甚至所有的字段;當然,常規的情況下客戶是足夠用的,但一些高級的應用,如((字段1>10) or (字段2=5)) and 字段3 is NOT null) 這種復雜的條件組合,就不一定適合了,通常如果是固定幾種組合模式,這樣我們還可以在后臺用語言(java、c#等)實現,要是條件組合是動態的,那么實現起來就相當麻煩了。 因此為了實現動態的條件組合,總結了之前一些項目經驗,寫了一個高級組合查詢控件的原型,
標簽: 項目
上傳時間: 2017-01-07
上傳用戶:xiaodu1124