资源列表

« 1 2 ... .03 .04 .05 .06 .07 3608.09 .10 .11 .12 .13 ... 14331 »

[JSP源码/JavaBloomFilter

说明:如需要判断一个元素是不是在一个集合中,我们通常做法是把所有元素保存下来,然后通过比较知道它是不是在集合内,链表、树都是基于这种思路,当集合内元素个数的变大,我们需要的空间和时间都线性变大,检索速度也越来越慢。 Bloom filter 采用的是哈希函数的方法,将一个元素映射到一个 m 长度的阵列上的一个点,当这个点是 1 时,那么这个元素在集合内,反之则不在集合内。这个方法的缺点就是当检测的元素很多的时候可能有冲突,解决方法就是使用 k 个哈希 函数对应 k 个点,如果所有点都是 1 的话,那么
<李晓阳> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavaSpider

说明:简单的爬虫的实现,适合初学者的了解,实现最基础的爬虫。-Simple crawler implementation, suitable for beginners to understand, to achieve the most basic reptiles.
<李晓阳> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavaTechSupport

说明:自动问答机 支持自动问答 答案从词汇表中进行随机-Automatic answering machine supports automatic answer and answer questions the vocabulary list
<吴昊潜> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavaJAVAGUIO-master

说明:GUI AND JAVA PROJECT
<sterio> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavaATM

说明:java atm机课后作业存款取款透支gongneng-java atm machine withdrawals homework deposit overdraft
<msy> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavamyImage(1)

说明:中值滤波器、高斯滤波前、均值滤波器、谐波滤波器等,图像加噪声、去噪声处理的java实现-Median filter, before the Gaussian filter, mean filter, harmonic filters, etc., plus noise image, java implementation denoising process
<kingGo> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavaMouse

说明:java实现实时获取鼠标的坐标 java实现实时获取鼠标的坐标-Java real-time access to the coordinates of the mouse Java real-time access to the coordinates of the mouse
<swx> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/Javasentence

说明:根据已有单词,重新组合,组成符合基本语法的句子-According to the given words, create a random sentence.
<Ab> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/Javaday0501_guess-letters

说明:实现猜字母的功能,首先随机产生5个不重复字母放入数组,然后定义另外一个数组为猜的字母,进行比较猜对为止。-have the function of guess letters,first get five not redupilicate letters as a array ,then define another array for the letter we guess,gusess the right letter with comparation
<joeybill> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavaCalculatrice

说明:该代码为科学计算器代码,实现的功能有括号,正负号,正余弦,开方,阶乘等功能。-The code for the scientific calculator code to achieve the function of parentheses, sign, sine and cosine, square root, factorial and other functions.
<徐杰> 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/Javasrc

说明:购物单的实现,实现了购物列表的添加,以及分类排序-Realization shopping list
<xie > 在 2025-07-04 上传 | 大小:5kb | 下载:0

[JSP源码/JavaBTree

说明:基于内存使用java实现的B树的查询、插入、删除的功能-Query based on the realization of java memory usage B-tree, insert, delete function
<xiaowen> 在 2025-07-04 上传 | 大小:5kb | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 3608.09 .10 .11 .12 .13 ... 14331 »

源码中国 www.ymcn.org