资源列表
[JSP源码/Java] Vraag-1
说明:Java application that makes use of calculations to determine poker hands<Marc> 在 2025-06-11 上传 | 大小:37kb | 下载:0
[JSP源码/Java] Vraag-3
说明:Explanation how to use buttons and richedit components<Marc> 在 2025-06-11 上传 | 大小:43kb | 下载:0
[JSP源码/Java] BookShop
说明:功能模块编号 功能模块 BBSA 用户注册 BBSB 用户登录 BBSC 修改个人信息 BBSD 退出系统 BBSE 浏览帖子 BBSF 发布帖子 BBSF01 发表新帖 BBSF02 回复帖子 BBSF03 修改我的旧帖 BBSF04 修改旧回复 BBSG 版块管理 BBSG01 增加版块 BBSG02 修改版块信息 BBSG03 删除版块 BBSH 帖子管理 BBSH01 删除帖子以及帖子下所有回复 BBSH02 移动帖子到<郑润泽> 在 2025-06-11 上传 | 大小:1.38mb | 下载:0
[JSP源码/Java] Apple
说明:描述:把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 输入:第一行是测试数据的数目t(0 <= t <= 20)。以下每行均包含二个整数M和N,以空格分开。1<=M,N<=10。 输出:对输入的每组数据M和N,用一行输出相应的K。 输入实例: 1 7 3 输出实例:8 -Descr iption: The same apples to the M of N<雷哥> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Java_Native_Interface
说明:用java调用dll本是一个不难的事情,但往往会给初学者带来的一点麻烦,网络上很多调用dll的例子都参差不齐,往往省略了一些步骤,对他们来说觉得简单不需要说明,对初学者来说确很重要,结果不想可知。因此在这里仔细的说明一下,希望给初学者们带来些许方便,高手绕过。-class HelloWorld { public native void displayHelloWorld() static { System.loadLibrary("hello") } public sta<田朝> 在 2025-06-11 上传 | 大小:6kb | 下载:0
[JSP源码/Java] Anticaos.tar
说明:Algorithm that implements negative feedback, consuming empty space in a 2D pixel plane.<wizaaaaa> 在 2025-06-11 上传 | 大小:4kb | 下载:0
[JSP源码/Java] AllPairsShortestPath.tar
说明:This program implements All Pairs Shortest Path algorithm by dynamic programming.<wizaaaaa> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[JSP源码/Java] EpicSort.java.tar
说明:Epic sort is a combination of sorting algorithms and is designed to sort lists that are too big to fit into memory all at once. This particular Java implementation is for sorting text files (lists of strings), but the same technique can easily be app<wizaaaaa> 在 2025-06-11 上传 | 大小:5kb | 下载:0
[JSP源码/Java] RadixSort.tar
说明:Radix sort is one of the most efficient sorting algorithm that is widely used.<wizaaaaa> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[JSP源码/Java] VernamCipher.tar
说明:The program encrypt/decrypt text using vernam cipher algorithm<wizaaaaa> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[JSP源码/Java] apps
说明:判断一个自然数是否是某个数的平方。说明:当然不能使用开方运算。-Determine whether a natural number is the square of a number. Descr iption: The course can not use the square root.<雷哥> 在 2025-06-11 上传 | 大小:4kb | 下载:0
[JSP源码/Java] FileHand
说明:从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。-Enter a string from the keyboard, all lowercase letters to uppercase letters, and then output to a disk file " test" to save. Enter the string! The end.<雷哥> 在 2025-06-11 上传 | 大小:1kb | 下载:0