资源列表
source
- 百分制成绩,输入数字成绩(整数类型),输出对应的字符,比如输入90,输出A;-grade
matlab
- 读取数字高程模型xyz点坐标,源码在txt文件内-Read digital elevation model XYZ point coordinates, source code in the txt file
MyString
- 这个是老师上课的时候给的一个示例小程序的题目。内容是对C++的练习。自己写一个String类。 -This is a small program that our teacher gave us as an example during the class.This is to make a small system.Including document and CPP source file.
mianjiqiuhe
- 面积求和。实用完美,想怎么样就怎么样。 12345486754-Area of sum
pro
- 无约束线性规划迭代法,自己写的大作业,可运行。平分和黄金分割-Unconstrained iterative method of linear programming, write a big job, it can run. Split and golden
paixu
- 一个排序的小程序,是课本习题里面的一道题,里面用了冒泡排序法
cities
- 使用SOM算法解决经典travelling salesman问题-SOM algorithm used to solve the classic travelling salesman problem
GeneralApi
- Write your own column control code c + + mfc no mean achievement to write bowl of lightly-Write your own column control code c++ mfc no mean achievement to write bowl of lightly
BPSK2
- 可以比较简单实现通信系统中BPSK算法,是其他算法的基础-Can be relatively simple algorithm to achieve communication systems, BPSK, is the basis for other algorithms
Edge
- edge for draw 2d directed graph
C_ProduceSeq
- C写的序列生成程序 Developed by George Marsaglia, 1-produce seq using C
a
- 将二维数组a中的每个元素向右移一列,最后一列移到最左边,并按矩阵形式输出数组a.例如 数组移动前为: 1 2 3 4 5 6 7 8 9 移动后为: 3 1 2 6 4 5 9 7 8 -EnglishChinese (Simplified)SpanishAlpha Each element in the two-dimensional array a to the right one, the last one to the left,