This is an example how one could hide a process on Windows based operation systems from task viewers like ProcDump (G-RoM, Lorian & Stone) or ProcessExplorer (SysInternals). It could e.g. be used as some kind of dump protection. The way to get this done is very different on NT and 9x machines.
標(biāo)簽: operation Windows example process
上傳時(shí)間: 2013-12-17
上傳用戶:wang0123456789
從空格(ASCII碼32)到~(ASCII碼126)。表內(nèi)的第一行與表頭相同,下面的每一行都與上一行的內(nèi)容相同,只是字符相左移動(dòng)了一個(gè)位置。這樣,下一行的最后一個(gè)字符與上一行的第一個(gè)字符相同。 為了進(jìn)行文本編碼,可以任意選擇一個(gè)字符串,稱之為編碼字符串,也就是常說的密鑰。為解釋編碼方法,我們假設(shè)密鑰是Walrus,待編碼的文本(即常說的明文)是: Meet me in St. Louis 我們?cè)诖幋a的文本之上重復(fù)書寫上述密鑰,使得其長度與待編碼文本相同: WalrusWalrusWalrusWa Meet me in St. Louis 從上述兩行文本中按列對(duì)應(yīng)方式依次提取一個(gè)字符,可得到多個(gè)字符對(duì):WM、ae、le等,這些字符對(duì)可用作上表的索引。這樣,依次以這些字符對(duì)作為索引可從上表查到一系列字符,這些字符就構(gòu)成了文本編碼,即常說的密文。例如,第W行第M列隊(duì)?wèi)?yīng)得字符是%,因此編碼的第一個(gè)字符就是%;第a行第e列對(duì)應(yīng)的字符是G;第l行第e列對(duì)應(yīng)的是R。依次進(jìn)行上述查找操作,可以得到完整的密文 %Grgua=aVauGLol?eiAU 進(jìn)行相反的操作就可對(duì)該文本解碼。 編寫編碼/解碼程序,可以對(duì)文本文件或鍵盤輸入的字符串進(jìn)行編碼/解碼,在選擇編碼解碼后,需要提示用戶輸入密鑰。
上傳時(shí)間: 2014-01-16
上傳用戶:Ants
ICTCLAS的JNI調(diào)用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 請(qǐng)不要改變包名、類名以及native的方法名,否則調(diào)用將失效。 * 由于ICTCLAS本身存在很多魯棒性問題,調(diào)用segSentence時(shí),string參數(shù)請(qǐng)保證不要過長或帶有亂碼。調(diào)用次數(shù)過多(如處理幾十G的數(shù)據(jù))會(huì)有可能造成內(nèi)存溢出。 * 故基本只能用于較小規(guī)模數(shù)據(jù)(相對(duì)幾十G來說)。 * 請(qǐng)運(yùn)行時(shí)設(shè)置jvm足夠的堆棧空間。
標(biāo)簽: ICTCLAS segmentation Description chinese
上傳時(shí)間: 2014-01-25
上傳用戶:it男一枚
7種插值算法的c++代碼實(shí)現(xiàn),1 拉格朗日插值(POLINT) 2 有理函數(shù)插值(RATINT) 3 三次樣條插值(SPLINE(二階導(dǎo)數(shù)值)->SPLINT(函數(shù)值)) 4 有序表的檢索法(LOCATE(二分法), HUNT(關(guān)聯(lián)法)) 5 插值多項(xiàng)式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 雙三次樣條插值(SPLIE2)
上傳時(shí)間: 2015-05-09
上傳用戶:yph853211
5種函數(shù)逼近的c++代碼, 1 級(jí)數(shù)求和(EULSUM) 2 多項(xiàng)式和有理函數(shù)(DDPOLY(函數(shù)值), POLDIV(兩個(gè)多項(xiàng)式的商及余)) 3 切比雪夫逼近(CHEBFT->CHEBEV) 4 積分和導(dǎo)數(shù)的切比雪夫逼近(CHINT(不定積分), CHDER(導(dǎo)函數(shù))) 5 用切比雪夫逼近求函數(shù)的多項(xiàng)式逼近(CHEBPC, PCSHFT)
上傳時(shí)間: 2013-12-15
上傳用戶:水口鴻勝電器
自制51編程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You need only 1 or 2 devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (e.g. Phillips 87C751).
標(biāo)簽: programmer program device build
上傳時(shí)間: 2015-05-11
上傳用戶:sdq_123
提供一個(gè)人工免疫算法源程序,其算法過程包括: 1.設(shè)置各參數(shù) 2.隨機(jī)產(chǎn)生初始群體——pop=initpop(popsize,chromlength) 3.故障類型編碼,每一行為一種!code(1,:),正常;code(2,:),50%;code(3,:),150%。實(shí)際故障測(cè)得數(shù)據(jù)編碼,這里Unnoralcode,188% 4.開始迭代(M次): 1)計(jì)算目標(biāo)函數(shù)值:歐氏距離[objvalue]=calobjvalue(pop,i) 2)計(jì)算群體中每個(gè)個(gè)體的適應(yīng)度fitvalue=calfitvalue(objvalue) 3)選擇newpop=selection(pop,fitvalue) objvalue=calobjvalue(newpop,i) % 交叉newpop=crossover(newpop,pc,k) objvalue=calobjvalue(newpop,i) % 變異newpop=mutation(newpop,pm) objvalue=calobjvalue(newpop,i) % 5.求出群體中適應(yīng)值最大的個(gè)體及其適應(yīng)值 6.迭代停止判斷。
上傳時(shí)間: 2014-01-01
上傳用戶:trepb001
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one period divided by the period. It can also be calculated as the average value during a particular period. That means after low pass filtering, (e.g. RC circuit) the signal becomes analog, with an actual value controlled by the microcontroller. The PWM functionality enables the LPC932 to control for example the speed of DC motors or the brightness of electric lighting.
標(biāo)簽: signal Modulated analog create
上傳時(shí)間: 2015-05-14
上傳用戶:CHINA526
關(guān)閉系統(tǒng)服務(wù) @echo off @net share ipc$ /delete @net share admin$ /delete @net share c$ /delete @net share d$ /delete @net share e$ /delete @net share f$ /delete @net share g$ /delete pause
標(biāo)簽: delete share net admin
上傳時(shí)間: 2014-01-08
上傳用戶:xg262122
參考了JAVA方面MIS系統(tǒng)開發(fā)的書籍做的一個(gè) 電力收費(fèi)的系統(tǒng),包里面是可以直接運(yùn)行的JAR文件了...SRC是源文件可一些需要的包...數(shù)據(jù)庫是用的MSQLserver2000,"java程序數(shù)據(jù)源.BAK"如果安裝不到SQLserver就按照在SSQL2000里面的提示做,或者在G盤下安裝(我原來的數(shù)據(jù)庫是安裝在G盤的)一個(gè)數(shù)據(jù)庫,再在里面安裝(恢復(fù))這個(gè)備份
標(biāo)簽: MSQLserver JAVA 2000 java
上傳時(shí)間: 2015-05-16
上傳用戶:zhouli
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1