求解 形如 a*x^2+b*x+c=0 (mod p)的二次同余方程,其中p為任意素數,a,b,c為任意整數.
上傳時間: 2014-01-11
上傳用戶:er1219
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.
標簽: component ATViewer Builder various
上傳時間: 2013-12-24
上傳用戶:小鵬
基于基本遺傳算法的函數最優化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
標簽: Algorithm Optimizer developed Function
上傳時間: 2016-05-05
上傳用戶:520
Huo Chess by Spiros (Spyridon) Kakos (http://www.kakos.com.gr) is a micro chess program in CLI C++ v8.0 that attempts to be smaller in size than the Commodore-era Microchess. The goal is to create the smallest chess program that exists. More versions are to come in the future.
標簽: Spyridon program Spiros Chess
上傳時間: 2016-05-05
上傳用戶:hfmm633
When you start a new project in c++ or java ,usb source code
上傳時間: 2013-12-16
上傳用戶:Yukiseop
Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language
標簽: understanding Introduction Standard Edition
上傳時間: 2013-12-23
上傳用戶:源碼3
A Set of Simple C++ Hash Templates
上傳時間: 2014-01-17
上傳用戶:siguazgb
實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。
上傳時間: 2014-11-23
上傳用戶:shanml
i2c-core.c - a device driver for the iic-bus interface
標簽: interface iic-bus c-core device
上傳時間: 2016-05-16
上傳用戶:fxf126@126.com
a calc in visul c++ can help you study lex and ya
上傳時間: 2013-12-15
上傳用戶:csgcd001