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
资源简介:翻币问题:有n(n>=6)个硬币,正面朝上排成一排,每次将5 个硬币翻过来放在原位 置,直到最后全部硬币翻过来反面朝上为止,找出了步数最少的翻法。
上传时间: 2013-12-18
上传用户:Amygdala
资源简介: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
资源简介: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
资源简介:metricmatlab ch­ ¬ ng 4 Ma trË n - c¸ c phÐ p to¸ n vÒ ma trË n. 4.1 Kh¸ i niÖ m: - Trong MATLAB d÷ liÖ u ® Ó ® ­ a vµ o xö lý d­ íi d¹ ng ma tr&#...
上传时间: 2017-07-29
上传用户:来茴
资源简介:国内唯一一本介绍链接器和加载器的书籍. 讲编译原理的书很多,但是讲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