CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 使用C语言编写

搜索资源列表

  1. Programming_Windows_tw

    0下载:
  2. 本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程式写作的方法。这些程式用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍後所讨论的,这不是写作Windows程式的唯一方法。然而,无论最终您使用什么方式写作程式,了解Windows API都是非常重要的。-book on the Microsoft Windows 98, Micros
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2.84mb
    • 提供者:luyu
  1. Win32_Assemble

    0下载:
  2. win32汇编语言教程,使用本教程,要求读者具有C语言编写Win32应用程序(Win32SDK编程)的基础。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:19.48kb
    • 提供者:luyu
  1. 《实战AVR单片机C语言》

    0下载:
  2. 在本教程当中,所有的程序都是以 GCCAVR 来编写,而且全部利用硬件调试通过,在没有 特殊指明的情况下使用内部 1M 晶振。本教程的全部硬件实验都是以分立元件为主。因为: 第一﹑学习板的硬件电路已经固定好了,从而限制了你的逻辑思维,相对来讲分立元件则非 常灵活; 第二﹑当你学习完一款单片机之后只要更换另外一款单片机芯片就可以继续学习,其它的外 围元件可以完全兼容; 第三﹑学习过程中全部电路都是由自已亲手搭建,这样可以加强自己的动手能力,因为你学 习单片机是为了什么啊!不就是为了成为一名高薪电子
  3. 所属分类:软件工程

    • 发布日期:2011-09-18
    • 文件大小:11.73mb
    • 提供者:zhlyz2003
  1. AN022_CHN

    0下载:
  2. AN022 C8051F02X系列带注释C例程.pdf C8051F02X系列带注释C 例程应用笔记,此应用笔记适用于下列器件 C8051F020 C8051F021 C8051F022 C8051F023 包含用C语言编写的例程代码是使用C8051F02X系列器件应用软件开发的起点-This application note applies to the following devices: C8051F020, C8051F021, C8051F022, and C8051F02
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:74.91kb
    • 提供者:李春彬
  1. 1_061124162424

    0下载:
  2. 编写日历的c语言,可引用为其他产品 也可学习使用-The preparation of the calendar c language, can be invoked for other products may also be learning to use
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:391.25kb
    • 提供者:
  1. embedded

    0下载:
  2. μC/OS-Ⅱ是一个完整的,可移植、固化和裁剪的实时多任务内核,是用ANSI的C语言编写的,包含一小部分汇编语言代码,使之可供不同架构的微处理器使用。51单片机是一款内含中断系统、定时器等能够满足运行μC/OS-Ⅱ条件的8位单片机。-μC/OS- Ⅱ is a complete, portable, curing and cutting real-time multi-tasking kernel, is to use ANSI C-language, including a small por
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1.03mb
    • 提供者:姚磊
  1. Chap9

    0下载:
  2. 所谓“移植”,就是使一个实时内核能在其它的微处理器或微控制器上运行。 尽管大部分μC/OS-II的代码是用C语言编写的,但是在编写与处理器硬件相关的代码时还是不得不使用汇编语言。 移植的主要工作就是编写这些与处理器硬件相关的代码。 操作系统的移植大体可以分为两个层次: 跨体系结构的移植 针对特定处理器的移植-The so-called " transplant" is to make a real-time kernel in the micropro
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:485.78kb
    • 提供者:jiang
  1. android_daemon

    0下载:
  2. 使用C语言编写了一个守护进程程序,先令其在Ubuntu中实现开机自启动。然后又将其移到Android中,并在Android中也实现了守护进程开机自启动。-The use of C language, a daemon process, start to realize it in the Ubuntu boot from the start. Then move it in Android, and Android is also a guardian of the process of boo
  3. 所属分类:software engineering

    • 发布日期:2016-01-22
    • 文件大小:103.47kb
    • 提供者:code998
  1. windowsprogramm

    0下载:
  2. 本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言 编写并使用原始的 Interface(API)。如在本章稍后所讨论的,这不是写作Windows程 序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。-Windows Programming
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:4.9mb
    • 提供者:littlewhite
  1. the-points-of-C

    0下载:
  2. 本章主要描述C语言一些基本要素。当你开始编写C程序时,你可能对C语言的一些基本问题感到困惑,如C语言所使用的约定、关键字和术语等。本章将回答这方面你经常会遇到的一些问题。-Write about some basic points of C.Read about this,you must find some new things that have confused you.
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:255.29kb
    • 提供者:姚瑶
  1. biaodashijisuan

    0下载:
  2. 表达式计算,使用c++语言编写,能够自动计算表达式的值-Expression evaluates
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:241.44kb
    • 提供者:李蝶
  1. source

    0下载:
  2. 使用C语言编写的AVR单片用于读写EEprom的程序-read/write EEproM
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:1.8kb
    • 提供者:lv
  1. book-manage-system

    0下载:
  2. 图书管理系统,该系统使用C语言编写,有图书录入、查找书籍等功能-C language library management system
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:3.08kb
    • 提供者:愉悦
  1. luyouqichabiao

    0下载:
  2. 模拟路由器查表,使用C语言编写。可以视线查表功能,输入目的地址,输出查表结果,下一跳。-Analog router lookup function
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.92mb
    • 提供者:tmac
  1. 13856jiatuojijishu

    0下载:
  2. 文档使用C语言编写的关与假脱机技术的问题,适合用在操作系统的课程设计上满足老师的要求包含有课程设计的报告-Courses on operating system design, readers who write, written using C language to meet the requirements of the German teacher
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7.56kb
    • 提供者:fipenran
  1. DS18B20LCD

    0下载:
  2. 此代码使用C语言编写,通过KEIL编泽后,下载到单位机内使用。功能主要是在LCD液晶屏上显示温度。-This code uses the C language, compiled after Ze by KEIL, downloaded to the unit using the machine. The main function is displayed on the LCD screen temperature.
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:20.65kb
    • 提供者:卢小聪
  1. Algorithm-c-language

    0下载:
  2. 这是一本有关算法的书籍,使用c语言编写的,里面写的蛮好-This is a book about the algorithm, using the c language, which is written in the fine
  3. 所属分类:software engineering

    • 发布日期:2017-06-12
    • 文件大小:19.2mb
    • 提供者:江梅
  1. C51_w5100

    0下载:
  2. 使用c语言编写的网卡w5100的程序,用在单片机方面-W5100 with c language program
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:8.57kb
    • 提供者:王庆海
  1. cpu-informaton

    0下载:
  2. 该程序使用C#语言编写,使用vs进行开发,实现了显示电脑cpu运转和内存信息,帮助显示保护计算机。-The program uses the C# language, use vs to develop, operate to achieve the display computer cpu and memory information, helping protect your computer display.
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:203.86kb
    • 提供者:张庭玉
  1. embedded_C_for_8bit_MCU

    0下载:
  2. 嵌入式C语言文章,怎样使用C语言编写8位单片机。-how to program an 8 bit microcontroller using c language.
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:122.3kb
    • 提供者:kevin
« 12 3 »
搜珍网 www.dssz.com