搜索资源列表

  1. pku2503.c.tar

    0下载:
  2. pku2503,没有用map,纯C语言手动实现,AC,自家用,for test only-From home users
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:tx
  1. c

    0下载:
  2. 纯C语言写的数据库,可以定制表的结构,组合逻辑查询-Database written in pure C, you can customize the table structure, combinational logic query
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1264640
    • 提供者:alex
  1. hash-c

    0下载:
  2. 各种语言的Hash算法都很多,这是用纯C语言定情的Hash算法,不包含任何其他相关的库。 * create_hashtable * hashtable_insert * hashtable_search * hashtable_remove * hashtable_count * hashtable_destroy -Source code for a hash table data struct
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:龙在渊
  1. lda-c-dist

    0下载:
  2. latent dirichlet allocation论文作者的算法代码,采用纯C实现,在LINUX下运行成功。-latent dirichlet allocation algorithm of the code authors, using pure C implementation, running under the LINUX success.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:liling
  1. C-24point

    0下载:
  2. 24点算法,可以列举所有结果,使用了纯C语言-24-point algorithm to enumerate all the results, the use of a pure C language
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:236544
    • 提供者:戚兴宇
  1. assn-3-vector-hashset

    0下载:
  2. 自已用C写的一个vector容器,纯C代码,较C++的vector来说,具有效率高,占用空间小的特点。经测试可用。-I realize a Vector which imitate the functionality of C++ vector. It uses less space than the C++ vector. This code has been test correctly
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:胡逸
  1. TanChiShe

    0下载:
  2. 利用SDL和C完成的贪吃蛇,虽然现在有很多这种游戏的源码。但是用纯C完成可能就很少了。-Done using SDL and C Snake, although there are a lot of source code of this game. But may be done with pure C is very small.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-20
    • 文件大小:331776
    • 提供者:whj
  1. matrix.c

    0下载:
  2. 采用pthread多线程编程实现的矩阵乘法运算,采用纯c编写-matrix multiplication in multi-thread
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhang
  1. mybank.c

    1下载:
  2. 纯c实现的银行家算法,采用pthread多线程编程,模拟资源的安全有效分配-the banker‘s algorithm based on pthread and safety algorithm
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhang
  1. pure-c-code-of-the-data-structure

    0下载:
  2. 数据结构(严蔚敏)配套纯c代码,数据结构(严蔚敏)配套纯c代码.-pure c code of the data structure (Yan Wei Min)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:211968
    • 提供者:王兄
  1. BmpLoader.c

    0下载:
  2. 不是用API,纯C编写的bmp读取程序。-Load a bmp file without apis.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:oml
  1. C-languge-of-game

    0下载:
  2. 纯C语言写的推箱子游戏哦,简单易懂1适用于广大学者.-Pure C language to write Sokoban game
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:徐晓布
  1. C-program-of-BSS-and-examples-1

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform,
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:刘鸿达
  1. C-program-of-BSS-and-examples-2

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform,
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:刘鸿达
  1. c.els.tcs.110625

    0下载:
  2. 大一的时候纯C语言做的俄罗斯和贪吃蛇~~ 现在用VC做 看起来果然不舒服!-大一的时候纯C语言做的俄罗斯和贪吃蛇~~ 现在用VC做 看起来果然不舒服!
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:534528
    • 提供者:LIN XIAOLIN
  1. StuScore.c

    0下载:
  2. 纯C写的学生成绩管理系统,可以管理40个学生的成绩-Written in pure C student achievement management system that can manage 40 student achievement
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:HViGe
  1. C-Language-QianRu-huibian.tar

    0下载:
  2. C语言嵌入汇编小程序,与纯C语言运行程序效率比较-C language compilation of small programs embedded in comparison with pure C language runtime efficiency program
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Wxong
  1. C-library-management-system

    0下载:
  2. C语言图书管理系统,注释明了,简单易懂,纯C语言,Visual C++环境编译。-C language library management system, comments clear, easy to understand, pure C language, Visual C++ compiler environment.
  3. 所属分类:易语言编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:Wallcot
  1. embaded-System-C-Program

    0下载:
  2. 非常重要的嵌入式纯C源代码,包含大型的测试用程序。-It is very important for C language Program ,It contain about four or five text Program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:159744
    • 提供者:eyv
  1. C-tuixiangziyouxi

    0下载:
  2. 纯C语言推箱子游戏,简单通俗易懂,掌握C语言基础知识。-Pure C language Sokoban game.Simple and easy to understand and master the basics of the C language.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:Ambitious
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org