登录
首页 » 算法 » The guiding book of using the Firework software.

The guiding book of using the Firework software.

于 2023-03-31 发布 文件大小:2.82 MB
0 286
下载积分: 2 下载次数: 1

代码说明:

The guiding book of using the Firework software.

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

发表评论

0 个回复

  • 汉诺(hanoi)问题采用递归解决,并编制了手动及演示界面
    汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面-Hanne (Hanoi) problem using recursive algorithm, and prepared a manual and demonstrate interface
    2022-04-30 08:13:55下载
    积分:1
  • 对图片进行快速傅里叶变换,输出变换后结果图片
    对图片进行快速傅里叶变换,输出变换后结果图片-Fast Fourier transform of the picture, the output result of the transformed image
    2022-08-20 03:30:01下载
    积分:1
  • FCFS CPU 调度
    第一次来,先到先得调度 到目前为止最简单的 CPU 调度算法是第一次来,先到先得 (FCFS) 调度算法。这种算法,进程分配 CPU 在他们请求它的顺序。 基本上,那里是单个队列的准备过程。只有通过到达时间 (可怜的选择) 测量作业的相对重要性。 FCFS 政策的实施是易于管理的先进先出的队列。当一个进程进入就绪队列时,其 PCB 被链接到队列的尾巴上。
    2022-07-03 04:20:49下载
    积分:1
  • 脸检测
    内容太短。注意请: 代码没有很好的描述将被删除,你会不能把任何 CF 硬币。请描述一下更好地得到更多的 CF 硬币。
    2022-01-27 08:40:04下载
    积分:1
  • 三元组表的方式实现两个矩阵的加
    三元组表的方式实现两个矩阵的加法运算-Table 3 group the realization of the two Matrix addition operations
    2022-04-13 08:25:06下载
    积分:1
  • 二叉树排序输出
    应用背景 此算法容易被理解,运用,或会有更大的利用价值,用于实际生活中,例如甲地到达乙地,可以用此二叉树发现不同路线供使用人使用。或正在学习有关二叉树的初学者们使用,此代码更容易被初学者学习和使用,此代码是用五个节点,也可以发展到更多的节点。 关键技术 用五个节点的二叉树的排序输出,涉及到先序便利,中序便利,后序便利,运用六个节点使用其相应的便利方式是问题得到不同的方案,二叉树进行展示,可以用于三种二叉树学习,用于实际生活中,例如甲地到达乙地,可以用此二叉树发现不同路线供使用人使用。
    2022-09-01 01:35:03下载
    积分:1
  • 通过此程序可以把输入的年份判别是平年,还是闰年.
    通过此程序可以把输入的年份判别是平年,还是闰年.-through this procedure can be imported in the year discriminant is non-leap year, or a leap year.
    2022-10-19 14:30:03下载
    积分:1
  • c语言写得一阶有限元的通用程序,很实用的。
    c语言写得一阶有限元的通用程序,很实用的。-c language written in the first-order finite element of the general program, it is practical.
    2022-04-18 06:40:49下载
    积分:1
  • 连数据库,输入用户名和密码后如何跳转到主窗口
    import javax.swing.*; import java.awt.event.*; import java.sql.*; public class Login extends JFrame implements ActionListener { private JLabel lbId, lbPass; private JTextField txtId, txtPass; private JButton btLogin, btExit; private Connection datacon = null;//连接对象 private PreparedStatement pstat = null;//命令对象 private ResultSet rs = null;//结果
    2022-02-05 20:26:14下载
    积分:1
  • 一个acm题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个...
    一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem description : a black box, as a 15 x 10 two-dimensional matrix, there are some gaps in two-dimensional matrix using 0 indicates the gap, with a show that occupies. An existing equipment, from the direction of four branches box for perspective : from left to right, from the lower left to upper right, from bottom to top, from the lower right to upper left. Perspective availability of the two-dimensional matrix of the line a number. Demand reduction of this matrix. Input : 4 firms on behalf of every line from left to right, from the lower left to upper right, from bottom to top, from the upper left to lower right perspective on data obtained from the output : the matrix method is the use of backtracking, see the specific procedures
    2022-07-08 10:50:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载