├── 图书信息管理程序.exe ├── 图书信息管理程序(Dev-C++版本) ├── Book.c ├── Book.o ├── del.c ├── del.h ├── del.o ├── main.c ├── main.o ├── mod.c ├── mod.h ├── mod.o ├── Choose.c ├── Choose.h ├── Choose.o ├── Create.c ├── Create.h ├── Create.o ├── Insert.c ├── Insert.h ├── Insert.o ├── PrintBook.c ├── PrintBook.h ├── PrintBook.o ├── sortById.c ├── sortById.h ├── sortById.o ├── Makefile.win ├── searchById.c ├── searchById.h ├── searchById.o ├── searchByName.c ├── searchByName.h ├── searchByName.o ├── 图书信息管理程序.dev ├── 图书信息管理程序.exe ├── PrintMainMenu.c ├── PrintMainMenu.h ├── PrintMainMenu.o ├── searchByAuthor.c ├── searchByAuthor.h ├── searchByAuthor.o ├── printSearchMenu.c ├── printSearchMenu.h ├── printSearchMenu.o └── 图书信息管理程序.layout ├── 图书信息管理程序(Visual Studio版本) ├── del.c ├── del.h ├── mod.c ├── mod.h ├── Book.c ├── Choose.c ├── Choose.h ├── Create.c ├── Create.h ├── Insert.c ├── Insert.h ├── main.c ├── sortById.c ├── sortById.h ├── PrintBook.c ├── PrintBook.h ├── searchById.c ├── searchById.h ├── 图书信息管理程序.exe ├── PrintMainMenu.c ├── PrintMainMenu.h ├── searchByName.c ├── searchByName.h ├── printSearchMenu.c ├── printSearchMenu.h ├── searchByAuthor.c ├── searchByAuthor.h ├── 图书信息管理程序.sln ├── 图书信息管理程序.vcxproj.filters └── 图书信息管理程序.vcxproj ├── media ├── 0245d2b065280c15c9f1f76cf7db73b5.png ├── 12234f4cedfe0a12de7b16fca50319c0.png ├── 146dedb1acf16c1637db0664f3d0114f.png ├── 1a1ead0a33e74ed131bac3c6ca732388.png ├── 1c8ca3a7dd4983ab27898672e3f0f9f7.png ├── 2d4f65382029ec817f10f29a22cde812.png ├── 3df183fdd73c24f819eb489455979db1.png ├── 4c3356afeb040dcf1e62909d78cf57db.png ├── 4d0c89867086675106d16ff01c688448.jpg ├── 4ebd1db63d9bcda38d9dc2c3e51755ff.png ├── 5211b6db92bee643134df6ee4cd8b4e0.png ├── 65f6c606b372508e338c1b2cb75cdf5e.png ├── 6926bea1772f88cbf30130a3c608df85.png ├── 695a2a223e3b91c1713b1f2c7eb6c0d0.png ├── 7eb260915a32c3654dd7a541b1a9e03b.png ├── 82b2fce84b441f68359f7f2ae628a2b5.png ├── 8fa023c36bc7ed607dbd5b50e1060093.png ├── 90d35a415a114cc320b01d9f9a5bf5d6.png ├── 99f02973c88e3e75a87da5422ef8e8e5.png ├── b40ab27999e6c2e50f5fd7aa9c1fb74c.png ├── d349ca699f54e47e0a1b2fb2546899f3.png ├── d5d18b6c552448478c44266c92b9167e.png ├── e0e8d289b2f7fd8821219c341acbc7b7.png ├── e1a3078732fcdcb8fbf56a453d5222e0.png ├── f00b74893ab9fa6081a499bc55a8aefa.png ├── f584f81a8e200bb5713ddc31d5a570c0.png └── fa95ae9353168c40ff7cfb64d2e0982d.png ├── .gitattributes ├── README.md └── .gitignore /图书信息管理程序.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序.exe -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Book.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Book.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Book.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Book.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/del.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/del.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/del.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/del.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/del.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/del.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/main.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/main.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/mod.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/mod.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/mod.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/mod.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Choose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Choose.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Choose.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Choose.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Choose.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Choose.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Create.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Create.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Create.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Create.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Create.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Insert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Insert.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Insert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Insert.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Insert.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Insert.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/PrintBook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/PrintBook.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/PrintBook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/PrintBook.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/PrintBook.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/PrintBook.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/sortById.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/sortById.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/sortById.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/sortById.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/sortById.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/sortById.o -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/del.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/del.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/del.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/del.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/mod.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/mod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/mod.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/Makefile.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/Makefile.win -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchById.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchById.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchById.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchById.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchById.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchById.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchByName.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchByName.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchByName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchByName.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchByName.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchByName.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/图书信息管理程序.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/图书信息管理程序.dev -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/图书信息管理程序.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/图书信息管理程序.exe -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/Book.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/Book.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/Choose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/Choose.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/Choose.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/Choose.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/Create.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/Create.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/Create.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/Insert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/Insert.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/Insert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/Insert.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/main.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/PrintMainMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/PrintMainMenu.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/PrintMainMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/PrintMainMenu.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/PrintMainMenu.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/PrintMainMenu.o -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchByAuthor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchByAuthor.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchByAuthor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchByAuthor.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/searchByAuthor.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/searchByAuthor.o -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/sortById.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/sortById.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/sortById.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/sortById.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/printSearchMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/printSearchMenu.c -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/printSearchMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/printSearchMenu.h -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/printSearchMenu.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Dev-C++版本)/printSearchMenu.o -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/PrintBook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/PrintBook.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/PrintBook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/PrintBook.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/searchById.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/searchById.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/searchById.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/searchById.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/图书信息管理程序.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/图书信息管理程序.exe -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/PrintMainMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/PrintMainMenu.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/PrintMainMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/PrintMainMenu.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/searchByName.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/searchByName.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/searchByName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/searchByName.h -------------------------------------------------------------------------------- /media/0245d2b065280c15c9f1f76cf7db73b5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/0245d2b065280c15c9f1f76cf7db73b5.png -------------------------------------------------------------------------------- /media/12234f4cedfe0a12de7b16fca50319c0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/12234f4cedfe0a12de7b16fca50319c0.png -------------------------------------------------------------------------------- /media/146dedb1acf16c1637db0664f3d0114f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/146dedb1acf16c1637db0664f3d0114f.png -------------------------------------------------------------------------------- /media/1a1ead0a33e74ed131bac3c6ca732388.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/1a1ead0a33e74ed131bac3c6ca732388.png -------------------------------------------------------------------------------- /media/1c8ca3a7dd4983ab27898672e3f0f9f7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/1c8ca3a7dd4983ab27898672e3f0f9f7.png -------------------------------------------------------------------------------- /media/2d4f65382029ec817f10f29a22cde812.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/2d4f65382029ec817f10f29a22cde812.png -------------------------------------------------------------------------------- /media/3df183fdd73c24f819eb489455979db1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/3df183fdd73c24f819eb489455979db1.png -------------------------------------------------------------------------------- /media/4c3356afeb040dcf1e62909d78cf57db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/4c3356afeb040dcf1e62909d78cf57db.png -------------------------------------------------------------------------------- /media/4d0c89867086675106d16ff01c688448.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/4d0c89867086675106d16ff01c688448.jpg -------------------------------------------------------------------------------- /media/4ebd1db63d9bcda38d9dc2c3e51755ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/4ebd1db63d9bcda38d9dc2c3e51755ff.png -------------------------------------------------------------------------------- /media/5211b6db92bee643134df6ee4cd8b4e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/5211b6db92bee643134df6ee4cd8b4e0.png -------------------------------------------------------------------------------- /media/65f6c606b372508e338c1b2cb75cdf5e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/65f6c606b372508e338c1b2cb75cdf5e.png -------------------------------------------------------------------------------- /media/6926bea1772f88cbf30130a3c608df85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/6926bea1772f88cbf30130a3c608df85.png -------------------------------------------------------------------------------- /media/695a2a223e3b91c1713b1f2c7eb6c0d0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/695a2a223e3b91c1713b1f2c7eb6c0d0.png -------------------------------------------------------------------------------- /media/7eb260915a32c3654dd7a541b1a9e03b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/7eb260915a32c3654dd7a541b1a9e03b.png -------------------------------------------------------------------------------- /media/82b2fce84b441f68359f7f2ae628a2b5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/82b2fce84b441f68359f7f2ae628a2b5.png -------------------------------------------------------------------------------- /media/8fa023c36bc7ed607dbd5b50e1060093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/8fa023c36bc7ed607dbd5b50e1060093.png -------------------------------------------------------------------------------- /media/90d35a415a114cc320b01d9f9a5bf5d6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/90d35a415a114cc320b01d9f9a5bf5d6.png -------------------------------------------------------------------------------- /media/99f02973c88e3e75a87da5422ef8e8e5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/99f02973c88e3e75a87da5422ef8e8e5.png -------------------------------------------------------------------------------- /media/b40ab27999e6c2e50f5fd7aa9c1fb74c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/b40ab27999e6c2e50f5fd7aa9c1fb74c.png -------------------------------------------------------------------------------- /media/d349ca699f54e47e0a1b2fb2546899f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/d349ca699f54e47e0a1b2fb2546899f3.png -------------------------------------------------------------------------------- /media/d5d18b6c552448478c44266c92b9167e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/d5d18b6c552448478c44266c92b9167e.png -------------------------------------------------------------------------------- /media/e0e8d289b2f7fd8821219c341acbc7b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/e0e8d289b2f7fd8821219c341acbc7b7.png -------------------------------------------------------------------------------- /media/e1a3078732fcdcb8fbf56a453d5222e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/e1a3078732fcdcb8fbf56a453d5222e0.png -------------------------------------------------------------------------------- /media/f00b74893ab9fa6081a499bc55a8aefa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/f00b74893ab9fa6081a499bc55a8aefa.png -------------------------------------------------------------------------------- /media/f584f81a8e200bb5713ddc31d5a570c0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/f584f81a8e200bb5713ddc31d5a570c0.png -------------------------------------------------------------------------------- /media/fa95ae9353168c40ff7cfb64d2e0982d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/media/fa95ae9353168c40ff7cfb64d2e0982d.png -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/printSearchMenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/printSearchMenu.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/printSearchMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/printSearchMenu.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/searchByAuthor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/searchByAuthor.c -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/searchByAuthor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuebanquan/Books-Management-System/HEAD/图书信息管理程序(Visual Studio版本)/searchByAuthor.h -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/图书信息管理程序.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 16 4 | VisualStudioVersion = 16.0.29509.3 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "图书信息管理程序", "图书信息管理程序.vcxproj", "{AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|x64 = Debug|x64 11 | Debug|x86 = Debug|x86 12 | Release|x64 = Release|x64 13 | Release|x86 = Release|x86 14 | EndGlobalSection 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Debug|x64.ActiveCfg = Debug|x64 17 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Debug|x64.Build.0 = Debug|x64 18 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Debug|x86.ActiveCfg = Debug|Win32 19 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Debug|x86.Build.0 = Debug|Win32 20 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Release|x64.ActiveCfg = Release|x64 21 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Release|x64.Build.0 = Release|x64 22 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Release|x86.ActiveCfg = Release|Win32 23 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB}.Release|x86.Build.0 = Release|Win32 24 | EndGlobalSection 25 | GlobalSection(SolutionProperties) = preSolution 26 | HideSolutionNode = FALSE 27 | EndGlobalSection 28 | GlobalSection(ExtensibilityGlobals) = postSolution 29 | SolutionGuid = {DA97670F-8903-409D-9848-53BF7F12ED99} 30 | EndGlobalSection 31 | EndGlobal 32 | -------------------------------------------------------------------------------- /图书信息管理程序(Dev-C++版本)/图书信息管理程序.layout: -------------------------------------------------------------------------------- 1 | [Editor_0] 2 | CursorCol=2 3 | CursorRow=9 4 | TopLine=1 5 | LeftChar=1 6 | [Editor_1] 7 | CursorCol=1 8 | CursorRow=10 9 | TopLine=1 10 | LeftChar=1 11 | [Editor_2] 12 | CursorCol=15 13 | CursorRow=8 14 | TopLine=1 15 | LeftChar=1 16 | [Editor_3] 17 | CursorCol=27 18 | CursorRow=11 19 | TopLine=1 20 | LeftChar=1 21 | [Editor_4] 22 | CursorCol=2 23 | CursorRow=4 24 | TopLine=1 25 | LeftChar=1 26 | [Editor_5] 27 | CursorCol=2 28 | CursorRow=45 29 | TopLine=15 30 | LeftChar=1 31 | [Editor_6] 32 | CursorCol=2 33 | CursorRow=54 34 | TopLine=25 35 | LeftChar=1 36 | [Editor_7] 37 | CursorCol=2 38 | CursorRow=47 39 | TopLine=18 40 | LeftChar=1 41 | [Editor_8] 42 | CursorCol=2 43 | CursorRow=24 44 | TopLine=1 45 | LeftChar=1 46 | [Editor_9] 47 | CursorCol=2 48 | CursorRow=22 49 | TopLine=1 50 | LeftChar=1 51 | [Editor_10] 52 | CursorCol=2 53 | CursorRow=21 54 | TopLine=1 55 | LeftChar=1 56 | [Editor_11] 57 | CursorCol=1 58 | CursorRow=40 59 | TopLine=11 60 | LeftChar=1 61 | [Editor_12] 62 | CursorCol=2 63 | CursorRow=36 64 | TopLine=7 65 | LeftChar=1 66 | [Editor_13] 67 | CursorCol=2 68 | CursorRow=39 69 | TopLine=10 70 | LeftChar=1 71 | [Editor_14] 72 | CursorCol=2 73 | CursorRow=25 74 | TopLine=1 75 | LeftChar=1 76 | [Editors] 77 | Order=15,16,17,18,19,20,21,22,23,24,25,0,4,1 78 | Focused=1 79 | [Editor_15] 80 | CursorCol=22 81 | CursorRow=6 82 | TopLine=1 83 | LeftChar=1 84 | [Editor_16] 85 | CursorCol=17 86 | CursorRow=6 87 | TopLine=1 88 | LeftChar=1 89 | [Editor_17] 90 | CursorCol=20 91 | CursorRow=6 92 | TopLine=1 93 | LeftChar=1 94 | [Editor_18] 95 | CursorCol=18 96 | CursorRow=6 97 | TopLine=1 98 | LeftChar=1 99 | [Editor_19] 100 | CursorCol=24 101 | CursorRow=6 102 | TopLine=1 103 | LeftChar=1 104 | [Editor_20] 105 | CursorCol=22 106 | CursorRow=6 107 | TopLine=1 108 | LeftChar=1 109 | [Editor_21] 110 | CursorCol=25 111 | CursorRow=6 112 | TopLine=1 113 | LeftChar=1 114 | [Editor_22] 115 | CursorCol=28 116 | CursorRow=6 117 | TopLine=1 118 | LeftChar=1 119 | [Editor_23] 120 | CursorCol=24 121 | CursorRow=6 122 | TopLine=1 123 | LeftChar=1 124 | [Editor_24] 125 | CursorCol=26 126 | CursorRow=6 127 | TopLine=1 128 | LeftChar=1 129 | [Editor_25] 130 | CursorCol=9 131 | CursorRow=6 132 | TopLine=1 133 | LeftChar=1 134 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Set default behavior to automatically normalize line endings. 3 | ############################################################################### 4 | * text=auto 5 | 6 | ############################################################################### 7 | # Set default behavior for command prompt diff. 8 | # 9 | # This is need for earlier builds of msysgit that does not have it on by 10 | # default for csharp files. 11 | # Note: This is only used by command line 12 | ############################################################################### 13 | #*.cs diff=csharp 14 | 15 | ############################################################################### 16 | # Set the merge driver for project and solution files 17 | # 18 | # Merging from the command prompt will add diff markers to the files if there 19 | # are conflicts (Merging from VS is not affected by the settings below, in VS 20 | # the diff markers are never inserted). Diff markers may cause the following 21 | # file extensions to fail to load in VS. An alternative would be to treat 22 | # these files as binary and thus will always conflict and require user 23 | # intervention with every merge. To do so, just uncomment the entries below 24 | ############################################################################### 25 | #*.sln merge=binary 26 | #*.csproj merge=binary 27 | #*.vbproj merge=binary 28 | #*.vcxproj merge=binary 29 | #*.vcproj merge=binary 30 | #*.dbproj merge=binary 31 | #*.fsproj merge=binary 32 | #*.lsproj merge=binary 33 | #*.wixproj merge=binary 34 | #*.modelproj merge=binary 35 | #*.sqlproj merge=binary 36 | #*.wwaproj merge=binary 37 | 38 | ############################################################################### 39 | # behavior for image files 40 | # 41 | # image files are treated as binary by default. 42 | ############################################################################### 43 | #*.jpg binary 44 | #*.png binary 45 | #*.gif binary 46 | 47 | ############################################################################### 48 | # diff behavior for common document formats 49 | # 50 | # Convert binary document formats to text before diffing them. This feature 51 | # is only available from the command line. Turn it on by uncommenting the 52 | # entries below. 53 | ############################################################################### 54 | #*.doc diff=astextplain 55 | #*.DOC diff=astextplain 56 | #*.docx diff=astextplain 57 | #*.DOCX diff=astextplain 58 | #*.dot diff=astextplain 59 | #*.DOT diff=astextplain 60 | #*.pdf diff=astextplain 61 | #*.PDF diff=astextplain 62 | #*.rtf diff=astextplain 63 | #*.RTF diff=astextplain 64 | -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/图书信息管理程序.vcxproj.filters: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hh;hpp;hxx;hm;inl;inc;ipp;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms 15 | 16 | 17 | 18 | 19 | 源文件 20 | 21 | 22 | 源文件 23 | 24 | 25 | 源文件 26 | 27 | 28 | 源文件 29 | 30 | 31 | 源文件 32 | 33 | 34 | 源文件 35 | 36 | 37 | 源文件 38 | 39 | 40 | 源文件 41 | 42 | 43 | 源文件 44 | 45 | 46 | 源文件 47 | 48 | 49 | 源文件 50 | 51 | 52 | 源文件 53 | 54 | 55 | 源文件 56 | 57 | 58 | 源文件 59 | 60 | 61 | 62 | 63 | 头文件 64 | 65 | 66 | 头文件 67 | 68 | 69 | 头文件 70 | 71 | 72 | 头文件 73 | 74 | 75 | 头文件 76 | 77 | 78 | 头文件 79 | 80 | 81 | 头文件 82 | 83 | 84 | 头文件 85 | 86 | 87 | 头文件 88 | 89 | 90 | 头文件 91 | 92 | 93 | 头文件 94 | 95 | 96 | 头文件 97 | 98 | 99 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Books-Management-System 2 | C语言期末大作业——图书信息管理系统(C语言,单链表) 3 | 4 | 1.题目内容 5 | ========== 6 | 7 | 1.1.系统名称 8 | -------- 9 | 10 | 六、图书信息管理程序 11 | 12 | 1.2.基本要求 13 | -------- 14 | 15 | 1. 使用链表保存图书信息,每个节点要求包含图书的编号、书名、作者、购买日期和价格信息; 16 | 17 | 2. 可以对当前图书数据库进行增加、删除操作,并实现按图书编号进行查询; 18 | 19 | 3. 系统完成后应实现类似下图所示界面; 20 | 21 | ![](./media/fa95ae9353168c40ff7cfb64d2e0982d.png) 22 | 23 | 2.完成内容 24 | ========== 25 | 26 | 2.1.基本任务 27 | ------------ 28 | 29 | 1. 使用链表保存图书信息: 30 | 31 | 1. 图书编号; 32 | 33 | 2. 图书名; 34 | 35 | 3. 图书作者; 36 | 37 | 4. 图书库存数量; 38 | 39 | 5. 图书价格; 40 | 41 | 2. 可对链表进行CRUD操作: 42 | 43 | 3. 有Shell界面 44 | 45 | 2.2.拓展任务 46 | ------------ 47 | 48 | 1. 使用Git管理代码; 49 | 50 | 2. 推送到GitHub上开源: 51 | 52 | > 53 | 54 | 1. 将代码分模块开发; 55 | 56 | 2. 查询功能扩展根据书名和作者查询 57 | 58 | 3. 有一定的异常管理机制; 59 | 60 | 3.设计内容 61 | ========== 62 | 63 | 3.1.代码结构设计 64 | ---------------- 65 | 66 | ![](media/12234f4cedfe0a12de7b16fca50319c0.png) 67 | 68 | 3.2.系统模块设计 69 | ---------------- 70 | 71 | ![](./media/6926bea1772f88cbf30130a3c608df85.png) 72 | 73 | 3.3.数据结构设计 74 | ----------------- 75 | 76 | ### 3.3.1.链表: 77 | 78 | 结构体标志:Node 79 | 80 | 结构体声明变量:Book 81 | 82 | 结构体成员列表: 83 | 84 | | 数据名 | 数据类型 | 备注 | 85 | | ---------- | -------- | ---------- | 86 | | id | int | 图书编号 | 87 | | name | char | 图书名 | 88 | | author[20] | char | 图书作者 | 89 | | inventory | int | 图书库存量 | 90 | | price | float | 价格 | 91 | | next | Node\* | 指针域 | 92 | 93 | 结构体代码: 94 | 95 | ![](./media/90d35a415a114cc320b01d9f9a5bf5d6.png) 96 | 97 | 3.4.算法设计 98 | ------------- 99 | 100 | ### 3.4.1.冒泡排序法: 101 | 102 | 1. 时间复杂度:$$O\left( n^{2} \right)$$; 103 | 104 | 2. 算法原理: 105 | 106 | 1. 比较相邻的元素。如果第一个比第二个大,就交换他们两个; 107 | 108 | 2. 对每一对相邻元素做同样的工作,从开始第一对到结尾的最后一对。在这一点,最后的元素应该会是最大的数; 109 | 110 | 3. 针对所有的元素重复以上的步骤,除了最后一个; 111 | 112 | 4. 持续每次对越来越少的元素重复上面的步骤,直到没有任何一对数字需要比较。 113 | 114 | ### 3.4.2.顺序查找法: 115 | 116 | 1. 时间复杂度:$$O\left( n \right)$$; 117 | 118 | 2. 算法原理:对于任意一个序列以及一个给定的元素,将给定元素与序列中元素依次比较,直到找出与给定关键字相同的元素,或者将序列中的元素与其都比较完为止。 119 | 120 | 4.程序结果 121 | ========== 122 | 123 | 4.1.编译后程序 124 | -------------- 125 | 126 | ![](./media/82b2fce84b441f68359f7f2ae628a2b5.png) 127 | 128 | 4.2.主界面 129 | ---------- 130 | 131 | ![](./media/f00b74893ab9fa6081a499bc55a8aefa.png) 132 | 133 | 4.3.图书信息查询界面 134 | -------------------- 135 | 136 | ![](./media/f584f81a8e200bb5713ddc31d5a570c0.png) 137 | 138 | 4.4.图书链表创建 139 | ---------------- 140 | 141 | ### 4.4.1.链表未创建: 142 | 143 | ![](./media/4ebd1db63d9bcda38d9dc2c3e51755ff.png) 144 | 145 | ### 4.4.2.链表已创建 146 | 147 | ![](./media/1a1ead0a33e74ed131bac3c6ca732388.png) 148 | 149 | 4.5.图书信息插入 150 | ---------------- 151 | 152 | ### 4.5.1.链表未创建 153 | 154 | ![](./media/3df183fdd73c24f819eb489455979db1.png) 155 | 156 | ### 4.5.2.插入成功 157 | 158 | ![](./media/e0e8d289b2f7fd8821219c341acbc7b7.png) 159 | 160 | 4.6.查询所有图书信息 161 | -------------------- 162 | 163 | ### 4.6.1.链表未创建 164 | 165 | ![](./media/4c3356afeb040dcf1e62909d78cf57db.png) 166 | 167 | ### 4.6.2.查询成功 168 | 169 | ![](./media/99f02973c88e3e75a87da5422ef8e8e5.png) 170 | 171 | 4.7.根据编号查询 172 | ---------------- 173 | 174 | ### 4.7.1.链表未创建 175 | 176 | ![](./media/4c3356afeb040dcf1e62909d78cf57db.png) 177 | 178 | ### 4.7.2.查询成功 179 | 180 | ![](./media/e1a3078732fcdcb8fbf56a453d5222e0.png) 181 | 182 | ### 4.7.3.查询失败 183 | 184 | ![](./media/d349ca699f54e47e0a1b2fb2546899f3.png) 185 | 186 | 4.8.根据书名查询 187 | ---------------- 188 | 189 | ### 4.8.1.链表未创建 190 | 191 | ![](./media/4c3356afeb040dcf1e62909d78cf57db.png) 192 | 193 | ### 4.8.2.查询成功 194 | 195 | ![](./media/7eb260915a32c3654dd7a541b1a9e03b.png) 196 | 197 | ### 4.8.3.查询失败 198 | 199 | ![](./media/1c8ca3a7dd4983ab27898672e3f0f9f7.png) 200 | 201 | 4.9.根据作者查询 202 | ---------------- 203 | 204 | ### 4.9.1.链表未创建 205 | 206 | ![](./media/4c3356afeb040dcf1e62909d78cf57db.png) 207 | 208 | ### 4.9.2.查询成功 209 | 210 | ![](./media/d5d18b6c552448478c44266c92b9167e.png) 211 | 212 | ### 4.9.3.查询失败 213 | 214 | ![](./media/146dedb1acf16c1637db0664f3d0114f.png) 215 | 216 | 4.10.图书信息删除 217 | ----------------- 218 | 219 | ### 4.10.1.链表未创建 220 | 221 | ![](./media/2d4f65382029ec817f10f29a22cde812.png) 222 | 223 | ### 4.10.2.删除成功 224 | 225 | ![](./media/8fa023c36bc7ed607dbd5b50e1060093.png) 226 | 227 | ![](./media/65f6c606b372508e338c1b2cb75cdf5e.png) 228 | 229 | 4.11.图书信息修改 230 | ----------------- 231 | 232 | ### 4.11.1.链表未创建 233 | 234 | ![](./media/b40ab27999e6c2e50f5fd7aa9c1fb74c.png) 235 | 236 | ### 4.11.2.修改成功 237 | 238 | ![](./media/0245d2b065280c15c9f1f76cf7db73b5.png) 239 | 240 | ![](./media/5211b6db92bee643134df6ee4cd8b4e0.png) 241 | 242 | ### 4.11.3.未查询到编号 243 | 244 | ![](./media/695a2a223e3b91c1713b1f2c7eb6c0d0.png) -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | ## 4 | ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore 5 | 6 | # User-specific files 7 | *.rsuser 8 | *.suo 9 | *.user 10 | *.userosscache 11 | *.sln.docstates 12 | 13 | # User-specific files (MonoDevelop/Xamarin Studio) 14 | *.userprefs 15 | 16 | # Build results 17 | [Dd]ebug/ 18 | [Dd]ebugPublic/ 19 | [Rr]elease/ 20 | [Rr]eleases/ 21 | x64/ 22 | x86/ 23 | [Aa][Rr][Mm]/ 24 | [Aa][Rr][Mm]64/ 25 | bld/ 26 | [Bb]in/ 27 | [Oo]bj/ 28 | [Ll]og/ 29 | 30 | # Visual Studio 2015/2017 cache/options directory 31 | .vs/ 32 | # Uncomment if you have tasks that create the project's static files in wwwroot 33 | #wwwroot/ 34 | 35 | # Visual Studio 2017 auto generated files 36 | Generated\ Files/ 37 | 38 | # MSTest test Results 39 | [Tt]est[Rr]esult*/ 40 | [Bb]uild[Ll]og.* 41 | 42 | # NUNIT 43 | *.VisualState.xml 44 | TestResult.xml 45 | 46 | # Build Results of an ATL Project 47 | [Dd]ebugPS/ 48 | [Rr]eleasePS/ 49 | dlldata.c 50 | 51 | # Benchmark Results 52 | BenchmarkDotNet.Artifacts/ 53 | 54 | # .NET Core 55 | project.lock.json 56 | project.fragment.lock.json 57 | artifacts/ 58 | 59 | # StyleCop 60 | StyleCopReport.xml 61 | 62 | # Files built by Visual Studio 63 | *_i.c 64 | *_p.c 65 | *_h.h 66 | *.ilk 67 | *.meta 68 | *.obj 69 | *.iobj 70 | *.pch 71 | *.pdb 72 | *.ipdb 73 | *.pgc 74 | *.pgd 75 | *.rsp 76 | *.sbr 77 | *.tlb 78 | *.tli 79 | *.tlh 80 | *.tmp 81 | *.tmp_proj 82 | *_wpftmp.csproj 83 | *.log 84 | *.vspscc 85 | *.vssscc 86 | .builds 87 | *.pidb 88 | *.svclog 89 | *.scc 90 | 91 | # Chutzpah Test files 92 | _Chutzpah* 93 | 94 | # Visual C++ cache files 95 | ipch/ 96 | *.aps 97 | *.ncb 98 | *.opendb 99 | *.opensdf 100 | *.sdf 101 | *.cachefile 102 | *.VC.db 103 | *.VC.VC.opendb 104 | 105 | # Visual Studio profiler 106 | *.psess 107 | *.vsp 108 | *.vspx 109 | *.sap 110 | 111 | # Visual Studio Trace Files 112 | *.e2e 113 | 114 | # TFS 2012 Local Workspace 115 | $tf/ 116 | 117 | # Guidance Automation Toolkit 118 | *.gpState 119 | 120 | # ReSharper is a .NET coding add-in 121 | _ReSharper*/ 122 | *.[Rr]e[Ss]harper 123 | *.DotSettings.user 124 | 125 | # JustCode is a .NET coding add-in 126 | .JustCode 127 | 128 | # TeamCity is a build add-in 129 | _TeamCity* 130 | 131 | # DotCover is a Code Coverage Tool 132 | *.dotCover 133 | 134 | # AxoCover is a Code Coverage Tool 135 | .axoCover/* 136 | !.axoCover/settings.json 137 | 138 | # Visual Studio code coverage results 139 | *.coverage 140 | *.coveragexml 141 | 142 | # NCrunch 143 | _NCrunch_* 144 | .*crunch*.local.xml 145 | nCrunchTemp_* 146 | 147 | # MightyMoose 148 | *.mm.* 149 | AutoTest.Net/ 150 | 151 | # Web workbench (sass) 152 | .sass-cache/ 153 | 154 | # Installshield output folder 155 | [Ee]xpress/ 156 | 157 | # DocProject is a documentation generator add-in 158 | DocProject/buildhelp/ 159 | DocProject/Help/*.HxT 160 | DocProject/Help/*.HxC 161 | DocProject/Help/*.hhc 162 | DocProject/Help/*.hhk 163 | DocProject/Help/*.hhp 164 | DocProject/Help/Html2 165 | DocProject/Help/html 166 | 167 | # Click-Once directory 168 | publish/ 169 | 170 | # Publish Web Output 171 | *.[Pp]ublish.xml 172 | *.azurePubxml 173 | # Note: Comment the next line if you want to checkin your web deploy settings, 174 | # but database connection strings (with potential passwords) will be unencrypted 175 | *.pubxml 176 | *.publishproj 177 | 178 | # Microsoft Azure Web App publish settings. Comment the next line if you want to 179 | # checkin your Azure Web App publish settings, but sensitive information contained 180 | # in these scripts will be unencrypted 181 | PublishScripts/ 182 | 183 | # NuGet Packages 184 | *.nupkg 185 | # The packages folder can be ignored because of Package Restore 186 | **/[Pp]ackages/* 187 | # except build/, which is used as an MSBuild target. 188 | !**/[Pp]ackages/build/ 189 | # Uncomment if necessary however generally it will be regenerated when needed 190 | #!**/[Pp]ackages/repositories.config 191 | # NuGet v3's project.json files produces more ignorable files 192 | *.nuget.props 193 | *.nuget.targets 194 | 195 | # Microsoft Azure Build Output 196 | csx/ 197 | *.build.csdef 198 | 199 | # Microsoft Azure Emulator 200 | ecf/ 201 | rcf/ 202 | 203 | # Windows Store app package directories and files 204 | AppPackages/ 205 | BundleArtifacts/ 206 | Package.StoreAssociation.xml 207 | _pkginfo.txt 208 | *.appx 209 | 210 | # Visual Studio cache files 211 | # files ending in .cache can be ignored 212 | *.[Cc]ache 213 | # but keep track of directories ending in .cache 214 | !?*.[Cc]ache/ 215 | 216 | # Others 217 | ClientBin/ 218 | ~$* 219 | *~ 220 | *.dbmdl 221 | *.dbproj.schemaview 222 | *.jfm 223 | *.pfx 224 | *.publishsettings 225 | orleans.codegen.cs 226 | 227 | # Including strong name files can present a security risk 228 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) 229 | #*.snk 230 | 231 | # Since there are multiple workflows, uncomment next line to ignore bower_components 232 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 233 | #bower_components/ 234 | 235 | # RIA/Silverlight projects 236 | Generated_Code/ 237 | 238 | # Backup & report files from converting an old project file 239 | # to a newer Visual Studio version. Backup files are not needed, 240 | # because we have git ;-) 241 | _UpgradeReport_Files/ 242 | Backup*/ 243 | UpgradeLog*.XML 244 | UpgradeLog*.htm 245 | ServiceFabricBackup/ 246 | *.rptproj.bak 247 | 248 | # SQL Server files 249 | *.mdf 250 | *.ldf 251 | *.ndf 252 | 253 | # Business Intelligence projects 254 | *.rdl.data 255 | *.bim.layout 256 | *.bim_*.settings 257 | *.rptproj.rsuser 258 | *- Backup*.rdl 259 | 260 | # Microsoft Fakes 261 | FakesAssemblies/ 262 | 263 | # GhostDoc plugin setting file 264 | *.GhostDoc.xml 265 | 266 | # Node.js Tools for Visual Studio 267 | .ntvs_analysis.dat 268 | node_modules/ 269 | 270 | # Visual Studio 6 build log 271 | *.plg 272 | 273 | # Visual Studio 6 workspace options file 274 | *.opt 275 | 276 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 277 | *.vbw 278 | 279 | # Visual Studio LightSwitch build output 280 | **/*.HTMLClient/GeneratedArtifacts 281 | **/*.DesktopClient/GeneratedArtifacts 282 | **/*.DesktopClient/ModelManifest.xml 283 | **/*.Server/GeneratedArtifacts 284 | **/*.Server/ModelManifest.xml 285 | _Pvt_Extensions 286 | 287 | # Paket dependency manager 288 | .paket/paket.exe 289 | paket-files/ 290 | 291 | # FAKE - F# Make 292 | .fake/ 293 | 294 | # JetBrains Rider 295 | .idea/ 296 | *.sln.iml 297 | 298 | # CodeRush personal settings 299 | .cr/personal 300 | 301 | # Python Tools for Visual Studio (PTVS) 302 | __pycache__/ 303 | *.pyc 304 | 305 | # Cake - Uncomment if you are using it 306 | # tools/** 307 | # !tools/packages.config 308 | 309 | # Tabs Studio 310 | *.tss 311 | 312 | # Telerik's JustMock configuration file 313 | *.jmconfig 314 | 315 | # BizTalk build output 316 | *.btp.cs 317 | *.btm.cs 318 | *.odx.cs 319 | *.xsd.cs 320 | 321 | # OpenCover UI analysis results 322 | OpenCover/ 323 | 324 | # Azure Stream Analytics local run output 325 | ASALocalRun/ 326 | 327 | # MSBuild Binary and Structured Log 328 | *.binlog 329 | 330 | # NVidia Nsight GPU debugger configuration file 331 | *.nvuser 332 | 333 | # MFractors (Xamarin productivity tool) working folder 334 | .mfractor/ 335 | 336 | # Local History for Visual Studio 337 | .localhistory/ 338 | 339 | # BeatPulse healthcheck temp database 340 | healthchecksdb -------------------------------------------------------------------------------- /图书信息管理程序(Visual Studio版本)/图书信息管理程序.vcxproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Debug 6 | Win32 7 | 8 | 9 | Release 10 | Win32 11 | 12 | 13 | Debug 14 | x64 15 | 16 | 17 | Release 18 | x64 19 | 20 | 21 | 22 | 16.0 23 | {AD94FAF0-47D7-4CC9-A773-8E817BAAA8CB} 24 | 图书信息管理程序 25 | 10.0 26 | 27 | 28 | 29 | Application 30 | true 31 | v142 32 | Unicode 33 | 34 | 35 | Application 36 | false 37 | v142 38 | true 39 | Unicode 40 | 41 | 42 | Application 43 | true 44 | v142 45 | Unicode 46 | 47 | 48 | Application 49 | false 50 | v142 51 | true 52 | Unicode 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | Level3 76 | Disabled 77 | true 78 | true 79 | _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) 80 | 81 | 82 | Console 83 | 84 | 85 | 86 | 87 | Level3 88 | Disabled 89 | true 90 | true 91 | 92 | 93 | Console 94 | 95 | 96 | 97 | 98 | Level3 99 | MaxSpeed 100 | true 101 | true 102 | true 103 | true 104 | 105 | 106 | Console 107 | true 108 | true 109 | 110 | 111 | 112 | 113 | Level3 114 | MaxSpeed 115 | true 116 | true 117 | true 118 | true 119 | 120 | 121 | Console 122 | true 123 | true 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | --------------------------------------------------------------------------------