-
蒙特卡罗模拟
关于时间序列的蒙特卡洛模拟,涉及一些简单的时间序列模型(monte carlo simulation of time series)
- 2018-04-03 20:17:04下载
- 积分:1
-
CORBA企业解决方案
CORBA企业解决方案-the enterprise solutions of CORBA
- 2022-02-04 02:05:10下载
- 积分:1
-
BT源码,现在很热门的P2P软件,可以在线下载工具
BT源码,现在很热门的P2P软件,可以在线下载工具-BT source, a very popular peer-to-peer software, tools can be downloaded online
- 2022-02-28 09:33:20下载
- 积分:1
-
易语言机器码注册原码,加密后的~希望大家有用
易语言机器码注册原码,加密后的~希望大家有用-Yi language codes of the original registration code encryption ~ hope we useful!
- 2022-01-25 15:20:41下载
- 积分:1
-
22304119_as_fe_i_011_v10_code_pass
this is a plc program
- 2018-10-27 01:07:16下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
c语言编写的通讯录
c语言编写的通讯录-c language directories
- 2023-02-24 16:50:03下载
- 积分:1
-
R_I_CPU
学校实验,用Verilog实现的单周期CPU,分别实现I型、R型、指令,使用的工具为ISE(School experiments, using Verilog to achieve a single cycle CPU, respectively, to achieve I type, R type, instruction, the use of tools for ISE)
- 2018-06-11 16:38:10下载
- 积分:1
-
R-Programming-for-Data-Science
较基础的R语言学习书籍,初学时比较适用。(R language programming)
- 2016-05-25 11:23:01下载
- 积分:1
-
rungeKutta
说明: 用matlab实现龙格库塔法,用于计算微分方程数值解(Realization of Runge Kutta method with MATLAB for numerical solution of differential equation)
- 2020-04-07 16:59:21下载
- 积分:1