资源列表
lab
- 编写一个简单的学生成绩录入及显示系统,具体要求如下: 定义一个成绩结构体:至少包括C++、数学、英语; 定义一个学生结构体:至少包括姓名、性别、年龄、成绩结构体成员; 定义一个学生成绩录入函数,用于对学生进行成绩录入;采用动态分配的内存(new 和delete),对学生信息进行存储,要根据指定的输入数量进行内容分配; 重载函数的使用:定义二个比较函数,函数名为comp,该函数即可以对姓名进行比较也可以对成绩进行比较。 默认参数值的函数的使用:定义一个带有默认值参数的成绩排序函
editLenth
- 编辑距离算法的python源码,编辑距离,又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。-Levenshtein Distance Algorithm s python version The Levenshtein distance between two strings is defined as the minimum number o
chengjitongji
- 从键盘输入一个班(全班最多不超过30人)学生某门课的成绩,当输入成绩为负值时,输入结束。 (1).较好的用户输入输出提示信息 (2).使用子函数来实现上述各个功能 (3).最好不要使用全局变量-From the keyboard a class (the whole class a maximum of more than 30 people) students a course grades, when the input results are negative, the inp
wils
- wilson法解决结构动力学问题,绝对有效,绝对准确,欢迎大家批评指正-wilson solve dynamatic problem
hhx_la_spec
- 不平顺功率谱程序,主要用来计算铁路线的轨道不平顺功率谱- the program of irregularity power spectrum
BD
- bd预编码 非常强大 哈哈 希望能帮到你们-BD precoding
matlab
- 几种窗函数的时域图比较,可以显示图像,直接运行即可-Time-domain diagram of several window functions, can display images, can be run directly
wannili
- 万年历 1.获取、设置系统当前日期的方法,生肖的计算; 2、日期查询功能:能够按照年份、月份及日期等信息进行查询,显示功能,判断这一年的生肖,查询某年某月某一天对应星期几; 3、日期计算功能:能够实现对选定不同日期进行间隔天数的计算; -Calendar 1. Acquisition, set the system date, the calculation of the Lunar New Year 2, Date query function: by year, m
B04_2841_EX11
- Exercise 11: Files 1. Write a program that enters the name and the annual salary of 5 employees from the keyboard, calculates the monthly salary of each employee assuming that tax is deducted at a flat rate of 20 . The program prints the name, t
lorenz
- 洛伦兹吸引子的函数程序以及动态图形,matlab程序-Lorenz attractor function procedures and dynamic graphics, matlab program
The-mode-calculate-of-damage-beam
- 该程序主要用于损伤梁的模态计算,包括特征多项式和计算的详细过程。-The program is mainly used for the modal calculation of the damaged beams, including the characteristic polynomial and computing process.
xx
- C++ 实现回文函数的应用 .假设称正读和反读都相同的字符序列为“回文”,-this is huiwen function
