X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard.
標(biāo)簽: encryption X-Crypter algorithm encrypts
上傳時(shí)間: 2013-12-20
上傳用戶:xc216
pav 反病毒源碼 /*************************************************************************** * * * File: ANTI-VIRUS * * Function: This program demostrating file anti-virus managment * * * * Author: Long Yun Liang * * First edit: 1995,3,10 * * Last edit: 1996,11,5 All Rights Reserved * * * * * ***************************************************************************/
上傳時(shí)間: 2014-01-14
上傳用戶:hullow
EclipseTrader is a stock exchange analysis system, featuring shares pricing watch, intraday and history charts with technical analysis indicators, level II/market depth view, news watching, automated trading systems, integrated trading.
標(biāo)簽: EclipseTrader featuring exchange analysis
上傳時(shí)間: 2016-04-13
上傳用戶:shizhanincc
問(wèn)題描述:有時(shí),表單數(shù)據(jù)太多,無(wú)法在同一個(gè)頁(yè)面顯示,需要分頁(yè)完成(如用戶注冊(cè)表單)。這時(shí),既可以為每一個(gè)表單創(chuàng)建一個(gè)ActionForm,也可以只創(chuàng)建一個(gè)ActionForm,它和多個(gè)表單對(duì)應(yīng)。這里討論如何用一個(gè)ActionForm對(duì)應(yīng)表單。 程序完整解釋可以到我的空間查看: http://hi.baidu.com/circle%5Fanda
標(biāo)簽:
上傳時(shí)間: 2014-01-05
上傳用戶:lindor
給定一塊寬度為W的矩形板,矩形板的高度不受限制。現(xiàn)需要從板上分別切割出n個(gè)高度為hi,寬度為wi的矩形零件。切割的規(guī)則是零件的高度方向與矩形板的高度方向保持一致。問(wèn)如何切割使得所使用的矩形板的高度h最小? 里面附有詳細(xì)報(bào)告
上傳時(shí)間: 2016-05-07
上傳用戶:zhaoq123
a2demo源碼,基于hi—techc的pic單片機(jī)源碼開(kāi)發(fā)
上傳時(shí)間: 2016-05-17
上傳用戶:qb1993225
This project allows you to learn communication systems in greater depth. It contains the Simulink files (*.mdl) which are block design files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM and Delta Modulation. The idea here is to implement experiments of a traditional communication lab using Simulink. Most of the block diagrams are self explanatory. More information on the systems and their implementation can be found in the word documents included in the lab directories
標(biāo)簽: communication Simulink contains project
上傳時(shí)間: 2013-12-09
上傳用戶:lz4v4
世界上第一款博客內(nèi)容加密軟件面世了!現(xiàn)在絕大多數(shù)博客沒(méi)有提供訪問(wèn)授權(quán)功能,即使有少部分網(wǎng)路運(yùn)營(yíng)商提供了一部分的訪問(wèn)控制功能(如QQ空間)但這依然不夠靈活。這款加密軟件專門為加密博客內(nèi)容而設(shè)計(jì),為你提供精確到每篇帖子內(nèi)容的訪問(wèn)控制能力。用戶只需要對(duì)不同文章設(shè)置不同的密碼,并把不同的密碼分發(fā)給不同級(jí)別的用戶,就可以實(shí)現(xiàn)文章訪問(wèn)權(quán)限的精確控制,這也是設(shè)計(jì)這款軟件的初衷。更多加密軟件請(qǐng)?jiān)L問(wèn)ChinaPGP項(xiàng)目網(wǎng)站http://hi.baidu.com/ChinaPGP
標(biāo)簽: 博客 加密軟件 訪問(wèn) 授權(quán)
上傳時(shí)間: 2014-01-27
上傳用戶:hxy200501
Extension packages to Bayes Blocks library, reported in "Nonlinear independent factor analysis by hierarchical models" (Valpola, Ö stman and Karhunen, 2003).
標(biāo)簽: independent Extension Nonlinear packages
上傳時(shí)間: 2016-12-16
上傳用戶:天涯
// 入口參數(shù): // l: l = 0, 傅立葉變換 l = 1, 逆傅立葉變換 // il: il = 0,不計(jì)算傅立葉變換或逆變換模和幅角;il = 1,計(jì)算模和幅角 // n: 輸入的點(diǎn)數(shù),為偶數(shù),一般為32,64,128,...,1024等 // k: 滿足n=2^k(k>0),實(shí)質(zhì)上k是n個(gè)采樣數(shù)據(jù)可以分解為偶次冪和奇次冪的次數(shù) // pr[]: l=0時(shí),存放N點(diǎn)采樣數(shù)據(jù)的實(shí)部 // l=1時(shí), 存放傅立葉變換的N個(gè)實(shí)部 // pi[]: l=0時(shí),存放N點(diǎn)采樣數(shù)據(jù)的虛部 // l=1時(shí), 存放傅立葉變換的N個(gè)虛部 // // 出口參數(shù): // fr[]: l=0, 返回傅立葉變換的實(shí)部 // l=1, 返回逆傅立葉變換的實(shí)部 // fi[]: l=0, 返回傅立葉變換的虛部 // l=1, 返回逆傅立葉變換的虛部 // pr[]: il = 1,i = 0 時(shí),返回傅立葉變換的模 // il = 1,i = 1 時(shí),返回逆傅立葉變換的模 // pi[]: il = 1,i = 0 時(shí),返回傅立葉變換的輻角 // il = 1,i = 1 時(shí),返回逆傅立葉變換的輻角
上傳時(shí)間: 2017-01-03
上傳用戶:ynsnjs
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1