二柱子的软件 支持真分数的四则运算 可定义出题数量 #define _CRT_SECURE_NO_DEPRECATE#include<stdio.h>#include<Windows.h>#include<time.h>int main(){ int a, b, c, d, e, f, g, k; ...
分类:
其他好文 时间:
2018-10-07 23:24:49
阅读次数:
162
集成开发工具(IDE):Eclipse、MyEclipse、Spring Tool Suite(STS)、Intellij IDEA、NetBeans、JBuilder、JCreator JAVA服务器:tomcat、jboss、websphere、weblogic、resin、jetty、apus... ...
分类:
编程语言 时间:
2018-10-07 13:53:28
阅读次数:
209
Sub Main crt.Sleep 10000 Dim cnt For cnt = 0 To 1000000 crt.screen.Send "admin-status down" & Chr(10) crt.Sleep 600000 crt.screen.Send "admin-status u ...
分类:
其他好文 时间:
2018-10-06 14:37:48
阅读次数:
149
Sub Main Dim cnt Dim delay delay = 10000 For cnt = 0 To 80 crt.screen.Send "interface optical-receiver 0 " & chr(13) crt.Sleep delay crt.screen.Send " ...
分类:
其他好文 时间:
2018-10-06 14:30:00
阅读次数:
168
Sub Main Dim cnte Dim cnt Dim delay Dim time Dim onetime onetime = 9999999 delay = 5000 time = 700 For cnte = 0 To onetime crt.screen.Send "quit " & C ...
分类:
其他好文 时间:
2018-10-06 14:26:12
阅读次数:
123
Sub Main Dim cnt Dim delay Dim time Dim atttime atttime = 20 delay = 3000 time = 50 crt.screen.Send "root" & chr(13) crt.Sleep delay crt.screen.Send " ...
分类:
其他好文 时间:
2018-10-06 14:25:30
阅读次数:
197
Sub Main Dim cnt Dim delay Dim time Dim atttime atttime = 20 delay = 3000 time = 50 cnt_time=3 crt.screen.Send " " & chr(13) crt.screen.WaitForString" ...
分类:
其他好文 时间:
2018-10-06 14:23:49
阅读次数:
164
找到【项目属性】,点击【C++】里的【预处理器】,对【预处理器】进行编辑,在里面加入一段代码:_CRT_SECURE_NO_WARNINGS。 ...
分类:
编程语言 时间:
2018-10-05 01:00:52
阅读次数:
188
[TOC] Ascii Codes It is a very well known fact that computers can manage internally only 0s (zeros) and 1s (ones). This is true, and by means of seque ...
分类:
编程语言 时间:
2018-10-04 19:53:13
阅读次数:
189
传送门 解题思路 扩展 $crt?$,就是中国剩余定理在模数不互质的情况下,首先对于方程? $\begin{cases} x\equiv a_1\mod m_1\\x\equiv a_2\mod m_2\end{cases}$来说,可以将其写为: $\begin{cases} x=k_1*m_1+a ...
分类:
其他好文 时间:
2018-10-04 19:52:18
阅读次数:
190