karatsuba multiplication using vectors. O(n^l.6). Base 10. To change to higher bases like 10000 you have to change the multiply order.
資源簡介:karatsuba multiplication using vectors. O(n^l.6). Base 10. To change to higher bases like 10000 you have to change the multiply order.
上傳時間: 2014-01-25
上傳用戶:han_zh
資源簡介:ADT BinaryTree 的實現及驗證程序采用的主要數據結構:二叉樹、棧、隊算法思想:1、 先序建樹、輸出樹、后序遍歷用遞歸方法。性能分析:O( n )2、 先序遍歷、中序遍歷:性能分析:O( n )(1) 若遇到新節點非空則先入棧,然后訪問其左子樹。(2) 若為空則將棧頂...
上傳時間: 2014-12-20
上傳用戶:SimonQQ
資源簡介:A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client symbian at mobile system.
上傳時間: 2015-12-13
上傳用戶:ve3344
資源簡介:RANDVEC Generate gaussian random vectors X=(N,M,C)
上傳時間: 2013-12-17
上傳用戶:diets
資源簡介:設計一個O(n*n)時間的算法,找出由n個數組成的序列的最長單調遞增子序列
上傳時間: 2014-08-17
上傳用戶:VRMMO
資源簡介:最近點對的隨機算法 算法時間達到O(n)非常完美的實現了隨機最近點對的功能
上傳時間: 2014-11-02
上傳用戶:onewq
資源簡介:KM算法 (求二分圖最大帶權比配) 的 O(n^3)經典實現
上傳時間: 2016-07-19
上傳用戶:Miyuki
資源簡介:O Reilly - Perl 6 Essentials.chm
上傳時間: 2017-01-16
上傳用戶:wang0123456789
資源簡介:快速排序(Quick Sort)是一種有效的排序算法。雖然算法在最壞的情況下運行時間為O(n^2),但由于平均運行時間為O(nlogn),并且在內存使用、程序實現復雜性上表現優秀,尤其是對快速排序算法進行隨機化的可能,使得快速排序在一般情況下是最實用的排序方法之一。...
上傳時間: 2017-03-31
上傳用戶:shinesyh
資源簡介:串的模式匹配的樸素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改進至線性的算法. KMP算法與樸素算法的不同在于:處理"失配"情況. 不同于將指針完全回溯, KMP算法先根據已經部分匹配的信息, 將匹配的指針跳過不必匹配的位置.
上傳時間: 2014-01-19
上傳用戶:維子哥哥
資源簡介:PKU ACM 1007 的源碼,求逆序的算法時間復雜度控制在O(n)
上傳時間: 2014-11-26
上傳用戶:FreeSky
資源簡介:這是一個將Dijkstra算法的時間復雜度從O(n*n) 優化為O(nlogn)的方法
上傳時間: 2017-06-14
上傳用戶:1427796291
資源簡介:N-皇后問題線性時間算法 O(n)復雜度,非O(n^2)的,使用的是構造法。
上傳時間: 2013-12-21
上傳用戶:jqy_china
資源簡介:radar system analysos using matlab radar signal book a very good intro book to radar n signals
上傳時間: 2014-01-10
上傳用戶:edisonfather
資源簡介:在o(n)時間內,從一個數組中尋找到第k大的數
上傳時間: 2013-12-18
上傳用戶:diets
資源簡介:Kth Largest element in an array in time O(n) without sorting the entire array.
上傳時間: 2014-01-08
上傳用戶:woshini123456
資源簡介:Read and write mifare card using smartcard API in Java 6.
上傳時間: 2014-01-21
上傳用戶:hebmuljb
資源簡介:研祥集團pc104
上傳時間: 2013-07-13
上傳用戶:eeworm
資源簡介:JVT-S203 contains the JSVM 6 reference software. It corresponds to CVS tag “JSVM_5_12_1”. For obtaining future versions of the software, the CVS server can be accessed using any CVS client. The server is configured to allow read access...
上傳時間: 2016-02-01
上傳用戶:wangzhen1990
資源簡介:z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that sum of first n digits is same as second n digits.
上傳時間: 2014-01-05
上傳用戶:luopoguixiong
資源簡介:國內唯一一本介紹鏈接器和加載器的書籍. 講編譯原理的書很多,但是講linkerAndLoader的書籍卻只有這一本.缺6和10章,還未翻譯完成.
上傳時間: 2015-06-17
上傳用戶:無聊來刷下
資源簡介:Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to % Baddour s work: "Autoregressive modeling for fading channel simulation"
上傳時間: 2013-12-02
上傳用戶:tb_6877751
資源簡介:Example code for I2C, routines for PIC16F877 to write to the 24LC01B EEPROM, using the PICDEM 2 demo board from Microchip.
上傳時間: 2015-09-01
上傳用戶:集美慧
資源簡介:This program shows an example of how to interface to an SPI EEPROM using SPI0 program
上傳時間: 2016-01-05
上傳用戶:二驅蚊器
資源簡介:We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to ...
上傳時間: 2016-01-17
上傳用戶:jeffery
資源簡介:const MG_READY = 10 MG_FLY = 6 MG_EXPLOSION = 10 READYTIME = 120 EXPLOSIONTIME = 100 FLYBASE = 10 EXPLOSIONBASE = 170 //EFFECTFRAME = 260 MAXMAGIC = 10 FLYOMAAXEBASE = 447 THORNBASE = 2967 ARCHERBASE = 260...
上傳時間: 2016-02-21
上傳用戶:270189020
資源簡介:藥檢所實驗室使用,絕對自己開發,細菌數量求均方差,輸入簡單,結果正確,已經應用于實際項目中.大大降低了工作量 .輸入格式為 7.52*10(5) 7.49*10(5) 6.82*10(5) 表示3組數據,()內表示數量級
上傳時間: 2016-03-30
上傳用戶:xlcky
資源簡介:libftdi - A library (using libusb) to talk to FTDI s FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode.
上傳時間: 2016-06-30
上傳用戶:lhw888
資源簡介:通信信號相干調制解調源碼 Fc=10 %載頻 Fs=40 %系統采樣頻率 Fd=1 %碼速率 N=Fs/Fd df=10 numSymb=25 %進行仿真的信息代碼個數 M=2 %進制數
上傳時間: 2016-12-08
上傳用戶:nairui21
資源簡介:Sample codes to change orientation using 3-Axis accel. chip, SMB380
上傳時間: 2017-03-07
上傳用戶:gundan