-
一款较为经典的游戏,有着一定的用户基础。
一款较为经典的游戏,有着一定的用户基础。-one more classic games, there is a certain base of users.
- 2022-02-13 07:30:10下载
- 积分:1
-
qq082
添加噪声处理,IMC-PID是利用内模控制原理来对PID参数进行计算,数据模型归一化,模态振动。( Add noise processing, The IMC- PID is using the internal model control principle for PID parameters is calculated, Normalized data model, modal vibration.)
- 2017-05-23 00:13:21下载
- 积分:1
-
程序
多因子选股模型有效因子检验matlab算法实现(Multi-factor stock selection model effective factor test matlab algorithm implementation.)
- 2021-01-12 15:28:48下载
- 积分:1
-
文字上下左右垂直居中
一个纯css实现div容器内图片、文字上下居中的效果,缺点是采用了部分css3样式,兼容性较差(A pure CSS realizes the middle of picture and text in div container, but the disadvantage is that some CSS3 style is adopted and the compatibility is poor.)
- 2018-10-29 10:18:39下载
- 积分:1
-
VB修改时间检测
VB修改时间检测,注意,文件本身的修改时间应该不是我们设定的值,所以编译好EXE文件后,用文件属性修改器来修改文件最后修改时间到指定数值,这个数值不要太特殊了,文件属性修改器已经放在同个文件夹下了。
示范设置为2008年08月08日08时08分08秒,这里大家可以自己定,最好不要太特别。
- 2022-02-07 17:10:29下载
- 积分:1
-
tfrspwv
说明: 继wvd后的一个改进型时频分析工具,在时间分割上,值得借鉴(wvd following an improved version of the time-frequency analysis tool, the time-sharing, worth learning)
- 2021-04-27 22:38:44下载
- 积分:1
-
计步传感器资料(附代码)
说明: 采用低功耗 MCU 处理器, 及低功耗 G SENSOR 加速度传感器, 成熟的计步算法, 计步精度达 95%。(With low power MCU processor and low power G SENSOR acceleration sensor, mature step counting algorithm achieves a step counting accuracy of 95%.)
- 2020-06-28 11:20:02下载
- 积分:1
-
PHP增删改查登录注册_pnljxh
说明: 通过php编码实现的,很简单的一个PHP小例子,有增删改查登录注册.里面代码都有注释,数据库MySQL,内置MySQL脚本.可以直接运行.,参看、研究和阅读,提升自我(By PHP code, very simple a small example, PHP has to add and delete login. Registration code inside have a comment, MySQL database, built-in MySQL script. Can be directly run., see, research, and reading, improve yourself)
- 2020-11-11 09:17:51下载
- 积分:1
-
有关中子的结构原理,以及中子在医学成像领域的相关研究
有关中子的结构原理,以及中子在医学成像领域的相关研究-Related to the structure of neutron principle, as well as the neutron in the field of medical imaging research
- 2022-02-01 15:07:10下载
- 积分: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