首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看C语言
这是主函数文件 CONTACT.C

#include "common.h"

int main ()
{
char choice
阅读全部 | edward_eric 贴于 2011年12月27日 00:36     hide bbsi
这是主函数文件 main.c
#include <stdio.h>
#include "creaters.h"

int main ()
{
int choice;

printf( "Witch Coder do you want:\n"
"1.Header_Coder\n"
"2.Menu_Coder\n" );

......................
阅读全部 | edward_eric 贴于 2011年12月27日 00:34     hide bbsi
//-----------------------------------------------------------------------------------------------------------------------------------------//
//-----------------------------------------------------------------------------------------------------------------------------------------//
#include <stdio.h>
#include <time.h>
#include <windows.h>
#include <fstream.h>
#include <string.h>
#include <conio.h>
#pragma comment(lib,"winmm.lib")
#define NULL 0
#define LEN sizeof(struct books)/*定义结构体books的长度为LEN*/
#define FILENAME "workers.db"/*定义数据库文件名为books.db*/
......................
阅读全部 | 逝、忄 贴于 2011年12月24日 23:08     hide bbsi
求注释  
/*
   GRAPHICS DEMO FOR TURBO C 2.0

   Copyright (c) 1987,88 Borland International. All rights reserved.

   From the command line, use:

        tcc bgidemo graphics.lib

*/

......................
阅读全部 | qqwer2010 贴于 2011年12月23日 22:05     hide bbsi
#include<iostream>
#include<iomanip>
#include<string>
#include<fstream>
#include<windows.h>
#include<math.h>
#include<sys\stat.h>
using namespace std;
string strFilePathName3;
const int FilePathLen = 1024;
const int ClassNameLen = 32;
//-------------------------------------
......................
阅读全部 | qqwer2010 贴于 2011年12月23日 21:42     hide bbsi
#include<stdio.h>  
#include <stdlib.h>
struct Link
{
      int data;
      struct Link *next;
      
};
bool InsertNode(struct Link *ptr,int Loact);
struct Link *CreatLink(struct Link *ptr);
bool DleteNode(struct Link *pt,int i);
void Print(struct Link *p);
......................
阅读全部 | 练家志 贴于 2011年12月21日 21:26     hide bbsi
#include <windows.h>
#include <stdlib.h>
#include <time.h>
#define D 1 //雪花下降速度 
COLORREF snowcolor=0x2711EE; //雪花颜色 
COLORREF snowcolor1=0x0000FF; //积雪颜色 
int FENG;  //风向风速值 
int MINX; //屏幕X坐标最大值 
int MINY; //屏幕Y坐标最大值 
//////////////////////////////////////////////////////////////////////////////// 
//获取屏幕分辨率 
int getXY(int *MINX,int *MINY)
......................
阅读全部 | znnwe 贴于 2011年12月20日 02:48     hide bbsi
main()
select * from where
阅读全部 | cavv 贴于 2011年12月20日 01:38     hide bbsi
#include<stdio.h>
#include<conio.h>
#include<malloc.h>
#define MAX 100
#define ENDFLAG -1   /* ENDFLAG为输入数据的结束标志*/
char yes_no='\n',k='\0';
typedef  int KeyType;
typedef  struct{
KeyType  key;   /*关键码*/
           /*其他数据项*/
 }RecNode;

......................
阅读全部 | 孤独的小兵 贴于 2011年12月18日 21:42     hide bbsi
求解法:     *
                                 ***
                                *****
                               *******
#include<stdio.h>

int main()

{
    int i,j;
    for(i=1;i<=4;i++)
    {
......................
阅读全部 | 直线蜗牛 贴于 2011年12月13日 23:36     hide bbsi
上一页 162 163 164 165 166 167 168 169 170 171 下一页