腾讯文库搜索-C语言圣诞树源代码

腾讯文库

C语言最简洁的贪吃蛇源代码

C语言最简洁的贪吃蛇源代码.txt每天早上起床都要看一遍“福布斯”富翁排行榜,如果上面没有我的名字,我就去上班。谈钱不伤感情,谈感情最他妈伤钱。我诅咒你一辈子买方便面没有调料包。#include<gr

c语言编写坦克大战源代码

c语言编写坦克大战源代码--第1页#include "tank.h"#include "ConOperator.h"#include <time.h>#include <windows.h>#incl

C语言入门经典案例及源代码

循环控制输出图案【程序1】 题目:输出9*9口诀。 1.程序分析:分行与列考虑,共9行9列,i控制行,j控制列。 2.程序源代码: #include "stdio.h" main() {  int i

经典C语言源代码

经典C语言源代码1、(1)某年某月某日是星期几#include<stdio.h>int main(){ int year, month, day; while (scanf_s("%d%d%d", &

C语言串口通信源代码

#include <stdio.h> #include <dos.h> #include <conio.h> #include <string.h>#define COM232  0x2f8 #def

c语言飞机大战源代码

#include<stdio.h>#include<conio.h>#include<stdlib.h>#include<time.h>#defineN35voidprint(int[][N]);//

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

C语言期末题库(八套试卷)及答案

C语言期末题库(-)(总分100分,考试时长90分钟)一、单项选择题(每小题2分,共40分)1、在下面的运算符也不是算术运算符的是 oA、++B、==C、%D、+2、下列选项不是c关键字的是 oA^

C语言图书管理系统源代码

#include<stdio.h>#include<stdlib.h>#include<string.h>struct tushu{ /*图书结构体*/ char num[10