-
C#报表实例源码
C#报表实例源码,C#报表程序源代码,对学习在C#中生成报表很有帮助,看上去像是一个自定义的C#报表控件附带示例,仅供参考。
- 2022-03-14 15:39:31下载
- 积分:1
-
2维FDTD的MATLAB代码,TM波代码
2维FDTD的MATLAB代码,TM波代码-2 dimension FDTD program (TM mode)
All boundaries are perfect conductors.
// For Visualization of the field, I use PGPLOT which is available as port
// (for FreeBSD) or binary package (for Debian Linux).
// (1) In FreeBSD, compile with
// gcc-o fdtd fdtd.c-I/usr/local/include-L/usr/local/lib-L/usr/X11R6/lib
// -lcpgplot-lpgplot-lg2c-lX11-lm
// (2) In debian Linux, complile with
// gcc-o fdtd fdtd.c-lcpgplot-lpgplot-L/usr/X11R6/lib-lX11-lpng
// -lz-lm
- 2022-03-21 22:44:06下载
- 积分:1
-
src
说明: java 线程池实现模板,供开发人员学习(Java thread pool implementation template)
- 2020-06-21 12:00:02下载
- 积分:1
-
PSO算法
说明: 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
- 2020-06-25 13:20:01下载
- 积分:1
-
arma
matlab 自回归模型的matlab实现(autoregressive model matlab implementation of the matlab)
- 2009-12-30 13:55:45下载
- 积分:1
-
在LabVIEW中定制Windows标准窗口风格
这是一个很有用的编程小程序,希望能给大家以借鉴(This is a very useful programming program, I hope you can learn from it.)
- 2019-01-11 16:54:54下载
- 积分:1
-
直流微网模型
说明: 直流微网模型,包括仿真模型,搭建模型,数学计算(include mcrigrid molde wind pv pw sb dc modle)
- 2019-11-21 14:39:14下载
- 积分:1
-
0329
ui设计的基础资料,适合新手进行学习,附带讲解的PPT资料(UI design basic materials, suitable for beginners to learn, with explanation of the PPT materials)
- 2020-06-21 20:00:02下载
- 积分:1
-
demo
说明: 微信小程序支付,demo包含代码及config。(Wechat applet payment, demo contains code and config.)
- 2020-09-08 16:38:42下载
- 积分:1
-
快速排序的基本算法
快速排序的基本算法-basic Quick Sort Algorithm
- 2023-06-04 15:35:03下载
- 积分:1