-
plot
数值积--- 复合求积公式对积分问题的求解功能 用复合梯形求积公式和复合抛物线公式,对给定的积分问题进行计算。-plot--- composite numerical quadrature formula to solve the problem of integration functions for composite trapezoidal plot formula and compound parabolic formula, the right to issue integral calculation.
- 2022-03-22 06:07:15下载
- 积分:1
-
超长整数除法.转载
超长整数除法.转载-long integer division. Reprinted
- 2022-06-15 09:43:06下载
- 积分:1
-
Given the use of SVD for solving equations of the code, the validity of the resu...
给出了利用svd求解方程组的代码,结果的有效性在主函数中得到验证-Given the use of SVD for solving equations of the code, the validity of the results in the main function has been verified
- 2022-08-09 20:27:22下载
- 积分:1
-
学校管理
管理类学生/组智者
添加/编辑/删除学生
学生查看个人资料
sudent来看marksheet
学生查看身份证
管理老师简介
添加/编辑/删除教师信息
根据学生classwise管理父
创建/编辑/删除类/组的学生。
创建/编辑/这里的主题菜单中删除主题
受试者可以单独定义根据每个类
管理考试/学期房源
管理标记(编辑/更新)和考勤考试,班级及学生聪明
管理考试成绩
管理类常规
- 2022-01-25 20:00:12下载
- 积分:1
-
二叉树的中序遍历
二叉树的中序遍历-binary tree which preorder
- 2022-01-30 15:19:38下载
- 积分:1
-
遗传算法工具箱
遗传算法工具箱 超全的代码,包含很多个小程序,要是下载这个,就不用担心再去其他地方找了
- 2022-09-24 12:00:02下载
- 积分:1
-
解决了矩形板切割矩形材料的问题,采用递归分治的方法
解决了矩形板切割矩形材料的问题,采用递归分治的方法-solve the rectangular plate rectangular cutting materials, using recursive method of administration
- 2022-12-10 09:00:02下载
- 积分:1
-
人脸识别(VJ算法)VS2010完整工程
应用背景人脸识别(VJ算法)VS2010完整工程人脸识别(VJ算法)VS2010完整工程人脸识别(VJ算法)VS2010完整工程关键技术基于OPENCVVJ算法C++实现 基于OPENCVVJ算法C++实现 基于OPENCVVJ算法C++实现 基于OPENCVVJ算法C++实现
- 2022-07-05 13:32:24下载
- 积分:1
-
可视化子程序
应用背景这个程序可以实现fortran计算数据的可视化,显示云图,等值线图等。希望大家批评指正。关键技术直接输出tecplot文件,可以通过tecplot360进行编辑。
- 2022-06-02 12:48:10下载
- 积分: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