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

搜索资源列表

  1. C语言教程 _htm

    0下载:
  2. c语言教程_htm文件 非常好的教程 大家想学c就下载吧!-an introduction to C (HTM files),which is a good way to teach you C programming.If you want to learn C , then please download it
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:542718
    • 提供者:王帅尊
  1. C语言嵌入式系统编程修炼

    2下载:
  2. 不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,由于汇编语言开发的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比,C语言--一种\"高级的低级\"语言,则成为嵌入式系统开发的最佳选择。-Unlike most forms of software programming, embedded systems programming based on the specific hardware pl
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:324745
    • 提供者:康康
  1. 趣味程序导学C语言

    1下载:
  2. 趣味程序导学C语言.详细介绍了迷宫探索和搬运工游戏,配有ppt,说明生动,解释明晰-interesting procedures C Language Learning Guide. Details of the exploration and porters maze games, equipped with ppt illustrate vivid, lucid explanation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1966336
    • 提供者:张勇
  1. c语言常用算法(c语言)

    0下载:
  2. 一些c语言常用的算发,最近有程序设计比赛,也是比算法的,可以作为参考学习!-some of the language used fat count, the recent design competition procedures, as well as the algorithm can be used as reference learning!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:212366
    • 提供者:边缘人
  1. C语言常用算法源代码(荐)

    0下载:
  2. 包括大量C语言常用算法源代码,我认为还不错的,好东西大家共分享,希望能给大家帮助。-including a large number of commonly used algorithm C language source code, I think it is good, the good things we were sharing the hope that we can help.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:328397
    • 提供者:乐心泉
  1. 单片机C语言音乐程序的制作方法

    0下载:
  2. 单片机C语言音乐程序的源程序(KeilC代码)- Monolithic integrated circuit C language music procedure source program (KeilC code)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:19316
    • 提供者:刘超
  1. 单片机C语言的精确延时程序设计

    0下载:
  2. 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2411
    • 提供者:吕吕
  1. AT89C51与字符型液晶模块16x2联接的C语言程序

    0下载:
  2. AT89C51与字符型液晶模块16x2联接的C语言程序-AT89C51 and character liquid crystal module 16x2 joint C language procedure
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:16794
    • 提供者:王辰
  1. clique算法源代码(c语言)

    0下载:
  2. 数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4294
    • 提供者:万喜
  1. 教务管理系统C语言源代码

    1下载:
  2. 说明:C语言课程设计源代码,帮助大家完成课程设计,仅供参考~- Explained: The C language curriculum designs the source code, helps everybody to complete the curriculum to design, only supplies to refer ~
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:17482
    • 提供者:李和
  1. C语言常用算法原代码

    0下载:
  2. C语言常用算法原代码.rar,适合初学者!真的很好!-algorithm commonly used C language source code. Rar, suitable for beginners! Really good!
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:322122
    • 提供者:无言文
  1. 如何用c语言给一个文件加密

    0下载:
  2. 如何用c语言给一个文件加密??? 应该可以做到吧?有人吗? 下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1255
    • 提供者:小刘
  1. c语言中写二进制数

    0下载:
  2. c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 } -Write binary number in C language. Cited code: #define Bin(n) LongToBin(0x##n##l) void main(void) {
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9920
    • 提供者:张天河
  1. 实用C语言接口技术与实例

    0下载:
  2. 特别实用的c语言单片机编程技术,对于有汇编语言转为c语言编程的朋友来说应该是非常难得的资料,我是费了好大劲才弄到手的,千万不要错过,不过文件是pdg格式的,要到网上下载一个wdl阅读工具-particularly useful c microcontroller programming language, some assembly language to C Language Programming friends should be very rare, I would be a big f
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:9167820
    • 提供者:郭小波
  1. C语言实现追赶法

    0下载:
  2. C语言实现追赶法 可方便三对角线矩阵的运算-C language to catch up with the law will facilitate the three diagonal matrix arithmetic
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:李白长
  1. 用C语言写的100行DES加密算法

    0下载:
  2. 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12050
    • 提供者:甘雷
  1. 8051的UDP协议实现 协议实现--c语言编写

    0下载:
  2. 8051的UDP协议实现 协议实现--c语言编写 用51单片机实现的。-8051 to achieve the UDP protocol -- c language with the MCS-51 microcontroller.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:61681
    • 提供者:王明亮
  1. c语言写的des(430单片机)

    0下载:
  2. c语言写的des(430单片机) 用430单片机实现的DES加密系统-c des written language (SCM 430) 430 MCU with the DES encryption system
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4661
    • 提供者:王明亮
  1. DSP+Mp3+USB+FAT12的所有源程序(C语言编写)。

    0下载:
  2. DSP+Mp3+USB+FAT12的所有源程序(C语言编写)。用TI的DSP写的U盘接口程序,实现USB、MP3-DSP MP3 USB FAT12 all source (C language). TI's DSP with the U-write interface, USB, MP3
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:66222
    • 提供者:王明亮
  1. 触摸屏芯片ads7846ads7843驱动程序(C语言编写)

    0下载:
  2. 触摸屏芯片ads7846ads7843驱动程序(C语言编写),单片机控制的触摸屏驱动程序(C编写)-Touchscreen chip ads7846ads7843 Driver (C language), SCM control Touchscreen Driver (C preparation)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:王明亮
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com