主函式:
using system;
using system.collections.generic;
using system.linq;
using system.text;
using system.threading.tasks;
namespace 簡易版商品管理系統
catch (exception)
switch (select)}}
}}
商品管理類:
using system;
namespace 簡易版商品管理系統
catch (exception)
goodslist[i] = new goods(goodsid, name, num, price);
console.writeline("輸入 1 繼續新增,其他退出新增 ");
int a = 0;
try}
catch (exception)
break;}}
if (goodslist[goodslist.length-1]!=null)
return goodslist;
}public
static
void
querygoods(goods goodslist)
else
else
}console.writeline("-----------------------------------------");}}
}}
商品類:
using system;
using system.collections.generic;
using system.linq;
using system.text;
using system.threading.tasks;
namespace 簡易版商品管理系統
private
int _goodsid;
public
int goodsid
set
_goodsid = value; }
}private
string _name;
public
string name
set
}public
int _num;
public
int num
set
_num = value;}}
private
float _price;
public
float price
set
_price = value;}}
public
void
showgoods()}}
執行結果:
個人能力有限,只能初步這樣實現!僅供**!
C 簡易版商品管理系統
在這裡,寫了乙個巨簡單的商品管理系統,只有乙個新增和檢視,只是為了給自己練手的!輸入2,進入查詢商品的操作 顯示商品的基本資訊 這是這個專案實現的功能,下面就是 實現部分。第一部分為,定義乙個goods類,給id,名字 數量,進行構造 private int g id private string ...
簡易版學生成績管理系統 c
include 基本輸入輸出流 include 檔案操作流 include 演算法 include string類 using namespacestd struct student 結構體 char name 20 姓名 double chi 語文成績 double math 數學成績 doubl...
C語言簡易版2048
二維陣列 int board 4 4 int if need rand 是否需要生成隨機數 int if game over 遊戲是否結束 介面 void showgame else if i 3 else void gameover 隨機位置生成隨機數2或4 void addrand else 初...