CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - stdlib.c

搜索资源列表

  1. BP

    0下载:
  2. BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2753
    • 提供者:梅汉文
  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. stdlib

    0下载:
  2. C库基本函数的实现过程,都是标准C的函数,写的很好的-C library implementation process of the basic functions are standard C functions, written in good
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:187580
    • 提供者:liqing
  1. flight

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

    • 发布日期:2017-04-14
    • 文件大小:4335
    • 提供者:Joe
  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. C-qsort-bsearch-weekday

    0下载:
  2. 三个程序: 应用stdlib.h的快速排序、二分查找; 一个我自己写的计算星期几的程序。-quicksort binarysearch weekday
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2284
    • 提供者:song
  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. 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
    • 提供者:杨晨
搜珍网 www.dssz.com