登录
首页 » 算法 » control keys commonly used procedures c language version Daquan

control keys commonly used procedures c language version Daquan

于 2022-08-20 发布 文件大小:496.10 kB
0 250
下载积分: 2 下载次数: 1

代码说明:

常用控键程序c语言版本大全-control keys commonly used procedures c language version Daquan

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bresenham直线生成
    bresenham直线生成算法-Algorithm
    2023-04-14 07:50:04下载
    积分:1
  • 数据结构与
    完整C、C++代码,自己编写,均调试过,成功可用。对于初学数据结构与算法的同学很有帮助。
    2022-04-02 01:41:40下载
    积分:1
  • 德algoritmo线段树的C++
    应用背景algoritmo de Párbolárrafo segmento一枚de programacion competitiva,Esto ESTA登特鲁deláREA de estructura de药物,ES MUY util Cuando●找到operaciones登特鲁de la ONU Rato y PáRR ello我们有不同consultas。关键技术ES MUY usado EN洛杉矶一枚de programacion competitiva鸦鹊帮助de朗戈斯solucionar穆察司consultas EN联合国载体SER阙可以单向多维EL algoritmo de线段树,雅阙SE aplica de La misma变型对位砧骨。
    2022-01-25 21:17:06下载
    积分:1
  • 模糊controlorer基于Excel
    2022-01-30 10:16:25下载
    积分:1
  • 人脸表情识别实现
    采用图片库,在检测阶段,首先对图片进行灰度化处理,光照补偿,然后进行去噪,进行图片边缘化处理,在进行归一化,使得图片一致,在特征提取过程中用PCA主成分分析法,对图片特征进行提取,然后投影在向量空间中,最后对测试图片进行最近距离的计算,从而选定最符合的表情模型。
    2023-06-22 10:20:05下载
    积分:1
  • 利昂 L 系统辨识理论为用户的
    我们成立了这里的系统识别框架是相当一般。它并不单是我们向 linier 模型或二次型的标准或假定它自已可以描述模型内设置的系统。
    2023-02-17 01:45:04下载
    积分:1
  • 其次
    KD 树的代码,常见的数据搜索算法,更实际
    2022-07-25 08:42:54下载
    积分:1
  • Using NLJ random search method to identify a method that the state of the nonlin...
    采用NLJ随机搜索的方法辨识一个以状态方法表示的非线性系统。选其初值 a1(0) =50 , a2(0) =100 , a3(0) =100 , a4(0) =50 , a5(0) =10 , 选范围为 r(1)(i)=0.5 a(0)(i) , 取数据长度 L =40, t =0.005 , 性能指标 J= 。迭代计算结果得 a 的估计值 1=17.6043243, 1=17.5977, 2=72.9573, 3=51.3014, 4=22.9889, 5=5.99965, J = 0.000000916 。-Using NLJ random search method to identify a method that the state of the nonlinear system. Election of its initial value a1 (0) = 50, a2 (0) = 100, a3 (0) = 100, a4 (0) = 50, a5 (0) = 10, choose the range of r (1) (i) = 0.5 a (0) (i), check data length L = 40, t = 0.005, performance index J =. Iterative calculation results have a estimated value of 1 = 17.6043243, 1 = 17.5977, 2 = 72.9573, 3 = 51.3014, 4 = 22.9889, 5 = 5.99965, J = 0.000000916.
    2022-02-01 23:07:23下载
    积分:1
  • 数据结构--C语言-Demo
    #ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
    2022-01-29 04:39:50下载
    积分:1
  • 随机游走标签排序 图像标签排序 图像处理
    图像处理中对图像标签排序,使之有序更符合检索的要求,达到更好的搜索效果。
    2023-08-09 22:00:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载