-
C++人员信息管理
员信息管理整个程序分为三个文件:employee.h是类定义头文件,employee.cpp是类文件是实现文件,7-10.cpp是主函数文件。编译后应该讲7-10.cpp和employee.cpp连接在一起,如果使用VC++开发环境,应该将7-10.cpp和employee.cpp放在一个project中。
- 2022-06-19 06:30:38下载
- 积分:1
-
s 变换的vc++源程序代码,需要用到fftw函数库
s 变换的vc++源程序代码,需要用到fftw函数库-s Transform vc++ source code necessary to use fftw library
- 2022-08-06 01:13:32下载
- 积分:1
-
Moving average moving average prediction ModifyShiftAverageRegress.cs trends can...
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
-Moving average moving average prediction ModifyShiftAverageRegress.cs trends can also be painted as follows: public double forecast (int interval) consider moving average data are time-series data, the method of prediction interval of time after the interval the value of public override double [] getTrendArray () be the trend of the array, the array of data directly in the graphical display can be generated by the trend line.
- 2022-06-06 15:01:20下载
- 积分:1
-
traffic_light
应用背景`时间1ns / 1ps/////////////////////////////////////////////////////////////////////////////////// /公司:和;/ / /工程师;/ / / / / / / / / /;//创建日期: ; ;15:48:50 11 / 30 / 2关键技术`时间1ns / 1ps///////////////////////////////////////////////////////////////////////////////// /公司:和;/ /工程师:/ / / ///创建日期: ;15:49:44 11 / 30 / 2015/ /设计名称: ;semaforo/ /模块名称: ;C:/用户/学生/文件/应用/ 7 / semaforo_edgar semaforo_fix V。/ /项目名称: ;semaforo_edgar/ /目标设备;/ /工具版本;/ /描述:&;/ / / // / Verilog测试夹具的ISE模块创建:semaforo/ / / // /依赖关系:/ / / / / / / / / /;/ /修订:/ /修订0.01文件创建/ /附加评论:/ / / / / / / / / /;////////////////////////////////////////////////////////////////////////////////模块semaforo_fix;/ /输入reg RST;reg CLK;/ /输出丝SR1;丝SA1;丝SV1;金属锶;丝SA2;线2;//实例化在测单元(UUT)semaforo UUT(。RST(RST),& nbsp;。时钟(CLK),& nbsp;。SR1(SR1),& nbsp;。SA1(SA1),& nbsp;。SV1(STR),& nbsp;Sr(锶)。,& nbsp;。SA2(SA2),& nbsp;SV2(SV2)。);初步开始/ /初始化输入RST = 0;时钟= 0;为全球复位完成100纳秒/ /等待# 100;和公司;及;及;在这里增加刺激终点和公司
- 2023-07-12 13:35:02下载
- 积分:1
-
做一个好的网格程序,是一个封装ParaMesh FORTRAN 90程序设计…
做网格的好程序,PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement(AMR).
-Do a good grid procedures, PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement (AMR).
- 2022-01-26 14:07:51下载
- 积分:1
-
评估系统,自动收集数据,处理结果,数据挖掘,满足各类评估需求...
评估系统,自动收集数据,处理结果,数据挖掘,满足各类评估需求-Assessment system, automatic data collection, treatment results, data mining, to meet the demand for various types of assessment
- 2022-10-26 00:55:03下载
- 积分:1
-
手写识别应用软件,提供高效的触摸屏手写识别方法。
手写识别应用软件,提供高效的触摸屏手写识别方法。- The handwriting recognition application software, provides
highly effective touches the screen handwriting recognition method.
- 2022-03-10 08:11:00下载
- 积分:1
-
几个数值算法,二分法、分段线性插值、复合梯形法
几个数值算法,二分法、分段线性插值、复合梯形法-several numerical algorithm dichotomy, piecewise linear interpolation, composite trapezoidal method
- 2022-07-06 21:59:06下载
- 积分:1
-
一个随机数发生器的代码,C++实现
一个随机数发生器的代码,C++实现-a random number generator code, C++
- 2022-03-14 13:35:31下载
- 积分:1
-
用Visual C++实现的绘制函数图像的程序。给定任意函数表达式,可直观显示该函数图像。...
用Visual C++实现的绘制函数图像的程序。给定任意函数表达式,可直观显示该函数图像。-Visual C achievable image mapping function procedures. Given arbitrary function expression, visual images showed that the function.
- 2023-06-20 07:45:03下载
- 积分:1