首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看全站
#include <stdio.h>
#include <stdlib.h>
void fun(char *p);

int main()
{
    char a[10];
    printf("请输入一个包含字母和空格的字符串:");
    gets(a);
    char *p;
     p=a;
    fun(a);
......................
阅读全部 | 皇家大盈 贴于 2014年1月11日 15:15     hide bbsi
void inputmatrix(int a[][4])  //输入函数
 {
     int i,j;
     printf("空格隔开输入数值:");
     for(i=0;i<3;i++)
         for(j=0;j<4;j++)
             scanf("%d",&a[i][j]);
 }
 
void outputmatrix(int *p,int a[][4])//输出函数
 {
     int i,j;
......................
阅读全部 | 皇家大盈 贴于 2014年1月11日 15:14     hide bbsi
public class Person {
private String name;
private String sex;
private int age;
private static Person pp=null;

private Person(){

}

private Person(String name, String sex, int age) {
super();
......................
阅读全部 | 无语1 贴于 2014年1月10日 14:36     hide bbsi
/*2.使用嵌套循环产生下列图案:
$
$$
$$$
$$$$
$$$$$      */
#include<stdio.h>
int main(void)
{
int i,j;
for(i=0;i<5;i++)
{
......................
阅读全部 | 凯撒你大爷 贴于 2014年1月10日 11:04     hide bbsi
/*2.使用嵌套循环产生下列图案:
$
$$
$$$
$$$$
$$$$$      */
#include<stdio.h>
int main(void)
{
int i,j;
for(i=0;i<5;i++)
{
......................
阅读全部 | 凯撒你大爷 贴于 2014年1月10日 11:03     hide bbsi
#include<errno.h>
#include<stdlib.h>
#include<stdio.h>
#include<unistd.h>

//semaphore header file
#include<sys/types.h>
#include<sys/ipc.h>
#include<sys/sem.h>

#define SEMPERM 0600
#define TRUE 1
......................
阅读全部 | reader2 贴于 2014年1月7日 19:58     hide bbsi
#include"SeqList.h"
#include"SeqQueue.h"
const int MaxVertices=10;
const int MaxWeight=10000;
class AdjMWGraph
{
private:
SeqList Vertices;//顶点信息的线性表
int Edge[MaxVertices][MaxVertices];
int numOfEdges;
public:
AdjMWGraph(const int sz=MaxVertices); 
......................
阅读全部 | DTaiLi 贴于 2014年1月7日 17:16     hide bbsi
这是HTML5的代码:

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>投融宝6号站</title>
<link href="css/trbcn_6_SG.css" rel="stylesheet" type="text/css">
<link href="css/trbcn_5_SG.css" rel="stylesheet" type="text/css">
<script src="jQuery/jquery-1.9.1.min.js"></script>
<script src="jQuery/jquery.zlight.menu.1.0.min.js"></script>
<script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
......................
阅读全部 | hgxunlsh00 贴于 2014年1月5日 16:09     hide bbsi
寻找Hacker拿站大神,联系QQ:2731078535,获取数据库资料即可。 
入侵目标:教育考试网站,学信网,财政厅,人事网,各种高难度站,每单至少1万以上,一年保证100万活,希望能寻求长期合作大牛,骗子请绕道,(有技术实力单线联系)此贴长期有效 如果不愿意腾讯号联系 可发送邮件告知我你的联系方式  邮箱qjwqvc24@163.com  有实力价格可谈 绝不亏待,有人介绍也可联系.
阅读全部 | 打捞虎 贴于 2014年1月4日 15:07     hide bbsi
using System;  
Public class Exe1  { 
Public static void Main () 

    Int x,y,z;     
    bool s;     
    x=y=z=0; 
    S=x++!=0 || ++y!=0 && ++y!=0  ; 
     Console.WriteLine(“x={0},y={1},z={2},s={3}”, x,y,z,s);     
     Console.Read(); 

}
阅读全部 | 思君黯然 贴于 2014年1月2日 12:22     hide bbsi
上一页 231 232 233 234 235 236 237 238 239 240 下一页