资源列表
CatalogGUI
- Excersice 7 Icarnegie SSD3 CatalogGUI
AddressBookGUI
- Exam3 icarnegie SSD3 AddressBookGUI
StockDatabaseGUI
- Exam3 variant 2 Icarnegie SSD3 StockDatabaseGUI
PhoneListGUI
- Exam3 variant 3 Icarnegie SSD3 PhoneListGUI
Form1
- c# winform,Tcp监听、接收、发送消息-c# winform, Tcp monitor, receive, send a message
bianyi4_2
- 编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。-Write a generic prediction analysis procedure that requires a certain degree of error-handling capabilities, enabling the program to continue after an error to run it until th
gps_design
- android GPS坐标封装,可以监听GPS坐标和取得当前坐标-android GPS coordinates, you can monitor GPS coordinates and get the current the coordinates
binary-tree
- 程序的菜单功能项如下: 1------建立一棵二叉树 2------前序遍历递归算法 3------前序遍历非递归算法 4------中序遍历递归算法 5------中序遍历非递归算法 6------后序遍历递归算法 7------后序遍历非递归算法 8------求树高 9------求叶子总数 10-----输出二叉树 11-----退出 -Menu functions in program are as follows: 1------ 2-
c-code-for-study
- 一些可用来学习的C源代码,输出国际象棋棋盘等-Some can be used to study the source code, the output chess board, etc.
student
- 基于vc++的,关于学生信息的小的应用实例,请大家多多指点-Based on vc++, on small application examples of student information, please a lot of guidance
CascadeSVM
- CascadeSvm分类器源代码,输入特征向量和标签,输出分类结果-CascadeSvm classifier source code, the input feature vectors and labels, output classification results
C++ 大作业
- C++ 大作业 图书馆的管理中面临着很大的信息量,需要对信息进行记录和不断的更新,如此巨大的工作量通过人力去进行记忆或记录可能会耗费大量的人力和物力,信息的准确性也难以得到保障。计算机的准确性很高,运算速度快,而且通过编程可以设计出交互式的,程序化的,且具有查错功能的软件,因此通过计算机软件对图书馆进行管理可以有效的解决上述问题。该程序用于对小型图书馆进行管理。