-
xwaf1.py
说明: waf是一个python写的waf自动绕过工具,上一个版本是bypass_waf,xwaf相比bypass_waf更智能,可无人干预,自动暴破waf(Waf is a waf automatic bypass tool written in python, the previous version is bypass_waf, xwaf is smarter than bypass_waf, no one can intervene, automatically break the waf)
- 2020-06-21 04:40:01下载
- 积分:1
-
一个使用多线程的Delphi下载程序
一个使用多线程的Delphi下载程序,根据网上程序修改而来,用到有三方控件,当前任务参数设置:
[任务选项]
任务总数=2
FTP传输方式=1
URL00=http://ftp5.enet.com.cn:88/pub/ent/desktop/dicon/Contrast_Cursors_v3.rar
协议00=0
存放00=D:cc
解压00=D:cca
URL01=http://ftp5.enet.com.cn:88/pub/ent/desktop/dicon/bluecrystal.rar
协议01=0
存放01=D:cc
解压01=D:cca
[其他]
是否显示下载窗体=0
是否生成预解压列表=0
- 2022-02-15 12:08:58下载
- 积分:1
-
针对推挽结构MZ-LiNbO3调制器
1. 针对推挽结构MZ-LiNbO3调制器;
(1)通过MATLAB编程画出输出电场、输出功率传递函数随外加波导两臂相位差的变化曲线;
(2)确定相位调制器、强度调制器的偏置电压;
(3)假设理想条件下强度调制器消光比为20dB,通过MATLAB编程画出消光比曲线随3dB耦合器分光比的变化。(分光比R=0.45:0.05:0.55)(1. For push-pull MZ-LiNbO3 modulator;
(1) The curves of the output electric field and the output power transfer function with the phase difference between the two arms of the external waveguide are drawn by MATLAB programming.
(2) Determine the bias voltage of phase modulator and intensity modulator;
(3) Assuming that the extinction ratio of intensity modulator is 20 dB under ideal conditions, the extinction ratio curve of intensity modulator varies with the splitting ratio of 3dB coupler by MATLAB programming. (Spectrum ratio R = 0.45:0.05:0.55))
- 2020-12-01 12:49:26下载
- 积分:1
-
fiber_sim
说明: 利用Lumerical FDTD对光纤进行仿真,对单模光纤进行初步的仿真(Using lumerial FDTD to simulate the optical fiber and the single-mode optical fiber)
- 2021-01-30 11:18:33下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
这是我在作研究是所使用的分词系统软件,现在提交给大家,供大家研究使用....
这是我在作研究是所使用的分词系统软件,现在提交给大家,供大家研究使用.-This is my research is the use of segmentation system software, we now introduce to you, for your study.
- 2023-02-05 12:20:04下载
- 积分:1
-
pmsm cotrol model
说明: 永磁同步电机控制模型,使用滑膜PI控制,可供电机控制开发人员入门使用(mcu control for pmsm. used for suistanable energy vehicle simulation)
- 2019-06-17 20:45:54下载
- 积分:1
-
骑士问题一的算法,用c语言实现的,编译通过的
骑士问题一的算法,用c语言实现的,编译通过的-Knight issue an algorithm, using c language implementation, and compiled by the
- 2022-08-20 22:57:32下载
- 积分:1
-
wincc sql
说明: wincc 数据库 把数据下载到数据库中,数据库,简而言之可视为电子化的文件柜——存储电子文件的处所,用户可以对文件中的数据运行新增、截取、更新、删除等操作。(Wincc database downloads data to the database.In short,the database can be regarded as an electronic filing cabinet,where electronic files are stored.Users can add,intercept,update and delete data in the file.)
- 2020-06-19 18:00:01下载
- 积分:1
-
Demo
说明: 网页地图的放大、缩小、移动、定位,中心点已经设置好,定位点也一样,可以复位(Map zooming, zooming, moving and positioning)
- 2021-01-12 11:08:50下载
- 积分:1