搜索资源列表
算法(strassen和strassen混合算法)
- strassen算法的扩展,可以计算任何偶数阶矩阵的相乘,一般strassen只能计算2的n次方阶(自己编写,英文注释~)-Strassen expansion algorithm can even order any calculation of matrix multiplication, general Strassen only two terms of the n-th-order (to prepare themselves
MoShiPiPei
- 有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时
caipfx
- 一款用C#开发的3D彩票分析软件,通过这个软件分析,已经中了N次-A C# development of the Lottery 3D analysis software, the software analysis, which has the N-th
ising_model
- 给出了二次函数的Julia集分形图的概念及逃逸时间算法绘制复杂分形图的基本原理,对Julia集给出了严格的数学定义.逃逸时间算法即取定迭代次数界限N,经N次迭代后,若x点仍在给定的区域内,则认为x是分形A中的点 否则x不是分形A中的点.该算法同样适用于Mandelbrot集、Sierpinski三角形等其他复杂分形图.试验表明,该算法绘制的Julia集分形图准确有效、优美清晰,算法简单实用. -given quadratic fu
ChanSheng_src
- 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能.-1. Using multithreading technology, faster than similar software. 2. It also supports multi-carrier. 3. Further
my_2expN_dct
- 这是一个关于长度为2的N次方的DCT算法演示程序.-This is a length of 2 on the N-th power of the DCT program.
Computer_NN
- 刚才没注意,上传的是.c文件,重新上传,忘谅解! 精确计算N的N次方,并完整显示结果!-just did not know, upload yes. C document, re-upload, forget understanding! N precise calculation of the N-th power and integrity of the result will be displayed!
b0226078
- 有多个程序, 传销, 取火柴, 二的N次方等-a number of procedures, pyramid schemes and from matches, such as the N-th
ghost
- Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Pr
div_cal1
- 在需要计算的设计中,诸如:收款机、计算器等经常遇到2位小数的处理,简单的处理方法就是将数据乘以100后存储、处理,现提供一函数用于6字节除以100的n次方-calculated in the design, such as : cash registers, calculators often encountered two decimal treatment, the simple approach is to be multipli
b0226078
- 有多个程序, 传销, 取火柴, 二的N次方等-a number of procedures, pyramid schemes and from matches, such as the N-th
2~N
- 从磁盘输入一个数N 计算2的N次方.五位五位出输出 用数组。-Enter a number from the disk N of the N-th power calculation 2. 5 out of 5 with an array of output.
2^N
- 计算2的N次方的最大整数(不是科学计数法表示).以及计算的时间.-Calculation of the N-th power of 2, the largest integer (not a scientific count that). As well as the calculation time.
x^n
- 函数方法计算x的n次方 我自己写的代码不是很好-Function x of the n-th power calculation
2-n-power
- 汇编 求2的n次方 include irvine32.inc IsZero proto ,address: ptr dword ,kind:dword 判断正数还是负数还是0 Negation proto ,address: ptr dword ,kind:dword 求相反数 .data str1 byte "请输入16进制的96位整数的低32位(8个):",0 str2 byte "请输入16进制的96位整数
2^n
- 求取任意数的N次方问题,已编译可运行,欢迎下载-N-th power to strike any number of issues, compiled to run
Find-n-th-power
- 求n次方。在原来程序的基础上,经过修改,可以实现求任何未知数x的n次方,程序简单,容易理解。-Find n-th power. On the basis of the original program, after modification, can achieve for any unknowns x n-th power, the program is simple, easy to understand.
2^n-divor
- 2的n次方分频设计,可以实现任意分频。使用verilog编写-n th power of 2 crossover design, you can achieve any frequency. Use verilog to write
RK4-FOR-N
- 用四阶龙格库塔法来求含有N阶导数的微分方程组的解,需要自己输入改动的数值-Using the fourth-order Runge-Kutta method to find the solution of differential equations with N-th derivative, we need to input the numerical value