-
《模式分类》第二版的配套的Matlab源代码
《模式分类》第二版的配套的Matlab源代码-"pattern classification," the second version of the Matlab supporting source code
- 2022-11-26 06:55:02下载
- 积分:1
-
leetcode 同一棵树上
鉴于两个二进制树,编写一个函数来检查它们是否相等或不。两个二进制树被视为相等,如果它们是结构相同,并且节点具有相同的值。
- 2022-03-10 21:47:25下载
- 积分:1
-
此文件用于实现生产者消费者的问题
此文件用于实现生产者消费者的问题- This document uses in to realize the producer consumer s
question
- 2022-02-01 18:10:21下载
- 积分:1
-
The essence of Newton method is used constantly to approximate tangent curve, th...
Newton法的本质就是不断用切线来近似曲线,因此,Newton法也称为切线方法。本程序用Newton法求解n元正定函数的最小值,例子在程序中。-The essence of Newton method is used constantly to approximate tangent curve, therefore, Newton method, also known as tangent method. This procedure using Newton method to solve n-positive definite function of the minimum value, for example, in the proceedings.
- 2022-05-08 02:16:18下载
- 积分:1
-
机械原理课程设计,牛头刨床的动力学分析,及动画演示。
机械原理课程设计,牛头刨床的动力学分析,及动画演示。-mechanical principles to the curriculum design, Shaper of the kinetic analysis, and animation demo.
- 2022-04-25 11:15:08下载
- 积分:1
-
四则运算的代码,有兴趣的可以研究下下的呵呵.
四则运算的代码,有兴趣的可以研究下下的呵呵.-4 computing code, may be interested Ha ha under study.
- 2022-05-09 01:57:08下载
- 积分:1
-
eye detection in rgb image
eye detection in rgb image
- 2022-04-25 14:53:05下载
- 积分:1
-
教工工资管理系统
资源描述一个用c语言写的简易教工工资管理系统,没有用到复杂的东西,未调用数据库,大家可以简单看一下,学习学习。
- 2022-08-21 03:22:43下载
- 积分:1
-
数据结构,用链栈来实现各进制间的相互转换。
数据结构,用链栈来实现各进制间的相互转换。-Data structure, with chains stack to the achievement of the inter-binary conversion.
- 2022-12-17 18:25:03下载
- 积分:1
-
MD5加密算法
MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。MD5中有四个32位被称作链接变量(Chaining Variable)的整数参数,他们分别为:A=0x67452301,B=0xefcdab89,C=0x98badcfe,D=0x10325476。当设置好这四个链接变量后,就开始进入算法的四轮循环运算。循环的次数是信息中512位信息分组的数目。
- 2022-03-21 16:38:05下载
- 积分:1