登录
首页 » 算法 » This program can determin very accurately the nature of the user input

This program can determin very accurately the nature of the user input

于 2022-08-10 发布 文件大小:9.15 kB
0 57
下载积分: 2 下载次数: 1

代码说明:

This program can determin very accurately the nature of the user input

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

发表评论

0 个回复

  • 广度优先搜索、深度优先搜索等
    算法 广度优先搜索、深度优先搜索等。 数据结构课程、算法分析内会使用到的有关算法、结构的建立。 包括广度优先搜索、深度优先搜索、广义表、树结构、队列建立等。
    2022-01-25 21:15:40下载
    积分:1
  • 多用户MIMO预编码
    本代码详细的描述了多用户下行链路的误码率,对于初学者又很好的借鉴作用,当然如果代码看不太明白的话,您可以先看一些相关的文献,对一些基本的内容作一些了解,然后再看代码,会起到事半功倍的效果,谢谢合作。                                                                                                                                                      &
    2023-04-25 12:15:03下载
    积分:1
  • 常微分方程组adams数值解以及非线性方程的二分
    常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
    2022-03-16 16:54:07下载
    积分:1
  • 对文档中的某一单词进行统计,使用C++在VC环境中开发.
    对文档中的某一单词进行统计,使用C++在VC环境中开发.-right documentation of a particular word statistics, the use of the VC C development environment.
    2022-01-24 16:04:15下载
    积分:1
  • 学生成绩单系统
    应用背景studentcheck是背景检查和参加医疗机构临床轮转实习学生或药物测试的产品。 ;studentcheck允许医疗机构审查背景和 ;药物测试 ;结果是学生是否可以在他们的设施进行临床见习或实习做决定。 ;我们还提供 ;免疫跟踪 ;作为我们studentcheck服务套件的一部分。关键技术这个应用程序是在C / C + +,C + +是 ;面向对象编程(OOP)语言,被认为是最好的语言创建大规模的应用。
    2023-01-26 14:10:04下载
    积分:1
  • 实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析...
    实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t test, in order to come to the linear regression equation significantly Analysis
    2022-06-20 17:50:42下载
    积分:1
  • 卡尔曼滤波是一种递推估计,估计的随机状态。
    A Kalman filter is a stochastic , recursive estimator , which estimates the state of a system based on the knowledge of the system input, the measurement of the system output, and a model of the relation between input and output.
    2023-04-16 16:00:03下载
    积分:1
  • 一个求解Josephus问题的函数
      #include #include #define NULL 0 #include typedef struct Lnode {  int data;  struct Lnode *next; }Josephus; void CreateList(Josephus*&L,int n)//建立循环链表 {  int i;  Josephus *p,*s;  s=(Josephus*)malloc(sizeof(Josephus));  s->data=1;  L=p=s;  for(i=2;idata=i;  p->next=s;  p=s;  }  p->next=L; } void DeleteList(Josephus*&L,Josephus*p,Josephus*q) {  q->next=p->next;  free(p); } void Josephus1(Josephus*&L,int s,int m)
    2022-01-27 23:12:59下载
    积分:1
  • 素数因子产生器:该程序能生成prime factor
    素数因子产生器:该程序能生成prime factor-prime factor Generator : the program can generate prime factor
    2022-03-22 01:33:11下载
    积分:1
  • Matlab routines
    matlab 例程-Matlab routines
    2022-03-01 18:56:43下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载