This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
標簽: introduces ActiveX article develop
上傳時間: 2015-12-02
上傳用戶:athjac
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)
標簽: Sometimes the contents desire
上傳時間: 2013-12-25
上傳用戶:playboys0
生成多項式的最高位必須是1。例如:CRC-CCITT標準的16位生成多項式:g(x)= x16+x12+x1+1;階數r = 16 即:0x11021.最高位通常為1。
上傳時間: 2015-12-03
上傳用戶:dragonhaixm
SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
標簽: examples e.g. weighted Training
上傳時間: 2014-07-26
上傳用戶:zsjzc
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
標簽: examples e.g. part-of-speech Training
上傳時間: 2015-12-05
上傳用戶:gyq
In this talk we will consider two approaches in dealing with the risk of supplier bankruptcy. In the first model, we study the effects of supply disruption risk in a supply chain where one buyer deals with competing risky suppliers who may default during their production lead-times.
標簽: approaches bankruptcy the consider
上傳時間: 2014-08-04
上傳用戶:lanjisu111
ITU G/727語音算法文檔,是研究語音不可缺少的資料
上傳時間: 2014-01-03
上傳用戶:英雄
ITU G.728英文文檔,是研究語音算法不可多得的資料
上傳時間: 2015-12-07
上傳用戶:xauthu
符合ITU G.722協議,實現G722信源譯碼
上傳時間: 2015-12-09
上傳用戶:yan2267246
it can help you use C++ program we
上傳時間: 2013-12-23
上傳用戶:qlpqlq