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

搜索资源列表

  1. bst

    0下载:
  2. 二叉树实现,含遍历,codeblocks调试,C++代码-Binary Tree, including traversal, codeblocks debugging, C++ code
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:213852
    • 提供者:Yang
  1. Projetos

    0下载:
  2. This program is maked with codeblocks. It is huffman code.
  3. 所属分类:Development Research

    • 发布日期:2017-05-29
    • 文件大小:11676591
    • 提供者:jos
  1. CarpimTablosu

    0下载:
  2. Code contains basic math functions.Written in codeblocks as c code.
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:11151
    • 提供者:Mrt
  1. CPP-web-crawlayer

    0下载:
  2. 这是一个简单地C++网络爬虫,开发环境为codeblocks-This is a simple C++ Web crawlayer,using codeblocks as IDE
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:3339
    • 提供者:
  1. main

    0下载:
  2. 通过opencv和codeblocks实现的程序。对图像里的烟雾进行检测,并对每帧烟雾的浓密程度进行分级显示。-By opencv and codeblocks implemented program. The image is detected in the smoke, and the degree of thick smoke were graded each frame display.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2178
    • 提供者:zhengmingcan
  1. CalculationwirhRPN

    0下载:
  2. 使用逆波兰式进行四则运算的小例子,加深对数据结构栈的理解。首先将标准四则运算表达式转化为逆波兰式,再进行计算,用到了栈的实现。Codeblocks编辑环境下,使用GCC编译成功-Calculation with RPN(Reverse Polish Notation) on the platform Code:Blocks & GCC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2414
    • 提供者:wangkai
  1. test_FFT

    0下载:
  2. FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译-FFT变换与带通滤波 C语言 c99标准 可采用codeblocks 编译
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:60622
    • 提供者:刘晓晶
  1. LeetCodeAddDigits

    0下载:
  2. 输入整数,重复计算各个位的和,直到变成一位数-Given a non-negative integer num , repeatedly add all its digits until the result has only one digit. Using Codeblocks
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:215425
    • 提供者:liu
  1. opengl

    0下载:
  2. opengl库文件,可用于配置codeblocks或者VS-opengl library files
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:773448
    • 提供者:Epiphqny
  1. cmd

    0下载:
  2. 开发环境codeblocks 空格下棋,方向键控制下棋位置-it is good
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-30
    • 文件大小:101546
    • 提供者:刘闯
  1. codeblocksLesson

    0下载:
  2. 很实用的codeblocks教程,作者做了大量的编译和调试,书中所有的程序使用的都是MinGW(内嵌了gcc4.3.3)。-Codeblocks very useful tutorial, the author has done a lot of compiling and debugging, all the procedures used in the book are MinGW (embedded gcc4.3.3).
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1608143
    • 提供者:YK
  1. YangHui_Triangle

    0下载:
  2. 采用codeblocks编写的一个关于杨辉三角的小程序,利用数据结构方面的小知识- Codeblocks prepared using a small program on Pascal s Triangle, the use of small knowledge of data structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:205347
    • 提供者:heany
  1. Codeblocks

    0下载:
  2. 本代码实现了两种经典的排序算法,插入排序以及选择排序,效率高,适合初学者。-This code implements the two classical sorting algorithms, insertion sort and selection sort, high efficiency, suitable for beginners.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:Alice Yang
  1. duihaoruzuo

    0下载:
  2. 一个对号入座的游戏,用的是codeblocks,游戏类的,个人感觉还好,其他新手可以借鉴一下。里面解压之后可以直接运行,有图片也有音乐-A condemnation of the game, using a codeblocks, game classes, personal feeling better, the novice can learn about the other. Which can be run directly after decompression, there are
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-18
    • 文件大小:4628192
    • 提供者:艺龙
  1. SDL

    0下载:
  2. 全面详细sdl数据库,头文件。有1也有2的,本人亲测,可行。可应用于codeblocks,dev c++,vc++还有visual studio2013等-Full details sdl file header. There are also 2 1, I pro-test, is feasible. Can be applied codeblocks, dev c++, vc++, etc. as well as visual studio2013
  3. 所属分类:Compiler program

    • 发布日期:2017-06-10
    • 文件大小:17296762
    • 提供者:艺龙
  1. Polynomial-arithmetic-calculation

    0下载:
  2. 计算多项式的加减乘除求值求根 在codeblocks中c++11标准下编译通过-caculate the polynominal use codeblocks in c++ 11 standard
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3509
    • 提供者:cofludy
  1. codeblocks

    0下载:
  2. 网吧管理系统才用最新的科技,给人们的生活带来了快捷方便。真是好东西啊-sdfsd sd fsdg f
  3. 所属分类:Search Engine

    • 发布日期:2017-05-04
    • 文件大小:499444
    • 提供者:王清臣
  1. c-CODEBLOCKS

    0下载:
  2. C写的小型图书馆 【c源代码】图书馆管理系统-Small library written in C [c] library management system source code
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:4836
    • 提供者:cqinzhuo
  1. GenerateRandomNumbers

    0下载:
  2. 利用CODEBLOCKS实现的C++代码,生成随机数-Use CODEBLOCKS achieve C++ code generates a random number
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:246710
    • 提供者:tom
  1. 2.circle

    0下载:
  2. we draw a some circel with opengl in codeblocks .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:788
    • 提供者:moones
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com