/* RSA Demo 1.0 版 * 版權所有 (C) 2004 趙春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序調用Miracl ver 4.82大數運算庫,詳見其附帶手冊。 * P,Q,N,D,E使用RSATool2生成。 */ 編譯提示: 一:將Project-Settings-Settings For(All Configuration)-C/C++中Category項的 Precompiled Headers設置成:Automatic use of precompiled headers(圖1)。 二:將ms32.lib添加到工程中(圖2)。 三:MIRACL是C庫。 extern "C" { #Include "miracl.h" #Include "mirdef.h" } #pragma comment( lib, "ms32.lib" )
上傳時間: 2015-03-23
上傳用戶:leehom61
/* RSA Demo 1.0 版 * 版權所有 (C) 2004 趙春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序調用Miracl ver 4.82大數運算庫,詳見其附帶手冊。 * P,Q,N,D,E使用RSATool2生成。 */ 編譯提示: 一:將Project-Settings-Settings For(All Configuration)-C/C++中Category項的 Precompiled Headers設置成:Automatic use of precompiled headers(圖1)。 二:將ms32.lib添加到工程中(圖2)。 三:MIRACL是C庫。 extern "C" { #Include "miracl.h" #Include "mirdef.h" } #pragma comment( lib, "ms32.lib" )
上傳時間: 2013-12-17
上傳用戶:liansi
How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\j2sdk1.4.0\Include /Ie:\j2sdk1.4.0\Include\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
標簽: compile Callback native shared
上傳時間: 2015-03-31
上傳用戶:jhksyghr
Source files for pxa ac97 sound driver The packet contains the files that is listed below driver files /SOURCE/drivers/sound Makefile ac97.c ac97.h ac97_codec.c pxa-ac97.c pxa-audio.c pxa-audio.h sound_core.c /SOURCE/Include/linux soundcard.h
標簽: files contains Source driver
上傳時間: 2013-12-31
上傳用戶:qunquan
Source files for pxa LCD driver ======================================== The packet contains the files that is listed below driver files /SOURCE/drivers/video Makefile fbcon.c fbmem.c pxafb.c pxafb.h /SOURCE/Include/linux linux_logo.h /SOURCE/Include/asm-arm/arch-pxa pxa-regs.h
標簽: contains Source driver packet
上傳時間: 2014-12-07
上傳用戶:hgy9473
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet Include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that Include all modules.
標簽: simulation baseband channel packet
上傳時間: 2014-11-09
上傳用戶:hwl453472107
this tar Includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this tar also Include some testfiles and config file and a readme which describes how to run this program.
標簽: this Lin-Kernighan algorithm the
上傳時間: 2014-01-10
上傳用戶:stella2015
本代碼是《計算機常用數值計算算法與程序 C++版》一書的配套插值代碼,這些C++程序已經在Virsual C++ 6.0環境下通過。注意,在VC++ 6.0中設置好路徑,特別是Include目錄(文件夾)的路徑,否則在編譯時會出現找不到頭文件的錯誤,使編譯無法正常進行。
上傳時間: 2013-12-17
上傳用戶:nanfeicui
本代碼是《計算機常用數值計算算法與程序 C++版》一書的配套線性方程組求解代碼,這些C++程序已經在Virsual C++ 6.0環境下通過。注意,在VC++ 6.0中設置好路徑,特別是Include目錄(文件夾)的路徑,否則在編譯時會出現找不到頭文件的錯誤,使編譯無法正常進行。
上傳時間: 2013-11-30
上傳用戶:liglechongchong
本代碼是《計算機常用數值計算算法與程序 C++版》一書的配套矩陣特征值與特征向量的計算代碼,這些C++程序已經在Virsual C++ 6.0環境下通過。注意,在VC++ 6.0中設置好路徑,特別是Include目錄(文件夾)的路徑,否則在編譯時會出現找不到頭文件的錯誤,使編譯無法正常進行。
上傳時間: 2013-12-19
上傳用戶:epson850