CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - stdlib.c

搜索资源列表

  1. tony

    0下载:
  2. #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("7
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31954
    • 提供者:林小世
  1. tony

    0下载:
  2. 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:31930
    • 提供者:林小世
  1. tony

    0下载:
  2. 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6845
    • 提供者:林小世
  1. tony

    0下载:
  2. 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) {
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:6938
    • 提供者:林小世
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:糊涂
  1. 2008513183626

    0下载:
  2. 二叉树算法集 文章整理: www.diybl.com 文章来源: 网络 去论坛 建我的blog #include<stdlib.h> #include<stdio.h> #define MAX 50 #define MAS 20 #define CHAR 1 #if CHAR typedef char TElemType TElemType Nil= #define form " c" #else t
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-29
    • 文件大小:59070
    • 提供者:fwef
  1. SDL-1.2.13-s60-2.3.4

    0下载:
  2. S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But S60 SDL does more than makes porting easy: S60 multimed
  3. 所属分类:Symbian

    • 发布日期:2017-03-23
    • 文件大小:798819
    • 提供者:modoko
  1. C_functions

    0下载:
  2. c所有函数速查日记,对于新手来说是一份很好的学习资料-#include <stdio.h> #include <stdlib.h> int main(void) { printf("Calling abort()\n") abort() return 0 /* This is never reached*/ }
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:91489
    • 提供者:李智军
  1. rls

    0下载:
  2. c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/ /* Desc: 俄罗斯方块游戏 */ /* Date: 2008.03.12 22:30 */ /********************************/ #include <stdio.h> #include <bios.h> #include
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4311
    • 提供者:孙艳
  1. largenumberoperation

    0下载:
  2. module dwin.lab.BigInt /+ version(Tango) { import tango.stdc.math import tango.stdc.stdlib import tango.stdc.string import tango.stdc.stdio } else { import std.c.math import std.c.stdlib import std.c.string i
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:5971
    • 提供者:123456
  1. otp.tar

    0下载:
  2. opt c++ algorithm 2006 November 12 Added includes of <stdio.h> and <stdlib.h> to random.c to avoid a GCC -Wall natter about exit() not being defined. Modified all of the function names in random.c and references to t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:46669
    • 提供者:mahdi pakzad
  1. searching

    0下载:
  2. /* binarysearch() - A binary search implementation which takes the same * arguments as the C library function bsearch() provided by stdlib.h. It * searches the sorted array at address base, which has nmemb elements, each of * which is size b
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3049
    • 提供者:Mohammad
  1. unimodem.dll-adapted-for-windows-ce-3.0-systems.r

    0下载:
  2. BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:21665
    • 提供者:Ahmad
  1. flight

    0下载:
  2. 1. 学习和掌握结构体和链表相关知识,掌握程序设计基本过程; 2. 简单的系统与功能分析,了解航班信息管理系统的需求,用C语言开发航班信息管理系统; 3. 建立数据结构链表,数据内容包括航班号、航线、起飞时间、到达时间、机型、所属公司、价格; 4. 编写实现程序功能的各个函数; 5. 建立一个测试数据表,包含十多条航班信息,进行数据测试; 6. 使用数据链表实现数据的:录入、查询、显示、删除、修改、排序、文件保存、系统退出等功能; 调试系统,处理少数系统出错,优化系统界面
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4335
    • 提供者:Joe
  1. NStepSCAN

    0下载:
  2. NStepSCAN N步磁盘扫描调度算法C++程序-#include "stdafx.h" #include "stdlib.h" int L,P int a[20] int flag //访问位 typedef struct TASK { int requrie int io } TASK TASK T[50][50] TASK N[50] int diskway //当前磁道 void iod
  3. 所属分类:Disk Tools

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:吴英杰
  1. juzhen

    0下载:
  2. 矩阵操作 c++实现 课程设计 #include <iostream.h> #include <stdlib.h> #include<iomanip.h> void fanzhuan1(int b[5][5]) void fanzhuan2(int b[5][5]) void juandong1(int b[5][5]) void juandong2(int b[5][5]) void print(int b[5]
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1579
    • 提供者:黄苏敏
  1. WinRAR-ZIP

    0下载:
  2. 在C++用递归实现链表逆序 使得倒序输出。-#include <stdio.h> #include <stdlib.h> #include <time.h> const int M=10 typedef int Type typedef struct Node{ Type data struct Node* next }Node void add_elem(Node**head,Type data){ Node
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3111
    • 提供者:ye zi
  1. CharsetConverter

    0下载:
  2. c++头文件用来加载c++动态库时候的头文件,stdlib.h的头文件-c++ code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1116
    • 提供者:刘浪
  1. ffplay

    0下载:
  2. 最新版本的ffplay,已经调试成功的代码。-/* * Various utilities for command line tools * Copyright (c) 2000-2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of t
  3. 所属分类:mpeg mp3

    • 发布日期:2017-11-06
    • 文件大小:90167
    • 提供者:金丰
  1. jieshiqi

    0下载:
  2. 用C语言编写实现解释器,希望对你们有所帮助。 #include<stdio.h> #include<stdlib.h> #include<string.h> main()-C language interpreter, you want to be helpful.# Include <stdio.h># Include <stdlib.h># Include <string.h> main ()
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:593
    • 提供者:杨晨
« 1 23 »
搜珍网 www.dssz.com