首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看C++
#include <iostream>
using namespace std;
int main()
{
cout<<“rf”;
}
阅读全部 | 天使梦魔 贴于 2015年1月22日 20:25     hide bbsi
#include<stdio.h>
int main()
{
    while(1)
{
    char s[2001];
    char c;
    int i=0;
    while((c=getchar())!='\n')
    {
        s[i]=c;
        i++;
......................
阅读全部 | Mo0oM 贴于 2015年1月4日 21:16     hide bbsi
用MFC编的程序单步调试时可以实现预计功能,但是正常运行就不能完成预计的功能了,什么原因啊   跪求大师指导!
  编程论坛到底怎么发帖子啊??
阅读全部 | 编程fens 贴于 2014年12月28日 20:39     hide bbsi
用MFC编的程序单步调试时可以实现想要的功能,但是正常运行时就不能完成预计的功能,什么原因,跪求解答
阅读全部 | 编程fens 贴于 2014年12月28日 20:24     hide bbsi
#include<iostream>
#include <stdio.h>
#include <tchar.h>
#include<fstream>
#include<windows.h>
#include<time.h>
#include<string>
#include<conio.h>
using namespace std;
const int Max_len = 20;//栈的长度
class shuzizhan//数字栈
{
......................
阅读全部 | gl523518321 贴于 2014年12月25日 15:20     hide bbsi
#include"engine.h"
#include<iostream>
#include<string>
using namespace std;
void main()
{
engine *ep=NULL;
if(ep==NULL)
{if(!(ep=engOpen("\0")))
   
{std::cout<<"Fail to start MATLAB engine!"<<std::endl;
      exit(1);
......................
阅读全部 | 靳国臣 贴于 2014年11月21日 19:03     hide bbsi
#include <iostream>
using namespace std;
void main()

cout<<"qqqqqq"<<endl;
阅读全部 | fkd520 贴于 2014年11月11日 21:33     hide bbsi
#include<cstdio>
#include<iostream>
#include<cstdlib>
#include<cstring>
#include<cmath>
using namespace std;
int n,m,l0=1,r0=0,l[200005],r[200005];
long long s,v[200005],w[200005],ans,ANS;
long f(long long W)
{
     long long sumj[200005],sumv[200005];
     for(int i=0;i<=n;i++)
......................
阅读全部 | 岚之川 贴于 2014年10月18日 19:58     hide bbsi
// 方腔自然对流.cpp : Defines the entry point for the console application.
//不可压热格子模型——基于Boussinesq假设的耦合双分布函数模型


#include "stdafx.h"
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <string>
......................
阅读全部 | 落落边 贴于 2014年9月29日 16:30     hide bbsi
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QtWidgets/QWidget>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QComboBox>
#include <QFileInfo>
#include <QFileDialog>
#include <QDebug>
#include <mthread.h>
......................
阅读全部 | jeackeeli 贴于 2014年7月10日 09:15     hide bbsi
上一页 24 25 26 27 28 29 30 31 32 33 下一页