资源列表
[数学计算/工程计算] Primitive-root
说明:给定大素数P,如果求其原根?给出算法描述。并编程实现具体功能。 利用随机数生成大素数q,P是形如2*q+1的大素数,P也为素数,若P不为素数,则重新生成大素数q,重复上述步骤。生成随机数g,1<g<p-1,要满足:g^2 mod p!=1, g^q mod p!=1, 则g为P的本原根。-Given a large prime number P, if you find its original roots? Algorithm descr iption is given. A<绿茶> 在 2025-12-29 上传 | 大小:1kb | 下载:0
[matlab例程] lbfgs
说明:This submission contains an interface to a LBFGS-code for unconstrained minimization problems of the form min_{x} f(x) + c*|\tilde{x}|, where x are the parameters, f is a scalar valued real function, c is a positive scalar (default value=0), |.|<Karthi> 在 2025-12-29 上传 | 大小:9kb | 下载:0
[matlab例程] distributionPlot
说明:The zip-file contains the following files for visualizing distributions: - distributionPlot.m: main function that allows creating violin plots - histogram.m: generate histograms with ideal bin width given the number of data points and the spread<Karthi> 在 2025-12-29 上传 | 大小:20kb | 下载:0
[matlab例程] load_flow_and_harmonic_flow
说明:Line Matrix is line impedance matrix. load_power Matrix is P+jQ matrix of the loads. source matrix is the complex value of the harmonic sources and they considered as a harmonic current source for each harmonic frequency.<Karthi> 在 2025-12-29 上传 | 大小:4kb | 下载:0
[matlab例程] mathworks
说明:makestereofig is a standalone scr ipt for converting .fig files containing 3D Cartesian plots of z as a function of x and y to .jpg images of the same plot in anaglyphic (red-cyan) stereo. The compressed archive contains the top level scr ipt (makest<Karthi> 在 2025-12-29 上传 | 大小:22kb | 下载:0
[数据结构常用算法] list
说明:C语言实现 线性链表的创建,销毁,遍历,插入元素,删除元素,取元素等操作 经典源代码。-C language implementation linear list of creating, destroyed, traverse, insert elements, remove elements, take elements such operation classical source code.<liuzhixing> 在 2025-12-29 上传 | 大小:1kb | 下载:0