-
打印“魔方阵”。所谓“魔方阵”是指这样的方阵,它的每一行、每一列和对角线之和均相等。例如,三阶魔方阵为: 8 1 6 3 5 7 4 9 2 要求打印出由1到n...
打印“魔方阵”。所谓“魔方阵”是指这样的方阵,它的每一行、每一列和对角线之和均相等。例如,三阶魔方阵为: 8 1 6 3 5 7 4 9 2 要求打印出由1到n*n的自然数构成的魔方阵。-Print "magic matrices." The so-called "magic matrix" refers to the matrix, which each line, each diagonal out and the sum of all the same. For example, third-order magic Lineup : 8 1 6 3 5 7 4 9 2 request from a print n* n to the natural form of the magic number of matrices.
- 2022-01-25 16:01:22下载
- 积分:1
-
是一种主动探测工具pathChirp估计的可用带宽
pathChirp is an active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion," pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth.
- 2022-01-25 22:17:59下载
- 积分:1
-
一个非常好的微处理器检测遥控器编码的C++
原代码项目文件,直接可用,LED显示,成果真诚奉献...
一个非常好的微处理器检测遥控器编码的C++
原代码项目文件,直接可用,LED显示,成果真诚奉献-a very good microprocessor remote detection coding in C source code project documents directly available, LED Display, results sincere dedication
- 2022-03-04 04:25:58下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1
-
struts1.1 1.2 needed jar file struts1.1 1.2 provides the necessary jar files in...
struts1.1 1.2需要的jar文件
提供了struts1.1 1.2必须的jar文件
在连接数据源的时候所必须的jar文件,1.1 1.2都有!-struts1.1 1.2 needed jar file struts1.1 1.2 provides the necessary jar files in the connected data source, when necessary jar files, both 1.1 1.2!
- 2022-02-24 12:17:15下载
- 积分:1
-
本段程序源码提供基本的数据库查询,修改,删除,插入等基本的操作...
本段程序源码提供基本的数据库查询,修改,删除,插入等基本的操作-Procedures of this paragraph to provide the basic source of the database query, modify, delete, insert, such as the basic operation of
- 2023-08-21 01:45:03下载
- 积分:1
-
个人网站系统,本人基于第三方源码进行更改!
个人网站系统,本人基于第三方源码进行更改!-Personal website, I make changes based on third-party source!
- 2022-03-11 08:13:05下载
- 积分:1
-
一个求解旅行商问题(TSP)的程序,效果不错,时间还可以
一个求解旅行商问题(TSP)的程序,效果不错,时间还可以-A Traveling Salesman Problem (TSP) program, the effect is true, time can also be
- 2022-04-18 04:21:48下载
- 积分:1
-
文本分类工具libsvm
文本分类工具libsvm-2.9.zip
信息检索和数据挖掘的中用到的工具包,
里面有C++、JAVA、Python等多个语言版本-Libsvm-2.9.zip text classification tool for information retrieval and data mining tools used in the package, inside C++, JAVA, Python and other languages
- 2023-08-11 01:30:03下载
- 积分:1
-
Of the QRS wave of ECG to pre
对心电信号的QRS波进行前期处理,主要是下载信号和对信号去噪滤波。-Of the QRS wave of ECG to pre-treatment, mainly to download signals and to signal de-noising filter.
- 2022-03-25 15:09:26下载
- 积分:1