-
粒子群演算法的文獻
由中原大學資訊管理研究所李維平、黃郁授、戴彰廷,三位學者所發表
- 2023-02-08 12:15:03下载
- 积分:1
-
超分辨率图像分块
资源描述人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法
- 2022-03-13 19:17:37下载
- 积分:1
-
ACM被分为凸侧行算法
acm中划分凸边行算法-acm were divided into convex side trip Algorithm
- 2022-06-16 14:08:10下载
- 积分:1
-
银行家算法C++描述
银行家算法C++描述-bankers algorithm C Description
- 2022-06-19 09:14:25下载
- 积分:1
-
二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定...
二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定-quadratic exponential smoothing prediction and three exponential smoothing prediction is a common forecasting methods, a wide application, the code also includes its smooth determine the coefficient
- 2022-03-23 11:49:19下载
- 积分:1
-
求有向网最短路径
求有向网最短路径-are seeking the shortest path to the net
- 2022-01-22 05:21:03下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
操作系统实验文件管理
运用C语言实现对操作系统文件管理的实现。二级文件目录。能实现对文件的读写,不同用户之间的共享,权限管理,打开关闭等操作。在DOS中用指令实现。
- 2022-06-28 03:18:28下载
- 积分:1
-
插入排序C代码
对一个可排序数组A[],从右到左扫描这个有序的字数组,直到遇到第一个小于等于A[]的元素,然后把A[]插在该元素的后边。基于递归思想,从底至上地实现这个算法,效率会更高,也就是使用迭代。给定n个可排序的元素构成的一个数组A[],输出一个非降序排列的数组A[]。
- 2022-03-04 13:59:36下载
- 积分:1
-
哈夫曼算法
数据结构与算法设计作业,有助于理解,哈弗曼算法简单实现,哈夫曼树,可用于写小型压缩解压缩软件作为核心算法,对数据结构有兴趣,或对压缩软件工作机理有兴趣者可以看看。
- 2022-11-28 09:25:03下载
- 积分:1