首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看全站
http://www.lhrb.com.cn/qyxw/jkzx/5249543478.html
http://www.lhrb.com.cn/qyxw/jkzx/5249566616.html
http://www.lhrb.com.cn/qyxw/jkzx/5249592332.html
http://www.lhrb.com.cn/qyxw/jkzx/5249617067.html
http://www.cjn.cn/zx/jkxx/5252981124.html
http://www.cjn.cn/zx/jkxx/5252998313.html
http://www.cjn.cn/zx/jkxx/5253009763.html
http://www.cjn.cn/zx/jkxx/5253017415.html
http://www.cjn.cn/zx/jkxx/5253036322.html
http://zx.zynews.com/hyzx/yskt/5240758557.html
http://zx.zynews.com/hyzx/yskt/5240776215.html
http://zx.zynews.com/hyzx/yskt/5240785929.html
......................
阅读全部 | 传奇2014 贴于 2014年3月30日 12:57     hide bbsi
//小菜鸟第一次发帖,是课本习题来的,大神们海涵~


//**zws_shape.java**
public interface zws_shape
{
public abstract double getA();//面积
public abstract double getG();//周长
}//形状接口


//**三角形类.java**
......................
阅读全部 | 紫罗兰丹丹 贴于 2014年3月28日 17:03     hide bbsi
// w1.cpp : 定义控制台应用程序的入口点。
//
#include <stdio.h>
#include <string.h>
#include <malloc.h>

//字符串右对齐 前导0补齐
void stralignr(char* dest,int slen)
{
char buffer[256]={'\0'};
int len1=strlen(dest);
if(len1>=slen) return;
......................
阅读全部 | wp231957 贴于 2014年3月28日 08:19     hide bbsi
#include <stdio.h>
#define MAX 200
int a[MAX],b[MAX],cnt=0;
void writeDat();
void jsVal()
{
void jsVal()
{ int i,j;
int a1,a2,a3,a4;
int ab,cd;
int temp;
for(i=0;i<MAX;i++)
......................
阅读全部 | we777 贴于 2014年3月27日 17:52     hide bbsi
// w1.cpp : 定义控制台应用程序的入口点。
//

#include <stdio.h>
#include <string.h>
#include <malloc.h>
//补前导0
void strpre(char* dest,int sum)
{
char buffer[256]={'\0'};
strcpy(buffer,dest);
while(sum>0)
......................
阅读全部 | wp231957 贴于 2014年3月27日 16:43     hide bbsi
package Zuoe;

public class Timme {

private int hr; 
private int min; 
private int sec;
public void Time() 
{       
hr = 0;  
min = 0;
sec = 0;
......................
阅读全部 | 南墙 贴于 2014年3月27日 15:04     hide bbsi
// w1.cpp : 定义控制台应用程序的入口点。
//

#include <stdio.h>
#include <string.h>
//补前导0
void strpre(char* dest,int sum)
{
char buffer[256]={'\0'};
strcpy(buffer,dest);
while(sum>0)
{
......................
阅读全部 | wp231957 贴于 2014年3月26日 15:19     hide bbsi
#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see 
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
......................
阅读全部 | zhaoliudong 贴于 2014年3月24日 14:10     hide bbsi
appparewer rew
阅读全部 | zhaoliudong 贴于 2014年3月24日 14:09     hide bbsi
int   a, b, c;
           int   s,p;
            Console.WriteLine("请输入三角形的三条边");
            a = Convert.ToInt32(Console.ReadLine());
            b = Convert.ToInt32(Console.ReadLine());
            c = Convert.ToInt32(Console.ReadLine());
           s = Convert.ToInt32(Console.ReadLine());
          p = Convert.ToInt32(Console.ReadLine());
            s= (a + b + c) / 2;
            s = (p - a) * (p - b) * (p - c) * p;
           Console.WriteLine("Math.Sprt(s)={0}", Math.Sqrt(s));
          
......................
阅读全部 | a4709 贴于 2014年3月21日 23:18     hide bbsi
上一页 229 230 231 232 233 234 235 236 237 238 下一页