When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ ...
分类:
其他好文 时间:
2018-05-15 13:20:24
阅读次数:
110
"codeforces 932E" 题目描述 求$\sum_{i=1}^{n}{(^n_i)i^k}\space mod\space10^9+7$ 思路 本题$n$的范围很大$(n\le10^9)$,但$k$在可接受的范围内$(k\le5000)$,我们可以尝试从$k$入手。 构造$(1+x)^n= ...
分类:
其他好文 时间:
2018-05-14 19:51:01
阅读次数:
136
我的代码: include using namespace std; int main() { char a[3][3]; int i,j=0; for(i=0;i a[i][j]; } } int count1,count2; int len1,len2; len1=len2=0; char b[ ...
分类:
其他好文 时间:
2018-05-12 16:48:19
阅读次数:
219
#!/bin/bash date=`date +%Y%m%d-%H%M` count=0 count1=0 count2=0 ip1=124.117.246.195 ip2=124.117.246.194 port1=(443 80 6051 22101 11194) port2=(443 80) ... ...
分类:
其他好文 时间:
2018-05-10 14:19:17
阅读次数:
169
展示博客 Alpha版本展示 1.团队成员的简介和个人博客地址,团队的源码仓库地址。 |姓名 |简介|博客地址| | | : : | : : | | 廖余俊|团队队长,擅长统一协调team| | 方旭|团队队员,擅长想象创造 |https://www.cnblogs.com/fx8023/| |李绍 ...
分类:
其他好文 时间:
2018-05-09 22:49:08
阅读次数:
272
jQuery jQuery是什么 1.jQuery由美国人John Resig创建,至今已吸引了来自世界各地的众多 javascript高手加入其team。 2.jQuery是继prototype之后又一个优秀的Javascript框架。其宗旨是——WRITE LESS,DO MORE! 3.它是轻 ...
分类:
Web程序 时间:
2018-05-09 14:53:31
阅读次数:
167
Java 接口 接口(英文:Interface),在JAVA编程语言中是一个抽象类型,是抽象方法的集合,接口通常以interface来声明。一个类通过继承接口的方式,从而来继承接口的抽象方法。 接口并不是类,编写接口的方式和类很相似,但是它们属于不同的概念。类描述对象的属性和方法。接口则包含类要实现 ...
分类:
编程语言 时间:
2018-05-07 14:45:01
阅读次数:
209
网络配置,ifconfig,route,netstat,ip,ss,nmcli,Bonding,Team,网桥
分类:
系统相关 时间:
2018-05-06 23:58:55
阅读次数:
451
board game作业代写、代写board game程序、C程序代写Watch Your Back! is a fast-paced combat board game. You control a team of ruthless roguesengaged in a fight to the ...
分类:
其他好文 时间:
2018-05-05 16:49:57
阅读次数:
172
board game作业代写、代写board game程序、C程序代写Watch Your Back! is a fast-paced combat board game. You control a team of ruthless roguesengaged in a fight to the ...
分类:
其他好文 时间:
2018-05-04 22:22:35
阅读次数:
158