-
双线性内插实现图片缩放
代码共一个.c文件,代码包括三个函数,实现对图片的锐化、平滑、缩放(双线性内插实现)。
- 2022-11-09 03:35:03下载
- 积分:1
-
操作系统作业调度
资源描述
实现FCFS和SJF 算法调度。
数据结构设计(JCB,后备作业)
算法实现与模拟(排序、调度)
输出调度结果,展示调度过程
- 2022-05-08 18:25:59下载
- 积分:1
-
c program for identifying bottleneck machines in a job shop (used in the schedul...
c program for identifying bottleneck machines in a job shop (used in the scheduling of the shop floor)
- 2022-01-25 18:02:52下载
- 积分:1
-
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构...
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构-Horse riding board, in an 8* 8 chessboard, set the starting point in any position, horses can be " day word" footwork has completed the entire board. This program used the data structure of the stack, queue, the chain structure
- 2022-05-31 14:57:21下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
鼠标移动得到图片的颜色值和坐标
vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:
Color pointColor = bmp.GetPixel(X, Y);
textBox1.Text = pointColor.R.ToString();
textBox2.Text = pointColor.G.ToString();
textBox3.Text = pointColor.B.ToString();
LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
- 2022-03-16 06:55:49下载
- 积分:1
-
numerical integration : Key words : numerical integration approximate interpolat...
数值积分:关键词:数值积分 近似 插值求积 梯形 辛普生 复化 逐次分半 龙贝格-numerical integration : Key words : numerical integration approximate interpolation Quadrature trapezoidal Simpson Health Minute of successive half Romberg
- 2022-03-25 08:35:29下载
- 积分:1
-
发挥matab并行计算,简洁易懂,并解决约束优化的粒子群程序
应用背景在学习粒子群的过程中,在网上得到了许多宝贵的资源,受益颇多。但从网上下载的粒子群程序大多for循环和if判断满天飞,运行效率不高,这里给出一个简单易懂的粒子群和大家共同学习,整个过程除了迭代使用while循环外再无其它for和if语句,关键技术这里给出一个简单易懂的粒子群和大家共同学习,整个过程除了迭代使用while循环外再无其它for和if语句,充分发挥MATLAB的并行计算性能。其中还可以实现简单的约束优化问题,方便大家改造。
- 2022-02-01 15:38:29下载
- 积分:1
-
神经网络实现的matlab代码(完整版)
神经网络实现的matlab代码(完整版),里面全面包含神经网络的模拟仿真、预测和改进的matlab代码,可操作,含注释。
- 2022-03-18 11:51:01下载
- 积分:1
-
曲线拟合的好例子,推荐,我还没有测试过
曲线拟合的好例子,推荐,我还没有测试过-A good example of curve fitting is recommended, I have not tested
- 2022-05-20 11:43:44下载
- 积分:1