
编程题
乐学勤思
喜欢研究,善于专注,喜欢交科研朋友,敬畏科学敬畏知识。
展开
-
水仙花数
#include#include#includevoid flower(int a, int b){int n = b - a+1;int k = 0;//int n = t,k=0;//int arr[t];//int* arr = (int*)malloc(sizeof(int)*t);for (int i = 0; i {if (a原创 2016-09-16 12:09:09 · 222 阅读 · 0 评论 -
数层根号之和
题目描述:数列的定义如下:数列的第一项为n,以后各项为前一项的平方根,求数列的前m项的和。#include#includevoid sum(float a, float b){float s=a ;//printf("%f ", a);for (int i = 0; i {float c = sqrt(a);a = c;s=s+c原创 2016-09-16 13:07:54 · 403 阅读 · 0 评论 -
深度学习网
http://www.cnblogs.com/Allen-rg/p/5795867.html http://blog.youkuaiyun.com/happynear/article/details/45372231 http://www.cnblogs.com/denny402/p/5137534.html http://www.cnblo原创 2017-07-01 20:20:36 · 1020 阅读 · 1 评论