登录
首页 » 数据结构 » JAVA密码保护页面

JAVA密码保护页面

于 2022-02-05 发布 文件大小:22.12 kB
0 87
下载积分: 2 下载次数: 1

代码说明:

JAVA密码保护页面-password-protected pages JAVA

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 练习测试
    数据结构练习测试-Data Structures Practice Test
    2022-10-06 09:00:02下载
    积分:1
  • 与算法入门导学》 第一章 概论 第二章 线性表 第三章 栈和队列 第四章 串 第五章 多维组和广义 表 第六章 树 第七章 图 第八章 排序 第...
    《数据结构与算法入门导学》 第一章 概论 第二章 线性表 第三章 栈和队列 第四章 串 第五章 多维数组和广义 表 第六章 树 第七章 图 第八章 排序 第九章 查找 第十章 文件-" Introduction to Data Structures and Algorithm Study I." Introduction to Chapter II Chapter III Chapter linear stack and queue Chapter IV Chapter V multi-dimensional array of strings and generalized tree table Chapter VI Chapter VII Chapter VIII of the sort ninth plan Chapter X Chapter document search
    2022-02-25 21:36:38下载
    积分:1
  • 本程序是在c调试成功的.对初学者有很大的作用!
    本程序是在c调试成功的.对初学者有很大的作用!-the procedure was successful c debugging. For beginners a significant role!
    2022-08-19 02:40:39下载
    积分:1
  • 广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS         ...
    广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS              若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) )  若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) )  若 LS->tag=1 其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
    2022-03-01 20:55:59下载
    积分:1
  • 网上公车票
    应用背景如果是你第一次提交源代码,请先提交代码。这是更好的搜索网站上提交之前避免sumbitting相同或相似的源代码。如果在语言列表中找不到语言,请选择“其他”。保持标签短,准确和完整的,请用“,”分隔。如果有在您的描述代码,请使用“插入代码”按钮并选择插入代码的编程语言。这将使你的源代码美丽和吸引力。请不要提交非源代码材料。提交的源代码将在24小时内进行审查。结果将通过电子邮件发送给你。关键技术欢迎来到新设计的网站预定电影票是更快,更清洁和更个人网站,专门设计使您的预订体验更好。登录,浏览和找到自己,如果时间允许离开你的宝贵意见。您需要注册一个新用户,无论何时你有第一次访问或网站,然后为未来它将被存储在我们的数据库中,你可以随时预订你的电影票在任何时候你想要的用户名和密码。
    2022-08-22 21:17:11下载
    积分:1
  • 用java实现库的管理功能,如编辑,插入删除等,适合初学者...
    用java实现数据库的管理功能,如编辑,插入删除等,适合初学者-Achieved using java database management functions, such as edit, insert or delete, suitable for beginners
    2022-03-15 06:38:30下载
    积分:1
  • 这是一个人力资源管理系统,可用于机的日常管理,可供学习...
    这是一个人力资源管理系统,可用于机构的日常管理,可供学习-This is a human resources management system can be used for the daily management of institutions available for study and
    2022-11-19 14:40:04下载
    积分:1
  • 一个用来储存资料的库用C++builder 与jet 4.0编写
    一个用来储存资料的数据库用C++builder 与jet 4.0编写-used to store a database with information on the C jet builder with 4.0 preparation
    2022-03-31 17:45:30下载
    积分:1
  • 常见java的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类...
    常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类-Java data structures commonly used methods, including Arrays Class Collections category HashSet Class List Class TreeSet Class Map type Vector Class
    2023-02-20 19:50:03下载
    积分:1
  • Order to map any of the distance between two nodes, (2) with two
    求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
    2022-04-20 12:55:19下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载