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

搜索资源列表

  1. C51单片机 入门好教程1

    4下载:
  2. 这是一本关于 Intel 80C51 以及广大的 51 系列单片机的书 这本书介绍给读者一些 新的技术 使你的 8051 工程和开发过程变得简单 请注意 这本书的目的可不是教你各种 8051 嵌入式系统的解决方法 为使问题讨论更加清晰 在适当的地方给出了程序代码 我们以讨论项目的方法来说 明每章碰到的问题 所有的代码都可在附带的光盘上找到 你必须熟系 C 和 8051 汇编 因 为本书不是一本 C和汇编的指导书 你可以买到不少关于 ANSI
  3. 所属分类:编程文档

    • 发布日期:2009-07-09
    • 文件大小:951964
    • 提供者:huolingyi
  1. VS2008简明教程

    0下载:
  2. 写在前面:..............................................................................................................................1 第一章:启动软件............................................................................................................
  3. 所属分类:编程文档

    • 发布日期:2010-10-16
    • 文件大小:1425359
    • 提供者:afd_326
  1. PIDC

    1下载:
  2. PID算法温控C语言程序设计,一个非常有用且简单的C语言程序-PID temperature control algorithm for C language programming, a very useful and simple C language program
  3. 所属分类:编程文档

    • 发布日期:2013-12-12
    • 文件大小:6295
    • 提供者:黄琳
  1. VCping

    0下载:
  2. 用C++写的一个程序实现简单的ping功能-Written in C++, a program that implements a simple function of the ping
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:5140
    • 提供者:米豆
  1. Win32_Debug

    0下载:
  2. C语言程序 是一个大学一年级C语言的一个简单编程题目 欢迎下载-debug
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:87689
    • 提供者:
  1. VCPP-MSCOMM-entry

    0下载:
  2. 用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。-Own quite crappy C++ of write a simple serial interface of the PC program, share and experience the fun of the SCM and PC communications.
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:784292
    • 提供者:王元双
  1. cSharp-basic-P2P-Programming-Manual

    0下载:
  2. C# 语言基础的P2P开发教程,简单,适合有点经验的程序猿,大神别来批斗了!-C# language based P2P development tutorial, simple program ape suit a little experience, do not come to God denounced!
  3. 所属分类:Communication

    • 发布日期:2017-11-01
    • 文件大小:125541
    • 提供者:BIRD
  1. Verilog-HDL

    0下载:
  2. verilog HDL程序入门,很好学,基本和C语言一样,几天就可以简单的编程-verilog HDL program entry, very good school, Basic and C language, a few days can be a simple programming
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:11424904
    • 提供者:李文帅
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. 003

    0下载:
  2. 本文简要的概括了目前正在流行的P2P技术及其实际运用, 防火墙的基本概念及工作方式, 以及P2P技术穿透防火墙的几种简单实现, 并且利用一个简单的C++程序, 来阐述如何通过穿透防火墙, 以实现点对点的对等连接-This paper briefly summarizes the currently popular P2P technology and its practical application, the firewall' s basic concepts and working
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:130347
    • 提供者:583540466
  1. c程序100例

    0下载:
  2. 适合初学者的一个c程序简单的例子集锦。好东西,你值得拥有。
  3. 所属分类:编程文档

  1. parameter--adjustment_C

    0下载:
  2. 间接平差,C语言,结合书上的原理,实现的程序,简单易懂,对于初学者来说,很有帮助-Indirect adjustment, C language,Combined with the principles of the book, the realization of the program, easy to understand。 Combined with the principles of the book, the realization of the program, easy to
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:24461
    • 提供者:冯冰冰
  1. C-program-practice

    0下载:
  2. 实用经典的C++软件测试练习程序,适合于初学者,上手简单易懂。-Classic C++ practical software testing practice procedures, suitable for beginners to get started is simple and easy to understand.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:45741
    • 提供者:马静文
  1. TCP-CS

    0下载:
  2. 这里只是一个简单的客户端和服务端通过TCP/IP通信的小程序, 支持多客户端并行发送, 服务器收到数据并返回给相应的客户端。-This is simple C/S applications via TCP/IP protocol. Support for multiple clients in parallel transmission.
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3246577
    • 提供者:无所不入
  1. c++概述

    0下载:
  2. 对c++程序进行了特点,用途等做了简单的入门介绍,并做了简单演示。
  3. 所属分类:编程文档

搜珍网 www.dssz.com