搜索资源列表

  1. RSA-sourcode

    0下载:
  2. RSA算法的C语言源代码-RSA algorithm in C language source code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:36864
    • 提供者:曾式
  1. C源代码

    1下载:
  2. C源代码 帮助新手熟悉用C语言开发小型系统-C source code to help newcomers familiar with the C language development of small systems
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:70656
    • 提供者:王平
  1. Compiler Design In C

    0下载:
  2. 英文电子书,关于用C语言来构造编译器的,本站有它的配套源代码.-English e-books, on the use of C language compiler construction, the site has its source code matching.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-15
    • 文件大小:176128
    • 提供者:吕进华
  1. fvs-0.1.1

    0下载:
  2. 一套指纹识别的c语言源代码-a fingerprint identification c language source code
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:454656
    • 提供者:李群辉
  1. fft的C语言源代码

    0下载:
  2. FFT 算法 FFT 算法-FFT algorithm FFT algorithm
  3. 所属分类:WEB源码

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:sean
  1. jpeg_sourcecode

    0下载:
  2. JPEG的C语言源代码,请大家好好珍惜-JPEG C language source code, please treasure
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:李金霞
  1. 词法分析Lex

    0下载:
  2. 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:192512
    • 提供者:张永胜
  1. 1520液晶驱动的源代码

    0下载:
  2. 1520液晶的驱动源代码,c语言编写,可以很方便的嵌入到单片机或dsp以及arm中-1520 LCD driver source code, c language, it is convenient to the embedded microcontroller or dsp and arm were
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:张健
  1. datastructor

    0下载:
  2. 这是我的一些数据结构(C语言)源代码 比如LinkList,String,Array,Tr-This is some of my data structure (C Language) source code for LinkList, String, Array, Tree, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:是非
  1. DS1302时钟芯片驱动程序

    0下载:
  2. DS1302时钟芯片驱动程序,C语言源代码。--Driver for DS1302 clock chip. It is written in C.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:落花
  1. 隐马尔可夫模型(源代码和原理介绍)

    0下载:
  2. 隐马尔可夫模型,C语言编写,重要的是里面附带有隐马尔可夫模型原理介绍的ppt,可以对应学习-HMM, C language, it is important that they are incidental tenets of Hidden Markov Models introduced ppt, can learn from counterparts
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:王飞
  1. C语言的HMM算法库

    0下载:
  2. 一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码-one of HMM (HMM) with the C library. Yes Visual C digital image pattern recognition technology and engineering practice supporting source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:张积存
  1. c语言教程(www.vcok.com版)

    2下载:
  2. 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:304128
    • 提供者:刘宋
  1. 控制扬声器音调的 C 语言源码

    0下载:
  2. 这是一个可以用于控制扬声器音调的c语言源代码,c语言实现,故值得一看.-This is a speaker can be used to control the pitch c language source code, c language, it is worth looking at.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:20480
    • 提供者:fxd
  1. c_prog2

    0下载:
  2. c语言源代码集锦:内含c语言程序中的一些算法,有许多函数的编程实现功能,值得一看。-c language source code Collection : c language program includes some of the algorithm, there are many functions in functional programming overseas.
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:68608
    • 提供者:王成福
  1. pppsrc

    0下载:
  2. PPP协议C语言源代码,可移植到嵌入式系统上!-It is the C source file of ppp protocol that can be transplanted to embeded systems.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-15
    • 文件大小:47104
    • 提供者:qgh
  1. C数据结构课程设计

    1下载:
  2. 数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, h
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-15
    • 文件大小:319488
    • 提供者:谷穗
  1. JPEG源代码

    0下载:
  2. C语言实现JPEG压缩与解压缩,对学习图像处理有一定的参考意义。代码比较老,但是能说明问题。-C Language JPEG compression and decompression, to learn to deal with images as a reference significance. Comparing the old code, but illustrative.
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-15
    • 文件大小:961536
    • 提供者:李峰
  1. C算法源代码

    0下载:
  2. C语言常用算法源代码,很经典,很常用的。-C bible algrithms.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:306176
    • 提供者:闻丰
  1. 五子棋游戏C源代码

    0下载:
  2. 利用C语言开发的五子棋游戏! 很好玩!很经典!希望大家喜欢! 谢谢! -use of the C language development 331 games! Very fun! Classic! Hope you like! Thank you!
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-15
    • 文件大小:171008
    • 提供者:卜仕君
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org