-
一个jsp的同学录,新加了通讯,相片,详细资料等,以jsp为开发用...
一个jsp的同学录,新加了通讯,相片,详细资料等,以jsp为开发用-An Album developed with JSP, supports communication, photos, personal informations and so on.
- 2022-07-03 14:32:33下载
- 积分:1
-
用vc开发快速Fourier变换原理及其应用实例源代码
用vc开发快速Fourier变换原理及其应用实例源代码-Vc development with the principle of fast Fourier transform and its application source code
- 2022-04-30 18:57:00下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1
-
学生数据库管理系统
应用背景学生数据库管理系统是一个应用程序,用于管理任何学校、学院或学院的学生记录。它包括笨重的功能,如:1)有独立的管理和成员登录的安全数据库。2)安全的密码输入。3)操作记录(添加/修改/删除/搜索)。关键技术学生数据库管理系统用C++语言编程。大部分功能已经实现:1)文件处理操作记录。2)精确的内存分配给每一个记录。3)良好的文件。4)用于搜索的气泡排序算法。
- 2022-04-01 15:07:29下载
- 积分:1
-
pl0文法编译器 用C++编写 写有注释 简洁明了 易于改写
pl0文法编译器 用C++编写 写有注释 简洁明了 易于改写-grammar compiler pl0 Used C++ to prepare concise written notes easy to rewrite
- 2023-05-21 18:20:03下载
- 积分:1
-
zigbee采集温湿度程序
zigbee采集温湿度程序 用于采集温湿度再发到串口显示出来
- 2022-04-16 23:19:45下载
- 积分:1
-
词法分析器
这是关于编程语言和翻译方法的源代码。词法分析器,认识到有效的字符串。 第 1 步编写编译器。
- 2022-08-25 11:11:28下载
- 积分:1
-
Жордан шугаман тэгшитгэлийн систем
#包括;
- 2022-09-29 15:00:02下载
- 积分: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 simple calculator, support the basic four operations, brackets, support the operations level
- 2023-05-06 21:25:03下载
- 积分:1