#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
#include <iostream>
using namespace std;
#include <stdlib.h>
#include <string.h>
#include "stdio.h"
typedef struct
{
float coef;//结点类型
int expn;
}polynomial;
......................
阅读全部
|
野人部落
贴于 2013年12月31日 18:08
hide
bbsi
4.编写一段程序,依次在屏幕上显示命令行中列出的全部文件。使用argc控制循环。
#include<stdio.h>
#include<stdlib.h>
int main(int argc,char *argv[])
{
int i,n=argc;
char str[100];
FILE *fp;
for(i=1; i<4; i++)
{
printf("\nFILE %d -- %s:\n",i,argv[i]);
......................
阅读全部
|
c718382171
贴于 2013年12月30日 23:05
hide
bbsi
#include <stdio.h>
#include<string.h>
int main ()
{
int yinzi(int n,int m);
char a[100][100],b[100];
int i,j,m,n,length;
int r=0;
int q=1;
for(i=0;(a[i][j]=getchar())!='\n';i++)
{
while(a[i][j]!='\n')
......................
阅读全部
|
依旧存在丶
贴于 2013年12月28日 11:18
hide
bbsi
#include <iostream>
#include<math.h>
using namespace std;
int main()
{
cout<<"===============================\n";
cout<<" 学号:12335656555 \n 姓名:空间看韩剧 \n 班级:1233 \n 版本:v201312254 \n ";
cout<<"===============================\n";
cout<<" 题目:数组排序及字符串处理 \n";
cout<<" 请选择: \n 1: 四数排序问题\n 2:最大利息问题 \n";
cout<<"===============================\n";
int m;
......................
阅读全部
|
jiangchengzi
贴于 2013年12月23日 19:35
hide
bbsi
#include <stdio.h>
#define N 10
int a;
struct worker
{
char name[20],pos[30],gender[5],tel[20];
int age,mon,mun;
}s[N];
void input()
{
int n;
printf("请输入您要输入职工的人数\n");
......................
阅读全部
|
bibu
贴于 2013年12月21日 23:16
hide
bbsi