-
himawari8
说明: 用IDL批量读取Himawari8影像的netcdf数据,并进行格式转换输出(Using IDL to read the NetCDF data of Himawari8 image in batches and convert the format to output)
- 2019-04-14 15:19:47下载
- 积分:1
-
C# 锁屏程序
C# 锁屏程序,也就是大家俗称的“挂机锁”,本程序在界面方面使用了IrisSkin2.dll换肤控件,可实现如截图所示的漂亮窗口。可设置窗体透明度,锁屏程序在输入密码后即可启动,不过要注意一定不要忘记密码哦,否则需要重启电脑了。
- 2023-08-11 22:05:03下载
- 积分:1
-
852694
安装方法: 你必须确定cache目录可以读写一般就不会出现什么问题,本程序在WIN2003+IIS+PHP5和WIN2003+APACHE+PHP5下完全测试通过,本程序也上传到LINUX下的PHP4通过(Installation: you must make sure that the cache directory can read and write without any problems, this procedure in WIN2003+IIS+PHP5 and WIN2003+APACHE+PHP5 complete test passed, this procedure is uploaded to the LINUX PHP4 through)
- 2018-09-14 21:28:59下载
- 积分:1
-
easyarm2200 the entire CD
easyarm2200整个光盘内容,包括在ADS的实验,UCOS的移植,以及在ucos下的实验,还有部分软件,有了这个就全了-easyarm2200 the entire CD-ROM content, including the ADS experiment, UCOS transplant, as well as in the experiment under uCOS, there are some software, with this on a wide
- 2022-04-22 08:09:36下载
- 积分:1
-
AC6919E蓝牙接收器标准原理图 V1.1
高性能32位RISC CPURISC 32位CPUDC-160MHz操作支持DSP指令64矢量中断4级中断优先级(High performance 32-bit RISC CPU
RISC 32-bit CPU
DC-160MHz operation
Support DSP instructions
64Vectored interrupts
4 Levels interrupt priority)
- 2018-12-03 05:22:59下载
- 积分:1
-
21ic下载_STM32F103 ATT7022 MODBUS工程 源程序_
ATT7022是一种多功能高精度三相电能计量专用芯片,适用于三相三线的应用。将采集到的电量参数通过本身自带的SPI串行口传输给处理器上。(ATT7022 is a multi-function and high-precision three-phase power metering special chip, which is suitable for three-phase three wire applications. The collected power parameters are transmitted to the processor through the SPI serial port.)
- 2018-11-07 11:09:47下载
- 积分: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
-
qeisen-V3.8
研究生时的现代信号处理的作业,matlab编写的元胞自动机,小波包分析提取振动信号中的特征频率。( Modern signal processing jobs when the graduate, matlab prepared cellular automata, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-06-01 17:12:36下载
- 积分:1
-
创建一个数组对其中数据进行操作,包括输出,顺序查找,二分查找,冒泡排序,插入排序。...
创建一个数组对其中数据进行操作,包括输出,顺序查找,二分查找,冒泡排序,插入排序。-Create an array of which the data operations, including output, sequential search, binary search, bubble sort, insertion sort.
- 2022-02-28 17:37:03下载
- 积分:1
-
高级
说明: 生成雷达信号、并用生成的雷达信号进行分选、是真正可以在实际状况中使用的代码(Generating radar signals and sorting them with the generated radar signals are really codes that can be used in real situations.)
- 2019-05-09 20:10:29下载
- 积分:1