-
代码打印你好世界
资源描述Python是一种非常简单的语言,并有一个非常简单的语法。它鼓励程序员编程没有样板(制)的代码。Python中的最简单的指令是“打印”指令,它只打印出一行(也包括换行符,不像C)。有两个主要的Python版本,Python 2和Python 3。Python 2和3是完全不同的。 ;
- 2023-03-23 09:35:04下载
- 积分:1
-
4级词典构建哈希表
资源描述哈希表的构建,主要使用了ELFHASH进行编码。分别使用了指针哈希和开放地址哈希进行编写。用4级词汇构建,测试样例为4万个输入,可以明显分析其时间差距。大学二年级开学初的作业之一。
- 2022-02-22 11:13:11下载
- 积分:1
-
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart poi...
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book >, it embodies the flexibility of Policy Based Programming, and provides the realisation of various design models of the smart pointer, it`s recommended strongly!
- 2022-01-26 00:25:01下载
- 积分:1
-
这是我学习《数值分析》所编写的一个程序,用于线性方程组的雅可比求解。...
这是我学习《数值分析》所编写的一个程序,用于线性方程组的雅可比求解。-This is my learning "Numerical Analysis" prepared by a procedure for the linear equation for the Jacobian.
- 2022-03-06 21:59:04下载
- 积分:1
-
Three
三维框架梁单元C++版本的源程序 可以使结构力学的概念更上升一个层次-Three-dimensional beam element framework for C++ Version of the source can make the concept of structural mechanics even went up a level
- 2022-08-19 07:47:18下载
- 积分:1
-
拉格朗日插值函数算法的示例
拉格朗日插值函数算法的示例-Lagrangian function interpolation algorithm examples
- 2022-07-21 17:26:50下载
- 积分:1
-
FFT的快速算法。实测无误! 比普通的FFT快一个数量级
FFT的快速算法。实测无误! 比普通的FFT快一个数量级, 实际测试用的2048个点。在VC的环境下,编译通过,实测的效率很高。推荐使用!
- 2022-05-31 18:07:04下载
- 积分:1
-
堆排序例子
堆排序例子-Example of heap sorting
- 2022-02-10 00:09:17下载
- 积分: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
-
51数码管时钟
资源描述
自己编写的 简单的51 数码管时钟,用中断实现修改时间,程序比较简单 可能有错误的地方,希望大家支出不足
实验对象:51hei单片机学习开发板
* 单 片 机:AT89S52或STC89C52 闹钟时间:7:10分(程序自定义)
*使用定时器方式,数码管显示24小时“00-00-00”(增加中断进入对时功能
P1为按键,P2为段选,P0为位选,
- 2022-04-13 10:15:03下载
- 积分:1