java--结构体之时间设计 摘要:解题思路:使用Calendar 中的 DAY_OF_YEAR 满足题意代码:public class T1049 { public static void main(String[] arg…… 文章列表 2021年11月17日 0 点赞 0 评论 843 浏览 评分:8.0
递归,求勒让德多项式 05 摘要:#include<stdio.h> int main(){ float pn(float x, int n); int n; float x; printf("输入x,输入n(n>=…… 文章列表 2021年11月16日 0 点赞 0 评论 366 浏览 评分:9.9
题目 1621: 蓝桥杯算法训练VIP-字符串编辑(Python) 摘要:def D(str,b): ls='' for i in range(len(str)): if str[i]==b[1]: 文章列表 2021年11月15日 0 点赞 0 评论 179 浏览 评分:9.0
阶乘和数1155 摘要:#include<stdio.h>int main(){ int b,c,sum=0; long a; for(a=1;a<100000;a++){ c=a; while(c>0){ b=c%…… 文章列表 2021年11月15日 0 点赞 0 评论 191 浏览 评分:0.0
2021-11-14DAY373 摘要: 回首过去一周的听课效果,我觉得没有多大的变化。就像我之前刷过的一个视频中讲的,“为什么我懂了那么多的道理,可就是过不好这一生”。这就涉及到如何从认知层上升到应用层的问题了。看了《如何在大学里深…… 文章列表 2021年11月15日 0 点赞 1 评论 187 浏览 评分:9.9
1076-内部收益率 摘要:#include<stdio.h> #include<math.h> #include<string.h> #define n 100 double f(double a[],int T,do…… 文章列表 2021年11月14日 0 点赞 0 评论 216 浏览 评分:9.9
方法:excel表格怎么提取手机号码和姓名,不用公式和函数 摘要:题目中的问题可以使用软件,金芝号码提取整理助手,来解决完成,软件作者的徽是veve188,你可以在电脑浏览器搜一下它的名字,用来跟着我下文一起操作。工作中经常遇到这样的问题,从系统中导出的excel表…… 文章列表 2021年11月12日 0 点赞 0 评论 771 浏览 评分:0.0
吃瓜…… 摘要:#include<stdio.h>void main(){ int a;printf("魑魅魍魉"); scanf("%d",&a); if(a<18) printf("仍是少年\n"); else…… 文章列表 2021年11月12日 0 点赞 1 评论 151 浏览 评分:9.9
C语言基础知识第四章 摘要:第一种发法:两个“&”符号的意思是:表示 与,意为同时都要满足。则运用两个“&”将两个公式相结合 参考代码:#include<stdio.h> …… 文章列表 2021年11月10日 0 点赞 0 评论 413 浏览 评分:9.9
paramiko模块上传下载文件 摘要:import paramiko import sys def sshExecmd(hostname,port,username,password): ssh_client=paramik…… 文章列表 2021年11月09日 0 点赞 0 评论 255 浏览 评分:0.0