资源列表
[数学计算/工程计算] code
说明:找出两个字符串的最长公共子串。 给出一个字符串,请删除该字符串的前导空格和尾随空格,中间的空格若多余1个删减到1个。 我是个菜鸟,但软件会是我终生的事业~我有信心学好它,希望站长通融-Two strings to find the longest common sub-string. Given a string, remove the string leading spaces and trailing spaces, if the extra spaces in the middle<武侯> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] norm
说明:A source code of function which convert image from RGB scale - space into normalized RGB scale - space, using Visual C++ 2008 and OpenCV library. Normalized RGB scale - space can be used in color detection techniques, because this is independent<lukeam> 在 2025-06-24 上传 | 大小:331kb | 下载:0
[数学计算/工程计算] neft
说明:The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.<Annet> 在 2025-06-24 上传 | 大小:5.04mb | 下载:0
[数学计算/工程计算] Analizator
说明:Fast Fourier Transform in C-Fast Fourier Transform in C++<Kamilio> 在 2025-06-24 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] matlab_math
说明:关于数值计算中插值的一个文档。讲得简明扼要,是学习插值法的一个很好的参考。-Numerical calculation of interpolation on a document. Put it succinctly, is to learn from interpolation of a good reference.<FAN Lei> 在 2025-06-24 上传 | 大小:100kb | 下载:0
[数学计算/工程计算] Ellipticcurvepublickeysystem
说明: 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19<ttt> 在 2025-06-24 上传 | 大小:12kb | 下载:0