-
Matlab migration procedures for seismic exploration often offset calculation spe...
matlab偏移程序,用于地震勘探常速度偏移计算。 -Matlab migration procedures for seismic exploration often offset calculation speed.
- 2022-03-06 07:54:05下载
- 积分:1
-
用户信息注册管理系统【良好】
说明: 学生成绩管理系统,实现读写文件,理信息系统(Management Information System,简称MIS)是一个以人为主导,利用计算机硬件、软件、网络通信设备以及其他办公设备,进行信息的收集、传输、加工、储存、更新、拓展和维护的系统。(The management information system (MIS) is a system that uses computer hardware, software, network communication equipment and other office equipment to collect, transmit, process, store, update, expand and maintain information.)
- 2020-01-03 08:54:29下载
- 积分:1
-
YHYiiC
利用24C02芯片结合51单片机实现掉电记忆功能(Use 24C02 chip MCU with 51 power-down memory function)
- 2011-08-03 15:45:04下载
- 积分:1
-
legrnonguithwith
服务器程序,可实现与客户端的通信,适合于初学者的学习,(The server program, and can realize communicate with the client, suitable for beginners learning,)
- 2017-03-24 17:06:44下载
- 积分:1
-
DENISE
说明: 老外的,弹性波时间域全波形反演代码,The DENISE code was first developed by Daniel K?hn, Denise De Nil and Andr′ e Kurzmann at the Christian-
Albrechts-Universit?t Kiel and TU Bergakademie Freiberg (Germany) from 2005 to 2009.(Overseas, Elastic Wave Time Domain Full Waveform Inversion Code)
- 2019-06-05 10:50:49下载
- 积分:1
-
MQTT协议中文版
MQTT协议 3.1.1中文版
MQTT是一个客户端服务端架构的发布/订阅模式的消息传输协议。它的设计思想是轻巧、开放、简单、规范,因此易于实现。这些特点使得它对很多场景来说都是很好的选择,包括受限的环境如机器与机器的通信(M2M)以及物联网环境(IoT),这些场景要求很小的代码封装或者网络带宽非常昂贵。(MQTT is a messaging protocol in publish/subscribe mode of client server architecture. Its design idea is lightweight, open, simple and standardized, so it is easy to implement. These features make it a good choice for many scenarios, including limited environments such as machine-to-machine communication (M2M) and Internet of Things (IoT), which require very small code encapsulation or very expensive network bandwidth)
- 2020-06-21 15:20:02下载
- 积分:1
-
MAgent-master
大规模对抗代码,有追逃,有需要的可以看看(Python code about Against. You can download if you need.)
- 2020-06-18 16:20:02下载
- 积分:1
-
[muchong.com]《高等光学仿真》MATLAB源程序
介绍矢量网络分析仪测试复介电常数,并进行模拟计算(Introduced vector network analyzer to test complex permittivity)
- 2017-07-28 13:11:28下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
空变性分析
高轨道SAR卫星方位向空变性分析,由于长合成孔径时间导致的方位空变性(Azimuth analysis of high orbit SAR satellite is due to azimuth denaturation caused by long synthetic aperture time.)
- 2018-04-13 09:54:03下载
- 积分:1