寫入下列登錄檔:Software\Microsoft\Windows\CurrentVersion\Run,產生檔案:C:\twins.vbs,windows目錄下產生NetInfo.doc.pif,尋找通訊錄連絡人,並且散播病毒信件。
標簽: SoftwareMicrosoftWindowsCurrentVe rsionRun
上傳時間: 2016-07-08
上傳用戶:songnanhua
在做2維度樣本分類的過程中,若我們能事先畫出訓練樣本在空間中的分散情形,這將有助於我們在設定SVM分類器的參數C的取值範圍. 例如:若畫出的訓練樣本的散佈較分散,我們可以得知此時採用的參數值可以取在較大的範圍. 所以本程式也是讓想要畫出資料樣本在平面的散佈情形者之一各可行工具.
上傳時間: 2016-08-19
上傳用戶:sy_jiadeyi
投名狀 脫機登入源碼 游戲更新 delphi開發 想搞脫機登入的可以
上傳時間: 2016-11-10
上傳用戶:sssl
個人網站全站程序源碼 內含會員功能 討論版 等等相關
標簽: 程序
上傳時間: 2017-04-29
上傳用戶:784533221
KeilC51V8.05中文版,帶注冊機,無2K代碼限制,無時間限制,是單片機開發最好的工具之一.
上傳時間: 2017-06-27
上傳用戶:zhaoq123
C的有理數的複數算法 一般資訊學院要求 一般來說會是考題之一
標簽: 算法
上傳時間: 2013-12-16
上傳用戶:jqy_china
asp實現限制一個ip只能訪問一次的方法 <% '///////////////////////////////////////////////////// '// // '//作用:一個IP地址只允許訪問本頁一次 // '//引用:<!-- #include file="Check_Ip.asp" --> // '// // '///////////////////////////////////////////////////// 'Response.Charset = 936 '設置輸出編碼為簡體中文 'Response.Buffer = false '關閉緩沖區 Dim Fso,ts,IpList,Cfs '設置Cookies函數 Function SetCookie() Response.Cookies("IsBrow") = "Brow" Response.Cookies("IsBrow").Expires = Date+365 End Function '記錄IP地址函數 Function WriteIp(FileName, IpAddress) Set Fso = Server.CreateObject("Scripting.FileSystemObject") Set ts = Fso.OpenTextFile(Server.MapPath(FileName),8,true) ts.WriteLine IpAddress ts.Close Set ts = Nothing Set Fso = Nothing End Function '讀取IP地址函數 Function ReadIpList(FileName) Set Fso = Server.CreateObject("Scripting.FileSystemObject") If Not Fso.FileExists(Server.MapPath(FileName)) Then CreateFile("Iplist.txt") Exit Function End If Set ts = Fso.OpenTextFile(Server.MapPath(FileName)) Iplist = ts.ReadAll ts.Close Set ts = Nothing Set Fso = Nothing ReadIpList = Iplist End Function '創建文件函數 Function CreateFile(FileName) Set Fso = Server.CreateObject("Scripting.FileSystemObject") Set Cfs = Fso.CreateTextFile(Server.MapPath(FileName)) Cfs.Close Set Cfs = Nothing Set Fso = Nothing End Function '關閉當前IE窗口函數(注:IE6下通過,其他瀏覽器未測試) Function CloseWindow() 'Response.Write "<script>window.location='javascript:window.opener=null;window.close();'</script>" Response.Redirect "http://www.baidu.com" End Function Ip = Request.ServerVariables("REMOTE_ADDR") '獲取瀏覽者IP地址 Cookie = Request.Cookies("IsBrow") '獲取當前Cookies 'Response.Write Cookie If Request.ServerVariables("HTTP_X_FORWARDED_FOR") <> "" Then Response.Write "本站不允許使用代理訪問" Response.End() Else If Cookie = "Brow" Then CloseWindow() Else If Instr(ReadIpList("Iplist.txt"),Ip) <>0 Then CloseWindow() Else WriteIp "Iplist.txt" , Ip End If SetCookie() End If End If %>
上傳時間: 2016-07-14
上傳用戶:helei0915
這些年因二姨下載區文檔大小限制而沒有上傳的電子書合集(網盤)之前鏈接失效,已經更新過鏈接了。好吧我承認自己很懶,沒有把電子書仔細歸檔,因二姨下載區的文檔上傳限制讓他們一直留在了我的百度網盤內,感謝二姨的活動讓這些電子書再次分享給大家,希望對大家有所幫助.鏈接和提取碼都在文檔內,下載就可以看到!部分文件截圖:
標簽: 電子書
上傳時間: 2022-06-17
上傳用戶:slq1234567890
討論了CRC的代數學演算法
上傳時間: 2015-02-21
上傳用戶:米卡
對網只操作的函數,很不錯
標簽: 操作
上傳時間: 2014-01-19
上傳用戶:zuozuo1215