搜索资源列表

  1. VideoCapTest2

    0下载:
  2. 这是一段局域网内视频传输源代码,使用C#语言编写,在VS2005环境下测试通过
  3. 所属分类:IP电话/视频会议

    • 发布日期:2024-05-14
    • 文件大小:2775040
    • 提供者:阿草
  1. SomeCCode

    0下载:
  2. 一些常用的C语言源代码,可以通过对这些源代码的研究,可以使你的编程水平得到很大的提高,希望对大家有用-Some commonly used C-language source code, source code of these studies, the program allows you to greatly improve the level of hope to the U.S. useful
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:266240
    • 提供者:zhouleping
  1. Rtx430

    0下载:
  2. 用MSP430系列单片机开发的实时多任务操作系统C语言源代码 -MSP430 MCU with the development of real-time multi-tasking operating system, C language source code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:王炬
  1. TIME

    0下载:
  2. 用于单片机实验系统的60S定时器的完整的C语言源代码-Experimental system used for single-chip timer 60S complete C language source code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:13312
    • 提供者:douzi
  1. myprojects

    0下载:
  2. 是用于开关磁阻电机的位置伺服控制的C语言源代码,基于CCS的开发环境.希望可以对你有所帮助.-For switched reluctance motor position servo control of the C language source code, based on CCS development environment. Hope you can help.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-14
    • 文件大小:583680
    • 提供者:唐凯
  1. test

    0下载:
  2. 是用于开关磁阻电机的位置伺服控制的C语言源代码,基于CCS的开发环境.这个程序主要是用来测试你的硬件连接问题的,希望可以对你有所帮助-For switched reluctance motor position servo control of the C language source code, based on CCS development environment. This procedure is primarily use
  3. 所属分类:DSP编程

    • 发布日期:2024-05-14
    • 文件大小:22528
    • 提供者:唐凯
  1. sha1sourcecode

    0下载:
  2. 本代码是SHA1用C语言实现的源代码,SHA1与MD5是目前最为常用的HASH算法,可用于认证及签名等-This code is SHA1 with C language source code, SHA1 and MD5 is currently the most commonly used HASH algorithm, can be used for authentication and signatures
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:53248
    • 提供者:cl
  1. rc5src

    0下载:
  2. 该代码是用C语言实现的RC5源代码,RC5是对称密码中的流密码的一种,也是目前较常用的加密算法之一-err
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:cl
  1. aessourcecode

    0下载:
  2. 本代码是C语言实现的AES算法的源代码。AES是继DES之后目前最为流行的对称加密算法。-This code is the C language source code for AES algorithm. AES is the second after DES is currently the most popular symmetric encryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:53248
    • 提供者:cl
  1. C-100

    0下载:
  2. C语言实例100题.提供1.程序分析, 2.程序源代码等 是初学C的好帮手 -C language example of 100 questions. 1. Program analysis, 2. Procedures, such as source code is a good helper beginner C
  3. 所属分类:文件格式

    • 发布日期:2024-05-14
    • 文件大小:38912
    • 提供者:talon
  1. PDIUSBD12

    0下载:
  2. 一个很稳定的C语言写的USB controller 源代码,注释很详细-A very stable C language to write the USB controller source code, comments, detail
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-14
    • 文件大小:72704
    • 提供者:
  1. harddisk-MP3-player

    0下载:
  2. 硬盘MP3播放器C语言源代码+电路图,个人感觉还是不错的.值得参考-Hard Disk MP3 Player C-language source code+ Circuit, personal feeling is good. It is also useful
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:303104
    • 提供者:
  1. tu

    0下载:
  2. 数据结构中图的实现源代码,用C语言实现,有测试代码。-Graph data structure to achieve the source code, using C language, there is test code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:黄勇
  1. g729b

    0下载:
  2. G929B标准语音压缩编解码C语言源代码!-G929B voice compression codec standard C language source code!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:149504
    • 提供者:万可妮
  1. rannum

    0下载:
  2. 一个由C语言写成的可以产生随机数的源代码程序供参考。-A C language can generate random numbers of the source code of the procedure for reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:xyin
  1. solveequation

    0下载:
  2. 由c语言编写的解非线性方程,线性方程组代码,包括LSQR,SIRT,SVD等算法源代码-By c language solution of nonlinear equations, linear equations code, including LSQR, SIRT, SVD algorithm source code, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:胡治权
  1. EXL2-shell

    0下载:
  2. ucos环境下 8个c语言源代码程序举例-uCOS environment 8 c language source code for the procedure, for example
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:wang
  1. emhttp

    0下载:
  2. C语言实现的一个简易的HTTP服务器源代码,可做嵌入式开发参考。-C language to achieve a simple HTTP server source code, reference can be embedded development.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-14
    • 文件大小:153600
    • 提供者:simon
  1. c

    0下载:
  2. c语言的源代码及例题,里面有很多经常用的代码程序,-c language source code and sample questions, there are a lot of frequently used code procedures,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:65536
    • 提供者:yue1115
  1. 2119ARM_READ_SD

    0下载:
  2. LPC2119读写SD卡源代码。用C语言编写,非常适用-LPC2119 source code to read and write SD card. Using C language, are ideally suited for
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:mike
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org