搜索资源列表
四色验证.rar
- C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;
Utile
- 根据值来取ID,或者根据ID来取值,便于两者之间的转换-Exchange from ID and values, we can tanslate between ID and values easily.
2k3Grid
- 一个很漂亮的web上的Grid可以托拽,排序,取值-a very nice web of Grid can drag, scheduling, value
mseq
- m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。-m sequence generation, including in GF (p), the p value based on different, different levels under the conditions of primitive polynomial number of options under th
完全数
- 如果一个数恰好等于它的因子之和,则称该数为“完全数”。 *题目分析与算法设计 根据完全数的定义,先计算所选取的整数a(a的取值1~1000)的因子,将各因子累加于m,若m等于a,则可确认a为完全数。 *-if it is equal to the sum of the factor, says the number of "totally few." * Topic analysis and algor
步进电机取值
- 步进电机取值,可以设置,
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素
Tsb
- 这是一个调色板取值程序,该程序能够实现红绿蓝三色的配色演示,主要用于程序中去色参考RGB值,提供了十进制和16进制,便于软件开发和网页制作。-This is a palette value process, which can realize three-color red-green-blue color of the demonstration, mainly used to process RGB color reference
08ReadBMP
- 该小软件为图像的缩放处理,有3种算法:邻近取值插值,二次线性插值,三次卷积插值-The small software for image scaling treatment, has three kinds of algorithms: the neighboring values of interpolation, the second linear interpolation, cubic convolution interpola
第4章 插值
- 在离散数据的基础上补插连续函数,使得这条连续曲线通过全部给定的离散数据点。插值是离散函数逼近的重要方法,利用它可通过函数在有限个点处的取值状况,估算出函数在其他点处的近似值。插值:用来填充图像变换时像素之间的空隙。(On the basis of discrete data, a continuous function is inserted to make the continuous curve pass through all t
求主析取主合取、真值表并判断是否相等
- cpp文件可实现“求主析取主合取及其真值表,并能判断是否相等”(The program can be realized for disjunctive conjunctive and truth table, and determine whether equal")
求取最大值所对应的点号
- 求取多组数据中每组数据的最大值所对应的序号(find the ID for the max value in each array)
坐标取色器
- 一个小标签跟随鼠标移动,并取鼠标处的颜色值。(A small tag moves with the mouse and takes the color value at the mouse)
chazhi
- 在离散数据的基础上补插连续函数,使得这条连续曲线通过全部给定的离散数据点。插值是离散函数逼近的重要方法,利用它可通过函数在有限个点处的取值状况,估算出函数在其他点处的近似值。插值:用来填充图像变换时像素之间的空隙。(On the basis of discrete data, a continuous function is inserted to make the continuous curve pass through all t
【易语言编写】-鼠标颜色取值器【源码】
- 【源码】易语言编写的源码,通过鼠标取色数值快捷获取,分别三种数值,快速应用。([source] EasyLanguage source code, get through mouse numerical color fast, respectively three numerical, rapid application.)
【易语言编写】鼠标颜色取值器【源码】
- 【源码】易语言编写的源码,鼠标快速取色,三种色度值。快捷键获取。(Easy language source code, the mouse fast color three color values. Shortcut key.)
16位取值 例12345取2345
- 把寄存器每个值单独读出来,例VW0=12345,1/2/3/4/5分别用VW10/VW11/VW12/VW13/VW14寄仔(Read each value of the register individually)
鼠标取值
- 在matlab里进行鼠标取值程序,有些程序需要按实际情况进行调整和补充(Mouse values in MATLAB)
拉格朗日插值+MATLAB源程序代码
- 拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。数学上来说,拉格朗日插值法可以给出一个恰好穿过二维平面上若干个已知点的多项式函数。(The Lagrange interpolation method can find a polynomial that happens to be taken to the observed value at the point of each observation. Mathem
图片取模软件(可二值化)
- 可将图片自动二值化取模出数组给单片机控制LED显示图片(The image can be automatically two values of the array to give the array to the MCU control LED display picture)