C語言項目2:圖書管理系統

來源:互聯網
上載者:User

標籤:c語言學習   c語言原創文章   c語言學習總結   

項目名稱:圖書管理系統

項目寧哥

開發工具:Visual Studio 2017

程式設計語言:C語言

意義:鏈表、檔案儲存體、資料加解密、多檔案開發綜合應用

功能描述:

1:增、刪、改、查

2:資料加解密

3:檔案資料庫,帶記憶功能

4:初始化

5:搜尋

檢查時間:2017年8月6日

結構體原型:

struct _book

{

char bid[10];//編號

char name[30];//書名

int page;//頁數

int price;//價格

struct _book *next; //下一個節點的首地址

};

typedef struct _book BOOK;//簡化結構體聲明

原始碼:

650) this.width=650;" src="http://p3.pstatp.com/large/31e80004f04c4d6eb778" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />

650) this.width=650;" src="http://p1.pstatp.com/large/31e80004f04d94e44ccb" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />

650) this.width=650;" src="http://p3.pstatp.com/large/31ef0001fd87c55ce623" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />

650) this.width=650;" src="http://p3.pstatp.com/large/31eb000237ea76444424" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />

效果:

650) this.width=650;" src="http://p1.pstatp.com/large/31ec0004f40f23c42899" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />

650) this.width=650;" src="http://p3.pstatp.com/large/31e80004f12c72c42e61" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />

儲存資料:

650) this.width=650;" src="http://p9.pstatp.com/large/31ef0001fea58e34d803" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />

650) this.width=650;" src="http://p3.pstatp.com/large/31e60002374d29631b7a" alt="C語言項目2:圖書管理系統" style="border-style:none;margin:10px auto;" />


本文出自 “C語言好爽” 部落格,請務必保留此出處http://ningcaichen66.blog.51cto.com/2902291/1969642

C語言項目2:圖書管理系統

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.