-
A solar calendar of the proceedings to a solar calendar lunar calendar lunar cal...
一个阳历转阴历的程序
一个阳历阴历日期转换的程序-A solar calendar of the proceedings to a solar calendar lunar calendar lunar calendar date conversion procedure
- 2022-05-21 16:50:10下载
- 积分:1
-
VxWorkskfjc_pdf
一本很好的vxworks操作系统指导资料,用于熟悉系统和编程(vxworks programming guideline)
- 2017-11-27 16:14:18下载
- 积分:1
-
array-master
说明: 矩阵计算array类C++代码, 可直接使用,也可作为继承的父类(Matrix computation array class C++ code)
- 2019-06-30 21:15:29下载
- 积分:1
-
dezend
说明: php反编译工具,支持目录,只供学习之用请不要用于非法用途!(php decompile tool support directory, for learning, please do not for illegal purposes!)
- 2008-10-24 01:10:59下载
- 积分:1
-
机械臂控制系统仿真
机械臂控制系统仿真,包括PID控制,滑模控制,反演控制,模糊控制等方法(robotic ram control system simulation,including PID control,sliding mode control,backstepping control etc)
- 2018-05-19 17:12:47下载
- 积分:1
-
正负序提取
实现电压的正负序分离,进而进行不对称故障情况下的有功功率控制(The positive and negative sequence separation of voltage is realized, and the active power control in the case of asymmetric fault is carried ou)
- 2017-11-22 10:50:34下载
- 积分:1
-
1
说明: 判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。(Determine if it is a palindrome. That is, 12321 is the number of palindromes, the single digit is the same as the 10,000 digit, and the ten digit is the same as the thousand digit.)
- 2020-06-17 17:40:03下载
- 积分: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
-
GPS和INS联合导航matlab程序
说明: 该程序为GNSS与IMU组合导航中常见的一种组合方案,(This program is a common combination scheme of GNSS and IMU)
- 2020-08-23 14:08:17下载
- 积分:1
-
防火墙和网络安全方面的测试规范和国家标准,主要是将硬件防火墙。...
防火墙和网络安全方面的测试规范和国家标准,主要是将硬件防火墙。-Firewall and network security testing norms and national standards, mainly hardware firewall.
- 2022-03-26 19:07:35下载
- 积分:1