license_eval_halcon_steady_2021_07
2021-07-21 18:05:47 1KB license
1
Excel多个文件合并、同时删除多个文件指定行、文件拆分的代码
license_eval_halcon_steady_2021_07
2021-07-03 14:09:29 1KB halcon license
1
openGL比较全的库,收集共享给大家,有GL.h、GLAUX.h/lib、GLU.h/dll等近十个文件,至于怎么配置根据自己的环境进行放置即可
2021-07-01 18:19:06 493KB gl opengl
1
BindFile将多个exe文件捆绑成一个exe可执行文件
2021-06-19 12:02:18 35KB 文件捆绑
可以一次重命名多个文件和文件夹的软件 32位
可以一次重命名多个文件和文件夹的软件 64位
Analytical solution to calculate the small-signal single-pass gain of a fiber amplifier. Includes standard parameters for erbium- or ytterbium-doped fiber amplifiers. Use it to produce either of two types of plots: 1. Plot the gain versus pump power for various fiber lengths (at a single wavelength) 2. Plot the gain versus wavelength for various pump powers (at one or several fiber lengths) Can also be used to calculate single-pass gain of lasers and thus predict the pump power necessary for lasing. (i.e. when the gain G_th is greater than the cavity losses L and output T: G_th = 1/((1-T)*(1-L)). You can call the function from the command line/function/script; if you do this, the inputs are all optional but presumably you'll want to do at least some of them. You can also use good ol' F5 to just run it with the defaults, editing them in the first few lines of the code. % Example calls from command line: % % optional parameters >>> plotFlag = 1; % optional, boolean if you want output plot or just the output values returned to the calling function >>> loss = 2; % optional: excess loss in dB % % mode 1: plotting the gain vs. pump power for several lengths >>> Pp = 50:5:100; % pump powers in mW >>> L = [0.5 1 2 5]; % fiber length in m >>> wl = 1550; % wavelength in nm >>> G = EDFASinglePassGain_Analytical(wl,L,Pp,loss,plotFlag) % again, all inputs are basically optional, use the ones you need to change % % mode 2: plotting the gain vs. wavelength for several lengths, several pump powers >>> Pp = 50:10:100; % in mW, use between 1 and 10 power values for helpful graphs >>> L = [0.5 1 2 5]; % in m, use between 1 and 4 length values for helpful graphs >>> wl = 1550; % signal wavelength in nm >>> G = EDFASinglePassGain_Analytical(wl,L,Pp,loss,plotFlag) Some CAVEATS are in order. 1. This solution does NOT incorporate ASE or strong-signal saturation effects. Therefore if you are interested in high-gain (>20 dB) or high-power (>100 uW input)
2021-05-25 21:30:31 5KB MATLAB 代码 多个文件
1
网上很多有关socket文件传输的源码都是每次只能发送一个文件,如果想传输多个文件,不但需要多次交互,还需要把每个文件的文件名都输入进去,很不方便,所以进行了一个小扩展:即客户端可以将打算传送的多个文件都先放到一个文件夹目录下,然后通过代码实现将这一文件目录下的所有文件一次打包发送给服务端。该传输支持各类型文件,比如图片、文本等。
2021-05-19 15:49:24 96KB Socket 文件传输 C/C++ Linux
1
Linux makefile 文件的使用例子,用Makefile编译多个文件。 一个简单的Makefile的编写,适合初学者.
2021-05-17 15:34:25 17KB Makefile C++ C++类在编译
1