按分类查找:

  • 利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。

    #include <stdlib.h> #include<stdio.h> #include <malloc.h> #define stack_init_size 100 #define stackincrement 10 typedef struct sqstack { int *base; int *top; int stacksize; } sqstack; int StackInit(sqstack *s) { s->base=(int *)malloc(stack_init_size *sizeof(int)); if(!s->base) return 0; s->top=s->ba ...

    /dl/513582.html

    标签: 整数 基本操作 十进制 转化 进制

    上传时间: 2016-12-08

    上传用户:爱你198

  • 数字推理八大解题方法

    数字推理题是公务员考试行政测试中一直以来的固定题型。所谓数字推理,就是给应试者一个数列,但其中至少缺少一项,要求应试者仔细观察数列的排列规律,然后从四个选项中选出你认为最为合理的一项来填补空白项。解答数字推理题时,应试者的反应不仅要快,而且要掌握恰当的方法和技巧,数字排列规律主要有六种:等差数列、等 ...

    /dl/513620.html

    标签: 数字

    上传时间: 2016-12-13

    上传用户:lylyly

  • 多项式计算代码

    void DFS(MGraph G, int i) { &nbsp; &nbsp; int j; &nbsp; &nbsp; visited[i] = TRUE; &nbsp; &nbsp; printf("%c ", &nbsp; &nbsp;G.vexs[i]); &nbsp; &nbsp; for (j=0; j<G.numVertexes; ++j) &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; if (G.arc[i][j]!=INFINITY &nbsp;&& &nbsp;!visited[j]) &nbsp; &nbsp; &nbsp; ...

    /dl/513812.html

    标签: 多项式 代码 计算

    上传时间: 2016-12-28

    上传用户:chenyameng

  • 运动会源代码

    #include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...

    /dl/513814.html

    标签: 源代码

    上传时间: 2016-12-28

    上传用户:150501

  • 学生成绩查询

    #include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...

    /dl/513823.html

    标签: 查询学会少年宫

    上传时间: 2016-12-29

    上传用户:767483511

  • 学生成绩管理啊

    #include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; &nbsp;int time=0,i=0,j=0,add[80],k=0,m; &nbsp;char *ch, &nbsp;str[900]; &nbsp;m=strlen(pd); &nbsp;if((fp=fopen("haha.txt","r"))==NULL) &nbsp;{ &nbsp; printf("Cannot open this file\n"); &nbsp; exit(0); &nbsp;} for( ...

    /dl/513824.html

    标签: 学生专用

    上传时间: 2016-12-29

    上传用户:767483511

  • c#简单计算器

    // 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...

    /dl/513825.html

    标签: 计算器 学生

    上传时间: 2016-12-29

    上传用户:767483511

  • 简单的计算器

    // 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...

    /dl/513826.html

    标签: 学生 计算器

    上传时间: 2016-12-29

    上传用户:767483511

  • TM1638驱动显示例程

    #define TM1638_STB &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PORTC_Bit1 #define TM1638_CLK &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PORTC_Bit2 #define TM1638_DIO_IN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DDRC_Bit3=0 ...

    /dl/513966.html

    标签: 驱动 TM1638

    上传时间: 2017-01-12

    上传用户:ds68

  • 企业进销存管理系统

    完整的 企业进销存管理系统, java 通用进销存系统。很完整的说明文档和源码以及源程序

    /dl/514003.html

    标签: 进销 管理系统

    上传时间: 2017-01-17

    上传用户:zs52611984