-
non
用非递归的方法先序遍历二叉树-non- recursive method preorder Binary Tree
- 2022-05-06 23:49:41下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子...
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
- 2022-12-28 02:20:03下载
- 积分:1
-
JAVA编写的乒乓球游戏
很经典哦
试一试吧
JAVA编写的乒乓球游戏
很经典哦
试一试吧-JAVA ?嘈
- 2022-10-03 00:30:03下载
- 积分:1
-
java 教程与实例
Java 教程与实例,英文版。目录Table of Contents Context Computers and Software systems ComputersSystem Software System Systems programs and systems programmers – a possible source of confusionComputer programming language
- 2023-09-03 08:20:05下载
- 积分:1
-
改文档为PHP文档,可供大家参考使用
改文档为PHP文档,可供大家参考使用 -reform document for PHP files, which can be used as reference documents for the reform PHP documentation for reference use
- 2022-05-14 10:20:08下载
- 积分:1
-
AFS600
基于Fusion系列AFS600的FPGA的51核,在板子上试过,可以对51核写1602的显示程序,就可以显示了,也可以写其他的51程序。-AFS600-based Fusion Series of FPGA 51 nuclear, tried on the board, you can write 1602 on 51 of the display of the nuclear program, we can show that we can process other 51.
- 2023-03-15 13:05:05下载
- 积分:1
-
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法...
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法-introduce the way to create and use a dll through the 1 project and dlltest project in the rar file
- 2022-02-06 08:55:00下载
- 积分:1
-
基于fpga串口通信,有数码管显示发送和接受现实
基于fpga串口通信,有数码管显示发送和接受现实-du to fpga
- 2022-08-31 13:00:03下载
- 积分:1
-
学习和研究软件内含的设计思想和原理,通过安装、显示、传输或者存储软
件等方式使用软件的,!...
学习和研究软件内含的设计思想和原理,通过安装、显示、传输或者存储软
件等方式使用软件的,!
-Study and research includes the design of software ideas and principles, through the installation, display, transmission or storage software, such as the use of software,!
- 2022-07-13 14:45:40下载
- 积分:1