-
C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) ,
標簽:
BigInteger
class
BIgInteger
program
上傳時間:
2013-12-23
上傳用戶:ynzfm
-
E:\VISUAL C++MFC擴展編程實例 實例35 添加幫助菜單項,在本例中將向應用程序中的H e l p菜單中添加C o n t e n t s和S e a r c h
菜單項。
標簽:
VISUAL
MFC
擴展
編程實例
上傳時間:
2014-01-09
上傳用戶:541657925
-
代入法的啟發示搜索
我的代碼實現是:按照自然語言各字母出現頻率的大小從高到低(已經有人作國統計分析了)先生成一張字母出現頻率統計表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z)
,再對密文字母計算頻率,并按頻率從高到低生成一張輸入密文字母的統計表(B),通過兩張表的對應關系,不斷用A中的字母去替換B中的字母,搜索不成功時就回退,在這里回朔是一個關鍵。
標簽:
字母
頻率
搜索
代碼
上傳時間:
2015-10-24
上傳用戶:wanqunsheng
-
一個PL/O編譯器,內含可執行程序,大家有用下載著看吧A PL /O compiler,Containing executable. it may be useful to download Look here!C-C
標簽:
PL
編譯器
上傳時間:
2015-11-06
上傳用戶:SimonQQ
-
About:
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases.
Release focus: Major feature enhancements
Changes:
This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download.
Author:
cruppstahl
標簽:
C.
hamsterdb
structure
database
上傳時間:
2013-12-11
上傳用戶:LouieWu
-
快速瞭解ECLIPSE
目錄
序言·
一.Eclipse 簡介
二.Eclipse 組織
三.Eclipse 相關術語
四.Eclipse 平臺
五.EMF & GEF 介紹
六.關於Eclipse、SWT 和JFace
一個SWT 應用程式的基礎材料
基本控制項
標籤
文件
按鈕
事件監聽器
複合控制項
Shell
佈局管理器
FillLayout
GridLayout
GridData
15 建立一個執行程式
為什麼使用SWT
七.OSGI 簡介
Eclipse 資源
附錄1 SWT 的內幕?
附錄2 相關網站
附錄3 外掛開發
標簽:
Eclipse
ECLIPSE
EMF
GEF
上傳時間:
2015-11-30
上傳用戶:cc1
-
C++Primer中文版 第三版
深入系列
Primer 第三版
著
中中文文版版潘愛民張麗譯
Addison-Wesley 中國電力出版社
www.infopower.com.cn
Stanley B Lippman
J o s é e L a j o i e
標簽:
Primer
Addison-Wesley
infopower
www
上傳時間:
2014-01-14
上傳用戶:myworkpost
-
精選一個 uC/OS-II Porting 於一般業界使用之 MSP430F1132 開發板上任務調度的例程,於 app.c 內建構了一個可於此開發板上 Port 1.0 驅動 LED 閃爍任務工程,全例程於 IAR MSP430 V3.42A 下編譯,同時亦將此工程設好斷點可方便於 Simulator 內直接觀測 uC/OS 任務調度狀態.
標簽:
Porting
OS-II
F1132
1132
上傳時間:
2015-12-14
上傳用戶:skfreeman
-
Unix環境高級編程:本書全面介紹了UNIX系統的程序設計界面—系統調用界面和標準C庫提供的許多函數。 本書的前15章著重于理論知識的闡述,主要內容包括UNIX文件和目錄、進程環境、進程控制、進程間通信以及各種I/O。在此基礎上,分別按章介紹了多個應用實例,包括如何創建數據庫函數庫,PostScript 打印機驅動程序,調制解調器撥號器及在偽終端上運行其他程序的程序等。 本書內容豐富權威,概念清晰精辟,一直以來被譽為UNIX編程的“圣經”,對于所有UNIX程序員—無論是初學者還是專家級人士—都是一本無價的參考書籍。
標簽:
Unix
UNIX
環境
標準
上傳時間:
2015-12-23
上傳用戶:cmc_68289287
-
Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = open("/dev/QuickMarkLed",O_RDWR)
ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1
ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1
close(testdev)
return 0
}
標簽:
s3c2440
driver
Linux
dev-C
上傳時間:
2014-01-01
上傳用戶:qlpqlq