[C#] 矩陣相乘

Home Home
引用 | 編輯 Joery
2007-03-13 23:18
樓主
推文 x0
1、作品名稱:矩陣相乘
2、作品說明 :
上次在別的論壇看到有人在問,就寫了一支給他了
此程式是 2 *2 相乘 可自行條改
3、作品執行檔:如附檔 Matrix.rar
4、作品原程式碼:如附檔 Program.rar


using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
class Program
{
public static void PrintArray(string str,int[,] n) //列印矩陣
{
Console.WriteLine(str + "矩陣內容:");
..

訪客只能看到部份內容,免費 加入會員



獻花 x0
引用 | 編輯 leocheang
2008-12-17 16:58
1樓
  
最近要寫一支關於矩陣運算的程式
剛好看到這裡有方法... 看看

獻花 x0
引用 | 編輯 ericbin
2009-01-15 07:46
2樓
  
這個很不錯喔!
給它拷貝下來收藏囉!

獻花 x0
引用 | 編輯 yeungsam
2009-03-11 23:40
3樓
  
希望 學會如何製作一個matrix table ..

獻花 x0
引用 | 編輯 k7138
2011-03-25 07:05
4樓
  
希望老師出的考題是這題

獻花 x0