资源列表
matrixChain
- 问 题:矩阵连乘问题 描 述:给定n个矩阵{A1,A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1.考察这n个矩阵的连乘积A1A2...An。矩阵A 和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。 编程任务:对于给定的相继n个矩阵{A1,A2, ..., An }及其维数,编程计算矩阵连乘积A1A2...An 需要的最少数乘次数。 -Question:
shili
- 关于可视化编程的c++编码代码,如何建立可视化的窗口以及个别的实例-Visual Programming on the c++ Coding code, how to create a visualization window, as well as examples of individual
calculator
- 计算器(带优先级):可以直接输入数学表达式,计算结果,主要特点是带优先级。比如输入:1+2*3,输出为:7.-Calculator (with priority level): You can directly enter the mathematical expression to calculate the results, with the main characteristics of priority. For example, enter: 1+ 2* 3, output: 7.
Sample5_1
- 可视化编程关于windows窗口的建立中的一个例子-Visual programming window on the windows of the establishment of an example
sample5_2
- 可视化编程关于windows窗口的建立中的一个例子-Visual programming window on the windows of the establishment of an example
sample5_4
- 可视化编程关于windows窗口的建立中的一个例子-Visual programming window on the windows of the establishment of an example
2007011402
- 用c++实现ford算法实现求含负权边最短路径-With c++ Achieve ford algorithm for the right to contain the negative side of the shortest path
Skyblue_Mine
- 用c++实现扫雷的算法,这是个不错的程序-With c++ Achieve the de-mining algorithm, which is a good procedure
ShootBall
- 这是一个弹球游戏,用户用键盘上左右键控制block块,保证球不掉下-This is a pinball game, users around the keyboard keys to control block block to ensure that the ball does not fall
skyblue_PinTu
- 用c++实现拼图这个游戏,并用c++写了*程序-With c++ Achieve the puzzle of the game, and c++ Wrote a plug-in procedures
123
- 网络聊天程序,包括客服端和服务器断,用vc设计,非常好用,可以相互通信-Network chat program, including customer service client and the server off, using vc design, very easy to use, you can communicate with each other
PicSaltPepper
- 本程序打开一幅位图(bmp文件),对图片添加椒盐噪声。-This procedure to open a bitmap (bmp files), add salt and pepper noise of the picture.