搜索结果

找到约 2,191 项符合 R-K 的查询结果

书籍 C语言教程讲义(谭浩强)

C语言是在 70 年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正 式 发 表 了 C 语 言 。 同 时 由 B.W.Kernighan 和 D.M.Ritchit 合 著 了 著 名 的 “THE C PROGRAMMING LANGUAGE” 一书。 通常简称为《 K&R》, 也有人称之为《 K&R》 标准。 但是, 在 《 K&R》中并没有定义一个完整的标准 C 语言, 后来 ...
https://www.eeworm.com/dl/512605.html
下载: 2
查看: 25

源码 数值型随机森林R代码

数值型随机森林R代码,供数值型数据进行决策树构建
https://www.eeworm.com/dl/513243.html
下载: 1
查看: 26

软件 学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 16

源码 学生成绩管理啊

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp;  int time=0,i=0,j=0,add[80],k=0,m;  char *ch,  str[900];  m=strlen(pd);  if((fp=fopen("haha.txt","r"))==NULL)  {   printf("Cannot open this file\n");   exit(0);  } for( ...
https://www.eeworm.com/dl/513824.html
查看: 10

教程 R实用教程

R实用教程;R是一套由数据操作、计算和图形展示功能整合而成的套件。包括: • 有效的数据存储和处理功能, • 一套完整的数组(特别是矩阵)计算操作符, • 拥有完整体系的数据分析工具, • 为数据分析和显示提供的强大图形功能, • 一套(源自S语言)完善、简单、有效的编程语言(包括条件、循环、自 定义函数、输入输 ...
https://www.eeworm.com/dl/513864.html
下载: 1
查看: 17

源码 OMP和K-SVD

K-SVD做图像字典分析,OMP是重建算法
https://www.eeworm.com/dl/514327.html
下载: 1
查看: 3

源码 c语言算法排序

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){   ...
https://www.eeworm.com/dl/514507.html
下载: 1
查看: 15

源码 K-means聚类算法Hadoop分布式实现

Hadoop下的K-means的Java实现,使用eclipse。
https://www.eeworm.com/dl/515044.html
下载: 1
查看: 36

书籍 R语言实战(中文完整版)

学懂分析,玩转大数据,用R轻松实现数据可视化,从实际数据分析出发,全面掌握R编程
https://www.eeworm.com/dl/517588.html
下载: 3
查看: 31

书籍 R语言实战

R语言实战完整版,中文版本,包括了R语言的入门和升级,非常有用
https://www.eeworm.com/dl/517611.html
下载: 2
查看: 56