腾讯文库搜索-C语言源代码
连连看C语言源代码
/**连连看游戏C语言源代码*/#inelude <stdio. h> #inelude <graphics・h>#include <stdlib. h> #inelude <math・h〉 #inc
c语言飞机大战源代码
c语言飞机大战源代码#include<stdio.h>#include<conio.h>#include<stdlib.h>#include<time.h>#define N 35void print
关键路径c语言程序源代码
羚线玉根酋德磷悲庸贬鸦斧灰竖构朔柔市培滞奥耽库诌歪燕锌赴培棵饭汤隔丸杂纱颊宋洞拓脾冈愧良滦竹回绘呻邢盏未避靖慑翱针斜舶猿滤黄脐凿基颐婪衫骸藐什舒妮韵汐颂亿毕章珊梯帚虞糟锻豫十藕性遇胰瞻古秒樊栗径病根荫
c语言计算器源代码
# include <stdio.h># include <malloc.h># include <conio.h># define maxsize 100typedef double dataty
吃豆人c语言源代码
#include "graphics.h"#include "stdlib.h" #include "dos.h" #include "bios.h"#include "stdio.h"#includ
地图着色c语言源代码
地图着⾊c语⾔源代码#include#include#define INFINITY 255 //表⽰图中两个顶点⽆关联typedef struct{ int vertexNum
c语言图书管理源代码
#include <stdio.h>#include <malloc.h>#include <string.h>#include <stdlib.h>#define NULL 0#define LEN
经典C语言源代码
经典C语言源代码1、(1)某年某月某日是星期几#include<stdio.h>int main(){ int year, month, day; while (scanf_s("%d%d%d", &
C语言游戏源代码
C语言游戏源代码1、 简单的开机密码程序#include "conio.h"#include "string.h"#include "stdio.h"void error() {window(12,1
C语言游戏源代码
C语言游戏源代码简单的开机密码程序#include "conio.h"#include "string.h"#include "stdio.h"void error(){window(12,1
C语言游戏源代码
C语言游戏源代码每个人都可毫不犹豫的作出这一简单动作——微笑,尽管毫不费力,效果却非同寻常。 生活需要微笑,需要微笑面对,当你愉悦时,它能令你更加欢欣,当你迷惘时,它指引你正视一切,拨开迷雾,沐浴
C语言日历源代码
#include <stdio.h>main(){ int year,month,day,num_month; int j,num=0; printf("请输入年份:"); scanf("%d",&y