-
在 c + + 中的 LinkedList 执行
在 c + + 中的一个简单的数据结构的应用程序演示如何实现 LinkedList 数据结构...
它具有删除、 插入和菜单显示的选项选择,将帮助初学者也理解的数据结构
功能。
- 2023-05-28 05:00:02下载
- 积分:1
-
familiar with the use of the various controls for beginners is a very useful pro...
熟悉MFC各种控件的使用,对于初学者来说是很有用的程序
-familiar with the use of the various controls for beginners is a very useful procedure
- 2022-01-26 03:43:30下载
- 积分:1
-
h323协议的介绍,有极高的价值,请各位阅读
h323协议的介绍,有极高的价值,请各位阅读-h323 protocol introduction, there are high value, please read
- 2022-08-03 03:13:45下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
a large file can be divided in small programs. Path to write the final time in a...
一个可以将大文件分割的小程序。注意写路径得时候最后一个文件夹一定要加上,文件编号从0开始-a large file can be divided in small programs. Path to write the final time in a folder must add , document number, starting from 0
- 2023-07-10 06:20:03下载
- 积分:1
-
关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这...
关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。-Hunters across the river on the issues to resolve this issue so we should cross the river when the two set out across the river to return to when there is only one back as far as possible. Using a string array to keep hunters, the wolf, sheep, and cabbage subscript followed by 0,1,2,3 but they have a river here and there two states To facilitate the definition of a structure containing only an int variable n When in the river here when n is set to 0 in the river when n is set to one side. Due to cross the river and return each time to consider whether the wolf can eat the sheep吃羊or cabbage you need a function to determine each choose whether or not to meet the conditions.
- 2022-09-15 08:35:04下载
- 积分:1
-
实现NFA到DFA的转换,是编译原理的一个更好的参考…
实现NFA到DFA的转换,是编译原理初学者比较好的参考资料-Achieve NFA to DFA conversion, the principle is to compile a better reference for beginners
- 2022-03-01 20:34:53下载
- 积分:1
-
学生考勤系统在C++中
应用背景这是一个用涡轮写的学生考勤系统。这是一个控制台应用程序,可以在任何领域使用它。它使用的结构和数组来完成任务,在将来你可以把它连接到数据库。默认情况下,100是学生的最大数目,可以根据你的要求来改变;关键技术学生的最大数量是固定的。你可以输入新的记录和显示在屏幕上输入学生班数。你也可以更新一个学生记录。 ;封面设计中的图形。你可以存储学生的字符姓名、地址、姓名、地址及姓名班级人数为40。与之和;
- 2022-02-03 22:34:02下载
- 积分:1
-
基于win32 console平台应用程序使用ADO数据库进行读,写,修改和删除access数据库中数据的操作
基于win32 console平台应用程序使用ADO数据库进行读,写,修改和删除access数据库中数据的操作-Platform based on the win32 console application uses ADO database to read, write, modify and delete database data access operations
- 2022-03-25 12:17:13下载
- 积分:1
-
solve a matrix problems. Look at specific problems documented. And the source.
解决一个矩阵问题。具体的问题看文件说明。和源码。-solve a matrix problems. Look at specific problems documented. And the source.
- 2023-03-27 09:10:03下载
- 积分:1