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

搜索资源列表

  1. 常用数值算法--C语言

    0下载:
  2. 常用数值算法,C语言实现,尤其针对求解多重微分方程组数值解、求多重积分有帮助(Commonly used numerical algorithm, C language implementation, especially for solving multiple differential equations of numerical solution. It is very helpful for you to seek multiple points.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:8192
    • 提供者:xzq2017
  1. exp10

    0下载:
  2. 三种排序算法的C语言实现 直接插入排序算法。 快速排序算法。 直接选择排序算法。(Implementation of three sorting algorithms in C language Direct insertion sort algorithm. Quick sort algorithm. Direct selection sorting algorithm.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:1767424
    • 提供者:黄花寒
  1. sjcl_PWX

    0下载:
  2. C语言实现任意正弦曲线的任意采点,并得到汇编语言中所需要的数据格式(C language to achieve arbitrary curve arbitrary picks, and get the assembly language required data format)
  3. 所属分类:软件工程

    • 发布日期:2017-12-13
    • 文件大小:194447
    • 提供者:12346778
  1. LDPC-2012-02-11

    0下载:
  2. C语言实现的LDPC(Low Density Parity Check Codes)通信仿真代码(Software for Low Density Parity Check Codes Version of 2012-02-11. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Pari
  3. 所属分类:通讯编程

    • 发布日期:2017-12-25
    • 文件大小:357376
    • 提供者:kai05911
  1. C语言实现的算法

    0下载:
  2. 有几个非常常用的算法比如判断是否是闰年,求三个数的最大数,判断是否是素数,输出矩阵,(There are several very common algorithms, such as whether it is a leap year, the maximum number of three numbers, to determine whether the prime number, the output matrix,)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-24
    • 文件大小:21504
    • 提供者:花之灵
  1. CPrimerPlus6E_code

    0下载:
  2. 采用C语言实现了贪吃蛇游戏,是C语言入门后进行应用的不错练手项目(Using C language to achieve a snake game)
  3. 所属分类:游戏

  1. 双链表实现房产销售工人信息管理系统

    0下载:
  2. 利用C语言(双链表)实现房产销售工人信息管理系统 【1】查找工人信息 【2】插入新工人信息 【3】删除工人信息 【4】工资合计 【5】统计 【6】按销售套数排序(The use of C language (double linked list) to achieve real estate sales
  3. 所属分类:数据结构

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:ls291730
  1. 纯C--推箱子

    0下载:
  2. 纯C语言实现的推箱子游戏代码,可做参考,只有源码(Pure C language to achieve the box game code, can do reference)
  3. 所属分类:游戏

  1. goldbach.c

    0下载:
  2. 用bitmap哥德巴赫猜想c语言实现 内含五个method(implement goldbach with bitmap)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:zhpizza
  1. mMD5

    0下载:
  2. 用C语言实现的MD5编码代码详细,步骤清晰(MD5 coding implemented in C language)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:靖萱萱
  1. 蚁群算法

    0下载:
  2. 本文件用C语言实现蚁群算法,供大家学习,参考与交流使用(Ant colony algorithm based on C language)
  3. 所属分类:数值算法/人工智能

  1. 模拟退火

    0下载:
  2. 本文件用C语言实现模拟退火算法,供大家学习与交流使用。(This document uses C language to achieve simulated annealing algorithm for everyone to learn and exchange use)
  3. 所属分类:其他

  1. neuron

    0下载:
  2. 本程序用C语言实现神经网络算法,供大家学习,交流使用。(This program uses C language to achieve neural network algorithm, for everyone to learn, exchange use.)
  3. 所属分类:数值算法/人工智能

  1. 4MFC版的电子词典实现.wmv百度网盘

    0下载:
  2. 用c语言做一个电子词典软件,并实现可视化操作,的一个视频教程(Useing c language to progress a system of dictionary)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:15689728
    • 提供者:wk112233
  1. newton

    0下载:
  2. 通过C语言实现牛顿插值法,便于给广大大学生实验提供帮助(C language implementation of Newton interpolation method)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:354304
    • 提供者:likamodric
  1. multiplication

    0下载:
  2. 用C语言实现两位小于1的二进制小数的原码一位乘法。 1. 首先设置两个真值的输入形式为字符串,这样便可以输入正负号和小数点。 2. 程序将两个字符串中的0和1提出存入整形数组 3. 分别提前编写好两个整形数组的相关函数。例如:数组输出函数、全加器函数、右移函数等等。 4. 按照流程图,定义B,C,A数组,长度均为N,N值在开头用define定义。长度N要尽可能设置大一些。 5. 按照流程图的结构,设置循环,判断等结构。最终计算出最后结果真值。(Using C language to a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1127424
    • 提供者:Frank峰
  1. Matlab_Butter

    0下载:
  2. 用C语言实现matlab的butter函数中低通和带通功能,高通和带阻没写,有兴趣的可以自己加入.(Using C language to achieve matlab butter function low-pass and band-pass function, high pass and band stop did not write)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:君祭
  1. test

    0下载:
  2. 使用c语言实现的Unix基础控制台,包含管道和逻辑指令处理(Fundamental Unix command console, using C language, including pipe and logical command)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:329728
    • 提供者:BroKen2300
  1. 蚁群算法 C语言程序(已运行)

    0下载:
  2. 智能优化算法-蚁群算法被广泛的应用到组合优化领域,C语言实现(Implementation of ant colony algorithm in C language)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:清凉伊夏
  1. 排队

    0下载:
  2. c语言实现银行排队功能以及窗口分配的功能。输入一个符号来领取号码,再进行窗口分配(C language to achieve Bank Queuing function and window allocation function. Enter a symbol to receive the number, and then window allocation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:艾瑟顿
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com