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

搜索资源列表

  1. ADUC841--t3

    0下载:
  2. ADUC841串口通讯,c语言编写,用t3作为波特率发生器,电路外接晶振频率为11.0592MHZ.另外注意PLLCON寄存器可能需要在头文件中定义。-ADUC841 serial communication, c language, with t3 as the baud rate generator, an external crystal frequency Circuit 11.0592MHZ. Also note that PLLCON registers may need to de
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:610
    • 提供者:黄超
  1. sd_readCard

    0下载:
  2. SD卡读卡器原理图和程序,源代码是用C语言编写的。-SD card reader schematic and procedures, source code is written using C language.
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:297259
    • 提供者:jank
  1. date

    0下载:
  2. 基于C++语言设计的日期程序,可以计算给定日期的前一天及后一天,并算出一年的第几天。-C++ language design based on the date of program, you can calculate the day before a given date and the day after, and calculate the year of the first few days.
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:1554
    • 提供者:张明
  1. VC

    0下载:
  2. 一些c语言的实用代码,几百个,很不错,看看又没帮助。-Some utility code in c language, hundreds, very good to see was not any help.
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:6746865
    • 提供者:猴子
  1. code

    0下载:
  2. 查找本原多项式一种快速编解码的实现,主要通过C语言来实现-Find codec primitive polynomial realization of a fast, mainly through the C language to realize
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:62794
    • 提供者:liqiang
  1. C

    0下载:
  2. 一个月挑战C++,本书中作者用浅显的语言讲述了抽象的内容,让读者更容易理解,并附有大量的实例,可以上手操作。-Month challenge C++, this book tells of a simple language with an abstract content, so the reader easier to understand, with a large number of instances, you can get started operation.
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:2916226
    • 提供者:曾锋
  1. Cprogramming

    0下载:
  2. C语言学习精华,对指针、数组等重要的知识点进行了总结,附有例子,学习C语言的窍门就是针对重点难点学习,这样才能有较快的进步-The key point of c programming, if you master the main point of knowledge you can master c freely
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:16324
    • 提供者:JQZHU
  1. 1a41

    0下载:
  2. c语言在与硬盘的设计 c语言在与硬盘的设计 -c language c language and the design of hard disk drives in the design and
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:8205507
    • 提供者:王凯
  1. Cyuyanchengxushejishijiananli

    0下载:
  2. c语言程序设计案例分析实践 c语言程序设计案例分析实践-Case c language programming c language programming practice practice case studies
  3. 所属分类:Communication

    • 发布日期:2017-05-18
    • 文件大小:4870144
    • 提供者:王凯
  1. szmbqh

    0下载:
  2. C语言实现时钟和秒表功能,并在显示中能切换,通信工程专业学习任务里应该有所帮助-C language clock and stopwatch functions, and can be switched in the display, communications, engineering should help in the learning task
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:1649
    • 提供者:六情軒
  1. ziliao

    0下载:
  2. 信号序列的DFT本身就是信号频谱的采样集,所以DFT可直接用于分析信号的频谱。快速傅立叶变换是一种有 效、实用的信号DFT算法。文章通过对DIT-FFT算法的详细分析,提出了一种计算机软件仿真信号频谱分析方案,并给出了 关键算法的C 语言程序。-Signal sequence of the DFT spectrum of the sample itself is a set of signals, so the DFT can be directly used to analyze th
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:641981
    • 提供者:tangxuecheng
  1. visual-cPP-point

    0下载:
  2. 压缩包包括VC++之MFC类库中文手册.chm C语言函数表.chm VC++ 编程指南.chm windows程序设计.chm -Compressed package includes the MFC VC++ Class Library Chinese manual. Chm C language function table. Chm VC++ Programming Guide. Chm windows programming. Chm
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:6083412
    • 提供者:jimowuxin
  1. shijujiegou

    0下载:
  2. 若要在n个城市间建设通信网络,只需要铺设n-1条线路达到每个城市都连通即可。请用C语言编写程序求出以最低经济代价建设这个通信网的方案,存储结构和实现算法由学生自己选定并实现。-N To build communication networks between cities, only paved route to n-1 connectivity to each city. Please use the C programming language in order to find the lo
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2326223
    • 提供者:ru
  1. Lzw

    0下载:
  2. 通过实验进一步掌握LZW编码的原理; 用C/C++语言实现LZW编、解码。-Experiment to further understand the principle of LZW coding with C/C++ language LZW coding and decoding.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:891
    • 提供者:guoxiang
  1. youcheng

    0下载:
  2. 通过实验进一步掌握游程编码的原理; 用C/C++语言实现游程编码。-Experiment to further understand the principle of run-length coding with C/C++ language RLE.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:721
    • 提供者:guoxiang
  1. word

    0下载:
  2. 交通资讯系统设计的c语言编译及说明问题,里面有源码和说明-Traffic information system design, c language compile and illustrate the problem, which has source code and instructions
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:33733
    • 提供者:赵志凯
  1. TP850-help

    0下载:
  2. 振中ThinPad850手持终端的C语言开发技术手册,TP850C语言开发技术手册-Zhenzhong ThinPad850 handheld terminals C language technical manuals, TP850C language developed technical manuals
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:129977
    • 提供者:sangXN
  1. A-Method-to-Optimize-Function-Call

    0下载:
  2. 如何对函数调用进行优化对于C语言非常重要,因为函数调用的花费很大并且在代码中经常出现。文章讨论了一种对函数调用的优化处理的途径及实现中的几个关键问题和它们的解决方法。 更多还原 -How to optimize function call is very important for function language such as C,because it is often expen-sive to call a function and pass parameters between
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:96783
    • 提供者:李飞
  1. TIME-FUNCTION

    0下载:
  2. windows下的几种常用的时间函数的使用方法。例如sleep函数,MFC下的timer事件,C语言下的Time,GetTickCount(),timeGetTime等函数的使用方法。-Some commonly used time function
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:2920
    • 提供者:dengzi
  1. changchengshixitong

    0下载:
  2. 人工智能野人传教士经典问题,用c语言编写,绝对经典,绝对有用-Artificial intelligence savage missionaries classic problem, written in c, absolute classic, absolute useful
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:40568
    • 提供者:张丽
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com