登录
首页 » 算法 » 使用java写的大量有用算法,可以下载观看比较xuexi!

使用java写的大量有用算法,可以下载观看比较xuexi!

于 2022-05-13 发布 文件大小:10.94 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

使用java写的大量有用算法,可以下载观看比较xuexi!-use of a large number of useful algorithms can be downloaded to compare xuexi!

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

发表评论

0 个回复

  • 显示前100个反素数
    应用背景 反素数是指一个将其逆向之后也是一个素数的非回文数。例如:17是一个素数,而71也是一个素数,所以17和71是反素数。编写程序,显示前100个反素数。每行显示10个,并且准确对其,如下所示:   13     17     31     37    71    73    79     97    107    113 149   157    167   179  199   311  337   347    359    389 ... 关键技术 step1: 关于如何判断一个数是素数,就是质数, step2: 关于这个素数的逆反数, step3: 再一次判断这个数是个素数, step4: 将这个数输出, step5: 输出前100个反素数。
    2022-07-04 10:11:11下载
    积分:1
  • 三角形输出。很好的。
    三角形输出。很好的。-triangle output. Very good.
    2023-03-13 22:35:04下载
    积分:1
  • Edge Detection and Image SegmentatiON
    The command prompt version of the Edge Detection and Image SegmentatiON (EDISON) System provides a versatile environment for performing confidence based edge detection and synergistic image segmentation through the definition of user defined scripts. In an EDISON script one specifies the system parameters, input, output, and operations. The system functionality is facilitated through a simple set of commands and parameters described in the following sections. 
    2022-05-30 00:51:05下载
    积分:1
  • 同伦方解决非线性方程组
    这是一个使用同伦算法来解决非线性方程的matlab源程序,可以嵌入任何非线性方程组,从而对非线性方程组进行求解,减少使用者的很多繁琐步骤
    2022-04-15 12:35:24下载
    积分:1
  • OpenGL入门
    OpenGL入门,利用GLUT实现基本图元(直线段)的绘制。
    2022-01-25 19:18:42下载
    积分:1
  • FFT algorithm version of the C language description of classes.
    FFT 算法的C语言班版描述。本人亲自编写,希望对你有用。-FFT algorithm version of the C language description of classes.
    2022-03-04 05:48:04下载
    积分:1
  • 该程序是用C语言写的采用了动量方的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
    该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
    2022-09-23 15:35:02下载
    积分:1
  • 纯C语言实现的SHA
    程序可区分大小端模式,将.c中的#define LITTLE_ENDIAN去掉即是大端模式。.c中有具体调用实例和输出函数。 该算法效率极高,可用于商业用途,但请遵守GPL。
    2022-02-04 09:03:11下载
    积分:1
  • 空心数字梯形
    输入行数 n 和首数字字符,在屏幕上输出由数字围起的高和下底宽度均 n 的空心梯形。 要求:输出的数字是循环的,即输出数字 9 后再输出的数字是 0。输入:  行数n 和首字符输出:    空心梯形例:输入:5 5输出:5 6 7 8 9 0 1 0 9 8 7 6 5 6 6 7 7 8 8 9 0 1 0 9
    2023-02-21 05:30:04下载
    积分:1
  • 快速排序
    使用java写的算法,描述了快速排序!分为递归和非递归两种方法!static void QuickSort (int a[], int p, int r)  {        if (p x的元素交换到右边区域
    2022-01-25 21:30:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载