day_of_year另解 输入年月日,求出是一年中的第多少天,区分闰年和非闰年。[tiger506@localhost C_C++]$ cat -n doy.c 1 #include<stdio.h> 2 3 int day_of_year(int month, int day, int year) 4... python 2023-11-21 54 点赞 0 评论 81 浏览
杭电--1258 深度搜索(sum it up) DFS还是不太懂,递归是个硬伤啊。。。。题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1258#include #include #include #include #include using namespace std;vector digits(13); //出现的数字vector digits_num Data Structure and Algorithm 2023-09-24 46 点赞 0 评论 69 浏览
angularjs利用directive实现移动端自定义软键盘的示例 最近公司项目的需求上要求我们iPad项目上一些需要输入数字的地方用我们自定义的软键盘而不是移动端设备自带的键 JavaScript 2022-04-09 110 点赞 1 评论 166 浏览