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

搜索资源列表

  1. OpenGL

    0下载:
  2. codeBlocks直接运行的OpenGL旋转三角形-Tringle which run in codeblocks
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:18177
    • 提供者:张鹏
  1. LinkList_test

    0下载:
  2. 数据结构单链表基本操作,用codeblocks测试通过。初始化,头插法尾插法,清空,判空,求长度,查找元素,删除元素,插入元素等。-Basic operations of single linked list data structure, with codeblocks test. Initialization, the first interpolation tail interpolation, empty, empty sentence, seeking length, find ele
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:39510
    • 提供者:happymystery
  1. StaticLinkList

    0下载:
  2. 静态链表基本操作,用codeblocks测试通过。静态链表即用游标来代替指针的数组型链表。含初始化,插入操作,删除操作。静态链表详细内容参见小甲鱼数据结构视频14-16节内容。-Static list of basic operations, using codeblocks test. Static list that is used instead of a cursor pointer array type list. Including initialization, insertion
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:27763
    • 提供者:happymystery
  1. CycleList

    0下载:
  2. c语言编写循环链表基础操作,用codeblocks调试可行,包含初始化,求长度,找节点,约瑟夫/升级版约瑟夫(带密码),拉丁方阵,魔术师发牌问题,详细见小甲鱼数据结构视频。-c language circular list-based operation, with codeblocks debugging feasible, including initialization, seeking length, looking for nodes, Joseph/upgraded version
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:37041
    • 提供者:happymystery
  1. Vigenere

    1下载:
  2. C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes.
  3. 所属分类:Data structs

    • 发布日期:2016-03-28
    • 文件大小:45056
    • 提供者:happymystery
  1. palabos-v1.0r1

    2下载:
  2. lbm palabos--格子波尔兹曼方法模拟开源软件,功能强大,也可在windows下用codeblocks 编译 在石油领域有重大应用-a open software of the lbm,and it is very useful in the field of petroleum
  3. 所属分类:Energy industry

    • 发布日期:2017-05-17
    • 文件大小:4593467
    • 提供者:weibei
  1. nonlinear-encoding

    0下载:
  2. C语言实现的一个小项目编程的例子,功能是实现非线性算法的编程,二分法、蒙特卡洛发等;不仅有助于学习算法编程,还可以学习C语言项目编程的方法,适用于初学者。编程环境是codeblocks.建议使用codeblocks打开程序。-An example of a small project of C programming language, the function is to achieve non-linear programming algorithm, dichotomy, Monte Ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:39231
    • 提供者:汪中华
  1. 2048

    1下载:
  2. c++简单实现小游戏2048. 写于codeblocks-simple version of 2048
  3. 所属分类:Other Riddle games

    • 发布日期:2016-06-30
    • 文件大小:2048
    • 提供者:dzq
  1. hash

    0下载:
  2. 哈希表的实现,C++源代码,codeblocks调试成功-Achieve the hash table, C++ source code, codeblocks successful commissioning
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:209212
    • 提供者:Yang
  1. bst

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

    • 发布日期:2017-04-28
    • 文件大小:213852
    • 提供者:Yang
  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 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com