CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - SIMPLE C

搜索资源列表

  1. 200506112322253

    0下载:
  2. 一个简单的C语言做的通讯录管理系统,用链表实现的,可以实现简单的通讯录管理功能-a simple C language correspondence management system, with the realization Chain, can achieve a simple directory management capabilities
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:18274
    • 提供者:苏山
  1. CRC算法和c语言实现

    1下载:
  2. CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28050
    • 提供者:jojo
  1. CRC码

    0下载:
  2. 分别采用C++和javascr ipt进行CRC编码。并可以对出错编码进行简单的判断。-C and were used for CRC javascr ipt coding. And can a simple coding error of judgment.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:113551
    • 提供者:许智勇
  1. 编程论坛-用C简单编写通讯录源代码(经典)申请加精

    0下载:
  2. 用C简单编写通讯录源代码(经典)申请加精 通讯录的源代码(用链表实现)-prepared with a simple C source code directory (classic) for inclusion in the intensive increase in the source code (with Chain achieved)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:11557
    • 提供者:yeyong
  1. 20050417112235232simple.c

    0下载:
  2. 20050417112235232simple.c,简单的C程序设计开发技术-20050417112235232simple.c, a simple C program design and development technology
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:17474
    • 提供者:吴闫
  1. 通讯录.txt

    0下载:
  2. 这是一个很简单的C语言程序,有链表编的。-This is a very simple C language program, a series of the Chain.
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:2112
    • 提供者:无奈
  1. galois

    0下载:
  2. galois编码的程序,包括编码和译码部分,并且组成了简单的通信系统进行了测试。-Galois coding procedures, including encoding and decoding part, and the composition of a simple communication system has been tested.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:157644
    • 提供者:牛顿
  1. control

    0下载:
  2. 本设计将对烘干机的温度控制予以研究。烘干机的结构虽然比较简单,但烘干过程是非线性、时变性和多变量的。在烘干过程中由于受各种不确定因素的影响,难于建立精确的数学模型。虽然自适应、自校正控制理论可以对缺乏数学模型的被控对象进行识别,但这种递推法复杂,实时性差,对烘干机水分的控制难以取得较好的控制效果。本设计将模糊控制理论最新应用于干燥的控制系统,以单片机为核心的模糊控制器将模糊逻辑语言控制策略变为有效的自动控制策略。在数字单片机上用模糊控制算法编制软件程序来实现对烘干过程的模糊控制。-This de
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:169626
    • 提供者:叶剧
  1. socket

    0下载:
  2. 一个简单的局域网通信软件,可以实现两个人之间的文本通信以及文件传输-A simple local area network communication software, you can achieve both the text of communication between people, as well as file transfer
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:48690
    • 提供者:郭群
  1. seri

    0下载:
  2. 一个简单的读写串口程序,在linux下编译通过,Linux C_programme-Serial read and write a simple procedure to compile under linux through, Linux C_programme
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:2146
    • 提供者:guoqiang
  1. chuankou

    0下载:
  2. 能够实现简单的串口通信简单易懂,非常适用于初学者-can implement simple communication by serial interface
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:894
    • 提供者:zhanglc87
  1. WINSOCK-TCP

    0下载:
  2. 基于winsock技术的局域网通讯程序,采用C/S模式,有服务器端和客户端,并能实现局域网内的简单即时通信。-Winsock-based local area network communications technology procedures, the use of C/S mode, there are server-side and client, and to achieve a simple LAN instant messaging.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:106450
    • 提供者:yihan222
  1. socket

    0下载:
  2. socket通信小程序,可以进行简单通信功能-socket communications applets, can be a simple communication function
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:20487
    • 提供者:刘研
  1. com32

    0下载:
  2. C语言写的串口通讯程序,直接使用可以读写串口数据,包括打开串口,向串口写入数据,关闭串口参考,串口参数可以自己设置,容易扩展,简单实用。-C language to write the serial communication program, direct use can read and write serial data, including open serial port, the serial port to write data, close the serial port inf
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2027327
    • 提供者:阿川
  1. C-Sharp-SOCKET-communication

    0下载:
  2. C# SOCKET编写的简单聊天通信程序-Simple chat communication program written in C# SOCKET
  3. 所属分类:Communication

    • 发布日期:2017-11-03
    • 文件大小:104453
    • 提供者:sky
  1. TestSocket

    0下载:
  2. C++下简易socket通信示例,包含客户端和服务器端-Simple c++ under socket communication examples,which Contains client and server
  3. 所属分类:Communication

    • 发布日期:2017-05-27
    • 文件大小:9783081
    • 提供者:何以笙
  1. HTTP--communication-on-Web-Server

    0下载:
  2. This is a simple c++ code and data about HTTP communication on Web server.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:69636
    • 提供者:IceAgeGirl1221
  1. fileread

    0下载:
  2. This file containing a simple C program that read file and write to it . it is easy to read and understand -This file containing a simple C program that read file and write to it . it is easy to read and understand
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1094
    • 提供者:hepota
  1. figures

    0下载:
  2. Simple C++ Objects with inheritance and virtual usement
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1783
    • 提供者:wei3382489
  1. sooyyf

    0下载:
  2. ssh实现简单的论坛帖子增删改查,分页,回复帖子的项目实例(SSH to achieve simple forum posts additions and deletions to change, paging, reply to posts of project examples)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-03
    • 文件大小:4096
    • 提供者:8f21jI
« 12 3 4 5 6 »
搜珍网 www.dssz.com