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

搜索资源列表

  1. K-means--C

    0下载:
  2. 运用k_means 聚类算法 对图像进行分类识别 c语言代码-Using k means clustering algorithm for image classification to identify c language code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-05
    • 文件大小:9394
    • 提供者:ggx
  1. compile

    0下载:
  2. 类C语言编译器,前端使用Antlr工具自动生成,包括完整文法和后端翻译,使用Java编写-MC Compiler using Java
  3. 所属分类:Compiler program

    • 发布日期:2017-05-30
    • 文件大小:12626776
    • 提供者:Shannon
  1. bianyi

    0下载:
  2. 类C语言编译器 语法分析,语义分析,编译原理课设-Class C language compiler syntax analysis, semantic analysis, class-based compiler theory
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1110691
    • 提供者:yj
  1. CPPxx

    0下载:
  2. 计算机语言发展轨迹 对象与类 C语言程序的学习 教学-The development of computer language and the teaching of C language program
  3. 所属分类:assembly language

    • 发布日期:2017-12-12
    • 文件大小:3500618
    • 提供者:梁同学
  1. antlr测试例子

    1下载:
  2. antlr工具的测试例子,编译器工具的自动生成工具
  3. 所属分类:编译

  1. 程序

    0下载:
  2. 该程序是关于test2-c++类的运用,以及串口通信相关应用(The program is on the use of test2-c ++ class, as well as serial communication related applications)
  3. 所属分类:*行业应用

    • 发布日期:2017-12-25
    • 文件大小:30186496
    • 提供者:恒星雨
  1. plcmodbus

    1下载:
  2. PLC与PC通过MODBUS协议通讯的基于C#语言的通用类库,里面的函数已经涵盖了读写数据及IO的基本功能(PLC and PC through the MODBUS protocol communication based on the C# language class library, which has covered the function of reading and writing data and IO basic functions)
  3. 所属分类:串口编程

    • 发布日期:2017-09-26
    • 文件大小:30720
    • 提供者:VanillaZheung
  1. x264-128

    0下载:
  2. psnr的测试,根据研究任务配合研究项目,以C语言为基础的视音频算法类编程研究工作,测试代码。(PSNR testing, according to research tasks, with research projects, based on C language audio and video algorithm class programming research, testing code.)
  3. 所属分类:Windows编程

  1. SignedLonglongInt

    0下载:
  2. 用C++语言写出带符号的无限长整型数的类定义(Signed infinite integer numbers)
  3. 所属分类:

    • 发布日期:2017-12-30
    • 文件大小:484352
    • 提供者:cnmooc
  1. 3ferry

    0下载:
  2. 某汽车轮渡口,过江渡船每次能载 10 辆车过江。过江车辆分别为客车类和 货车类,上船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上 4 辆客车,才允许上一辆货车;若等待客车不足4辆则以货车代替;若无货车等待则允许客车都上船。(A car ferry ferry, river crossing boat, each time you can carry 10 vehicles across the river. The vehicles passing through the rive
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:杉s
  1. ParkingSystem

    1下载:
  2. 停车管理系统,有临时类和固定类。统计停车时间和金额(Parking management System)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:12288
    • 提供者:leoyuan0099
  1. Kmeans

    0下载:
  2. 采用C#语言完成了Kmeans 聚类算法的聚类过程。(The clustering process of Kmeans clustering algorithm is completed by C# language.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:23552
    • 提供者:sososober
  1. Nodes

    0下载:
  2. 类C语言,审查要求必须凑够字数,还是不够。(It is not enough for the C language to review the number of words.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:5120
    • 提供者:tianhaiyinian
  1. 最近邻分类代码

    0下载:
  2. 在linux 下C语言实现最近邻聚类算法,工程已经使用(near K neighbor cluster)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:拓子
  1. b15

    0下载:
  2. 关于词法分析的一份实验报告,设计并实现一个词法分析器,实现对指定位置的类C语言源程序文本文件的读取,并能够对该源程序中的所有单词进行分类,指出其所属类型,实现简单的词法分析操作。(lexical analyzer is designed and implemented to read the text files of the class C source program of the specified location, and classify all the words in the s
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-10
    • 文件大小:234496
    • 提供者:慌莫多多
  1. 易语言调用c++的dll类中方法函数

    0下载:
  2. 很简单的实现调用C++中类方法(A very simple implementation of the class method in C++)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:51200
    • 提供者:岁月天空
  1. Class_Stack

    0下载:
  2. stack的实现,c++语言,使用类,实现了stack的各种功能,但是不建议使用此替代标准的stack(The implementation of the stack, the c++ language, the use of the class, implements various functions of the stack, but it is not recommended to use this alternative to the standard stack)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3478528
    • 提供者:Cover attano
  1. OPENCV图像处理的函数说明

    0下载:
  2. OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效--由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。 OpenCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python, Java and MATLAB/OCTAVE (版本2.5)的接
  3. 所属分类:图形图象

    • 发布日期:2018-04-22
    • 文件大小:370688
    • 提供者:yuxuefenfei
  1. CsharpMatlabCompilerVer4

    0下载:
  2. c#语言的平台调用matlab二次开发封装类库(The c# platform invoke for development of MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:katydidchen
  1. sbl

    0下载:
  2. 求解第一类整数阶贝塞尔函数的值,可供相关设计人员参考(The value of the first type of integer order Bessel function is solved.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:zhaobo
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 49 »
搜珍网 www.dssz.com