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

搜索资源列表

  1. GA-on-pso-

    0下载:
  2. 基于遗传算法的电力系统无功优化的C语言程序-Power system based on genetic algorithm optimization of reactive C language program
  3. 所属分类:Project Design

    • 发布日期:2016-08-21
    • 文件大小:12288
    • 提供者:wanghan
  1. danpianji

    0下载:
  2. 单片机C语言程序设计实训100例——基于8051 Proteus仿真-Microcontroller C Programming Language Training 100 cases- based on 8051 Proteus simulation
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:1090018
    • 提供者:解亚敏
  1. Bubble-sort-method

    0下载:
  2. 应用冒泡法进行排序的c语言程序,有要求和代码,较完整。-Application bubble sort method c language program, there are requirements and codes, more complete.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:13013
    • 提供者:yengjie
  1. Function-call

    0下载:
  2. 函数的调用c语言程序,为c语言初期学习所必备-C language program calls a function for c language necessary for early learning
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:11342
    • 提供者:yengjie
  1. 18-classic-programs-of-c

    0下载:
  2. 18个经典程序,对C语言学习的同学很重要,也实用-18 classic program, it is important and practical for C language learning students
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:14865
    • 提供者:dilisa1990
  1. paomadeng

    0下载:
  2. 跑马灯的c语言程序,可以实现8位的跑马灯的控制-Marquee c language program, you can achieve 8 Marquee control
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:26667
    • 提供者:carling
  1. c-code2

    0下载:
  2. C语言是一种计算机程序设计语言,它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔实验室的Dennis M. Ritchie于1972年推出,1978年后
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:16800
    • 提供者:游客
  1. wenshidu

    0下载:
  2. 温度湿度传感器AVR程序 C语言程序 用于温湿度传感器检测-Temperature and humidity sensor AVR C language program for temperature and humidity sensor
  3. 所属分类:Software Testing

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:zhouzhou
  1. MSP430-lcd1602-c-driver

    0下载:
  2. 基于msp430的LCD602液晶C语言驱动程序-Based on the msp430 LCD602 LCD C language driver
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:24997
    • 提供者:葛学峰
  1. exercise13

    0下载:
  2. C语言程序复习题13,考试必备。多为填空题和选择题。-C language program review questions 13, the examination necessary. To fill in the blank and multiple choice questions.
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7207
    • 提供者:abel
  1. pionter--c

    0下载:
  2. 本书被称为日本最有营养的C参考书。作者是日本著名的“毒舌程序员”,其言辞犀利,观点鲜明, 往往能让读者迅速领悟要领。 书中结合了作者多年的编程经验和感悟,从C语言指针的概念讲起,通过实验一步一步地为我们解 释了指针和数组、内存、数据结构的关系,展现了指针的常见用法,揭示了各种使用技巧。另外,还通 过独特的方式教会我们怎样解读C语言那些让人“纠结”的声明语法,如何绕过C指针的陷阱。 本书适合C语言中级学习者阅读,也可作为计算机专业学生学习C语言的参考。-The book is
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3501967
    • 提供者:Rumour
  1. codec

    0下载:
  2. 该文档时对于一些初级的C语言程序的一些总结,对于初学者和应考计算机的有一定帮助-For some summarize some of the primary C-language program for beginners and sit computers have some help when the document
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:26789
    • 提供者:李苗
  1. MODBUS

    0下载:
  2. MODBUS通讯C语言程序,描述了MODBUS通讯C语言的设计和编程思想-MODBUS communication C language program, describes the design and programming ideas MODBUS communication C language
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:11133
    • 提供者:zss
  1. c_lianxi2

    0下载:
  2. 编写一个程序,用以读入一个C语言程序,并按照字母表顺序分组打印变量名, 要求每一组内各变量名的前6个字符相同,其余字符不同。字符串和注释中的 单词不予考虑。请将6作为一个可在命令行中设定的参数。-Write a program to read into a C language program, and grouped alphabetically print the variable name, Requires each within the same group of six
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1232
    • 提供者:cjk
  1. Interface-and-design-principles

    0下载:
  2. 每个C源程序都是由函数组成的,一个主函数和若干个其它函数,C语言程序设计的... 一个好的接口设计原则应符合以下六条: 1实现必须功能。 2隐藏实现细节。-Interface and design principles
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:604934
    • 提供者:wanggong
  1. KEIL

    0下载:
  2. kell安装文件 提供给单片机初学者们,c语言程序和asm文件程序都可以使用。-kell installation files available to the microcontroller beginners, c language program and asm file that can be used.
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:25407299
    • 提供者:张雨华
  1. qiusushu

    0下载:
  2. 请认真编写一段C语言程序,求100-200之间的全部素数。-Please carefully write a C program, find all the prime numbers between 100-200.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:10474
    • 提供者:上官学军
  1. C-Traps-and-Falls

    0下载:
  2. 作者以自己1985年在Bell实验室时发表的一篇论文为基础,结合自己的工作经验扩展成为这本对C程序员具有珍贵价值的经典著作。写作本书的出发点不是要批判C语言,而是要帮助C程序员绕过编程过程中的陷阱和障碍。.. 全书分为8章,分别从词法分析、语法语义、连接、库函数、预处理器、可移植性缺陷等几个方面分析了C编程中可能遇到的问题。最后,作者用一章的篇幅给出了若干具有实用价值的建议。.. 本书适合有一定经验的C程序员阅读学习,即便你是C编程高手,本书也应该成为你的案头必备
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4909056
    • 提供者:eric
  1. K-Means

    0下载:
  2. 统计中的聚类分析,c语言程序以及说明。应用广泛-Statistical cluster analysis, c language program and instructions. Widely
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:675173
    • 提供者:张涛
  1. chaoshengbo

    1下载:
  2. 51单片机超声波测距1602显示c语言程序-51 single chip ultrasonic ranging 1602 display c language program
  3. 所属分类:software engineering

    • 发布日期:2015-01-27
    • 文件大小:227328
    • 提供者:丁浩烜
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 44 »
搜珍网 www.dssz.com