码迷,mamicode.com
首页 >  
搜索关键字:second    ( 4896个结果
能自动生成四则运算的小程序
#include<stdio.h>#include<math.h>#include<stdlib.h>#include<time.h>int moshi;int count;void plus(int first,int second){int result;printf("%d + %d =",f ...
分类:其他好文   时间:2016-10-12 22:13:43    阅读次数:195
作业 P17 第一题
#include<stdio.h>#include<math.h>#include<stdlib.h>#include<time.h>int moshi;int count;void plus(int first,int second){int result; printf("%d + %d =", ...
分类:其他好文   时间:2016-10-12 22:03:58    阅读次数:126
自动生成小学四则运算题目
#include<stdio.h> #include<math.h> #include<stdlib.h> #include<time.h> int moshi; int count; void plus(int first,int second) { int result; printf("%d ...
分类:其他好文   时间:2016-10-12 21:46:31    阅读次数:133
第一天的学习
<!DOCTYPEhtml><html><head><metacharset="utf-8"><title>田字格</title><style>body{margin:0px;padding:0px;}.uni{width:200px;height:200px;float:left;}#first{background:red;}#second{background:blue;}#third{background:yel..
分类:其他好文   时间:2016-10-11 22:02:53    阅读次数:149
第一天的练习
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <title>九宫格</title> <style> body{ margin:0px; padding:0px; } .uni{ width:200px; height:200px; float:left; } #first{ background:red; } #second{ ..
分类:其他好文   时间:2016-10-11 22:01:49    阅读次数:185
求出整形数组中第二大的数的值
index为第二大的数在数组中的下标; 在写算法的过程中,验证发现如果去掉第21行~第28行, 当初始化max和second相等且为整个数组最大, 即a[0]和a[1]相等且为数组最大时, 求出的第二大的数值会出错。 由此发现,去掉上述几行后,max和second初始化为相等且数组最大时, 此算法的 ...
分类:编程语言   时间:2016-10-09 16:54:38    阅读次数:183
Python3 second
...
分类:编程语言   时间:2016-10-09 14:14:54    阅读次数:188
第二次作业
安装程序 1、首先从文件中安装。 2、选择路径。 3、下一步。 4、全选。 5、安装。 6、安装需要一定的时间。 7、启动。 8、登录。 9、选择模式。 10、成功启动。 将代码上传置Coding.net系统中网址 https://coding.net/u/CodingLe/p/The-second ...
分类:其他好文   时间:2016-10-08 23:26:52    阅读次数:160
Beam me out!
Beam me out! 题目描述 King Remark, ?rst of his name, is a benign ruler and every wrongdoer gets a second chance after repenting his crimes in the Great Ma ...
分类:其他好文   时间:2016-10-07 01:11:06    阅读次数:193
POJ Girls and Boys (最大独立点集)
Girls and Boys Time Limit: 5000MS Memory Limit: 10000K Total Submissions: 12192 Accepted: 5454 Description In the second year of the university somebo ...
分类:其他好文   时间:2016-10-06 22:34:42    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!