资源列表
[数据库编程] sql-library
说明:图书管理系统数据库设计。内容包括文档和脚本。功能包括图书管理、读者管理、借阅管理。-Library management system design. Content including documents and scr ipts. Features include library management, the reader management, loan management.<张治安> 在 2025-02-27 上传 | 大小:84kb | 下载:0
[数据库编程] Human-Resources
说明:人力资源数据库设计。内容包括文档和数据库文件以及数据库脚本。功能包括视图、存储过程、触发器等。-HR design. Content including documents and files and scr ipts. Features including views, stored procedures, triggers, and so on.<张治安> 在 2025-02-27 上传 | 大小:1.53mb | 下载:0
[其他小程序] ToolWaveTex
说明:Toolbox for wavelet transform computation<marlene> 在 2025-02-27 上传 | 大小:44kb | 下载:0
[Windows编程] Longest-Palindromic-Substring
说明://动态规划求最长回文子串 //用布尔型t[i][j]表示子串(s(i....j))是否为回文子串 //其中t[i][j]的值可通过t[i+1][j-1]的值以及是s[i]和s[j]是否相等判断(即子串(s(i...j))是否为回文子串可通过子问题s(i+1,...,j-1)是否为回文串来解决) //通过left和right来指示当前最长回文子串的下标-// Dynamic programming longest palin<guopengju> 在 2025-02-27 上传 | 大小:2.49mb | 下载:0