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

搜索资源列表

  1. svpwm

    1下载:
  2. svpwm的c语言实现方法,用c语言编写完成-c language method of svpwm c language
  3. 所属分类:software engineering

    • 发布日期:2015-01-17
    • 文件大小:2048
    • 提供者:张荹圣
  1. Data-structure

    0下载:
  2. 在VC++环境下,用C语言实现交通咨询模拟系统的设计(最短路径问题)。-In vc++ environment, using C language to realize the transport advisory simulation system design (the shortest path problem).
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:500851
    • 提供者:蓝雨
  1. ftp_client-server_c_linux

    0下载:
  2. 用C语言 实现Linux上的FTP传输。本设计旨在利用Winsock 2.0简单实现FTP(File Transfer Protocol,文件传输协议)的客户端和服务器端程序。-Using C language on Linux FTP transfers. The design is aimed at the Winsock 2.0 simple implementation of FTP (File Transfer Protocol, File Transfer Protocol) cli
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:187454
    • 提供者:夜夜
  1. pid

    0下载:
  2. PID算法,C语言实现,在WINCE下经过测试-PID algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:7623
    • 提供者:xc
  1. wannianli

    0下载:
  2. c语言实现万年历,可实现查询;显示;判断闰年-c language calendar can achieve query show judgment leap year
  3. 所属分类:Project Design

    • 发布日期:2017-12-09
    • 文件大小:2167
    • 提供者:273834536
  1. V-CPP

    0下载:
  2. 用Visual C++语言实现三维图形的三视图的投影图-The projection map view 3D graphics with the Visual C++ language
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:3442
    • 提供者:徐滨
  1. exam060

    0下载:
  2. C语言实现随机存取数据,借助于fseek()函数可以设置文件的位置,再使用C的I/O系统便可以完成随机读写操作-C language random access data by means fseek () function can set the location of the file, using C, I/O system can complete random read and write operations
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:2178
    • 提供者:vera
  1. USACO

    0下载:
  2. 针对USACO中section 1全部的英文题目和相应的C++语言实现的代码解答之集合,按照题目顺序已整理好。-Answer for the realization of the code the USACO in section 1 all English title and corresponding C++ language, collection, in accordance with the subject order has been collated.
  3. 所属分类:Communication

    • 发布日期:2017-11-28
    • 文件大小:418334
    • 提供者:momo
  1. LED-blinks

    0下载:
  2. 通过c语言实现LED灯闪烁,实现方式多样-LED blinks c language implementations diverse
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:6783
    • 提供者:周全
  1. The-array-control-light-water--2

    0下载:
  2. 通过C语言实现数组控制流水灯-2-C language array control light water-2
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:8779
    • 提供者:周全
  1. The-right-shift-water-LED

    0下载:
  2. 通过C语言实现右移运算流水点亮P1口8位LED-The water lit P1 port 8 LED by C language right shift
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:7173
    • 提供者:周全
  1. Matrix-keyboard-simulation-flower

    0下载:
  2. 通过C语言实现矩阵键盘模拟电子琴-C language matrix keyboard simulation flower
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:18414
    • 提供者:周全
  1. jmjm

    0下载:
  2. 用C语言实现文件的加密与解密,对一段符号实现加密,解密-C language file encryption and decryption, for some symbol to achieve encryption, decryption
  3. 所属分类:software engineering

    • 发布日期:2016-08-18
    • 文件大小:530432
    • 提供者:ghk
  1. web

    0下载:
  2. web服务器的c语言实现,在linux环境,实现电脑之间文件共享-web server c language in linux environment, file sharing between computers
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:2403
    • 提供者:何金丹
  1. The-state-machine

    0下载:
  2. 本文的重点就在于,怎样利用状态机原理进行程序设计。本文会先给出普通 的、一个平面上的FSM(有限状态机)的概念和实例,并指出其中的一些缺点, 然后引出本文的重点HSM(层次状态机)的概念和设计方法。为了使本文既可以 作为设计方法的参考,又可以作为实现方法的参考,本文会给出FSM和HSM的 C语言实现-The focus of this article is that, and how to make use of the principle of the state machin
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:194988
    • 提供者:wu
  1. design-mode-in-c

    0下载:
  2. 面向对象C语言(Object Oriented C)只是运用单纯的C的宏(Macro)技巧,实现面向对象的基本技术。借用OOC.H 文件的宏,就可以实现类的封装、继承、多态-Object-oriented C language (Object Oriented C) just use pure C macro (Macro) skills, the basic object-oriented technology. Macro borrow OOC.H file, you can achieve
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:26634
    • 提供者:wu
  1. The-maze-established

    0下载:
  2. 数据结构,迷宫建立,c语言实现,找出迷宫路径。-Data structures, the maze established, c language, find out the maze path.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:11902
    • 提供者:颜高朔
  1. mi

    0下载:
  2. 幂法求矩阵特征值的c语言实现,求具体矩阵,3阶矩阵-Power method for matrix eigenvalue c language, seeking specific matrix 3 matrix
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:663
    • 提供者:韩亮
  1. FIR

    3下载:
  2. C语言实现带通滤波器功能,比matlab更加试用可用于单片机开发-FIR band_pass filter
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:548
    • 提供者:北上广
  1. C-keywordrecognition

    0下载:
  2. 一个比较实用的软件,实现对C语言源程序的关键字的识别,并记录它们出现的位置。-a software to recognize keywords with C
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:124733
    • 提供者:zoe
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 27 »
搜珍网 www.dssz.com