搜索资源列表
C语言程序设计及应用实例
- C语言程序设计及应用实例,很详细的哦!PDF格式,适合入门和提高者.-C Programming Language Design and Application examples, very detailed Oh! PDF format suitable for entry and persons.
CLangue
- 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical
SeriesCprogramminglanguagemixing
- :为了发挥 C 语言和汇编语言各自的优点,二者需要相互调用函数。本文首先介绍了 MSP430 单片机的 C 语言函数的参数传递规则,然后对 C 语言和汇编语言的混合编程进行 了详细描述,最后给出应用实例。-: In order to play a C and assembly language with their respective advantages, the two need each function is called. This paper describes the M
MSP430
- MSP430的C语言应用,讲解详细并附有实例-MSP430 C-language application, explaining in detail along with examples of
singlechip_C_Program_Example
- 内有C51语言和C语言以及汇编语言的对比,单片机内部资源、扩展资源及其编程;有应用实例,通过实例,读者可以在工作中进行类比编程,又可以开阔思路,提高实际工作能力。-There C51 language and C language and assembly language contrast, MCU internal resources, expansion of resources and their programming are examples of application, by
C_Pro
- c语言的应用实例,是pdf格式的,比较清晰,例子比较多。-c language application example is the pdf format, more clarity, examples are more common.
shujujiegou_C
- 介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tr
C51_language
- 4年前在广州购书中心花了59大洋买的一本<<51单片机C语言应用程序设计实例精讲>>一书的程序代码和原理图,吐血推荐-4 years ago in Guangzhou Book Center took 59 ocean buy a < < 51 microcontroller C language application programming examples Jingjiang> " was Written in the program code
DSP-theory
- 从DSP的基本开发方法入手,介绍基于DSP的系统软/硬件开发方法,并以TMS320X281x系列处理器的各模块功能为主线详细介绍各模块的硬件使用和C语言编程。此外还根据DSP的特点介绍基于点处理器实现浮点算法的方法。在介绍功能的同时,列举了相应的应用实例,给出了硬件的原理和C语言程序清单,并标有详细的程序说明,为用户快速掌握处理器各功能单元的使用提供了方便。附光盘1张,内含C语言程序代码。-From the DSP development methodologies, this paper in
51-single-chip-C-application
- 51单片机C语言应用程序设计实例精讲,典型例子学习,开发板的好资料-51 single-chip C language application design example 精讲 typical example of learning good information on the development board
1-Wire
- 在没有专用总线主机(如DS2480B、DS2482)的情况下,微处理器可以轻松地产生1-Wire时序信号。本应用笔记给出了一个采用‘C’语言编写、支持标准速率的1-Wire主机通信基本子程序实例。1-Wire总线的四个基本操作是:复位、写“1”、写“0”和读数据位。字节操作可以通过反复调用位操作实现,本文提供了通过各种传输线与1-Wire器件进行可靠通信的时间参数-In case no dedicated bus host (such as DS2480B, DS2482), the micro
primandkruskal-algorithm-
- Kruskal 算法和Prim 算法是求最小生成树的常用算法, 设计了这两种算法的C 语言程序, 并通过实例研究了 这两种算法的实际应用价值。-prim and kruskal algorithm
MCS51-Principles-and-Applications
- MCS-51单片机C语言应用程序开发技术及实例,51单片机爱好者必备资料。-MCS-51 microcontroller C language application development technology and examples, 51 amateur essential information.
dsp-c
- 重点讨论了用C语言进行DSP软件设计时的一些常用的编程优化策略,旨在实现代码的高效和运算速度的提高。详细阐述了这些优化策略的特点、应用规则和性能分析。这些策略同样适用于C++开发环境。同时给出了程序设 计实例。 -Focused on the C language for DSP software design to some of the commonly used programming optimization strategy, aimed at achieving effici
Introducing-recursion-by-parking
- 通过c语言实例讲解迭代算法在随机停车中的应用-Introducing recursion by parking cars through c program language
avr-microcontroller-c-examples
- avr单片机c语言编程及应用实例,应用于AVR单片机的开发,适合工程师查询使用-avr microcontroller c programming language and application examples, used in AVR microcontroller development engineers to check for use
Java-and-C-language
- Java及C语言软件编程设计及应用,软件开发的平台介绍及研究,还有几个具体的项目实例介绍。-Java and C programming language software design and application software development platform to introduce and study, there are a few specific examples of projects introduction.
engine
- arc engineC#语言开发一些源代码和应用实例,帮助大家很好的学习engine开发,其中的代码都很容易理解,大家很容易看懂-arcengine C# language to develop some source code and application examples to help you develop good learning engine, which the code is very easy to understand, we are very easy to under
C-language-study
- c语言入门资料,包括常用函数的定义及应用实例-datasheet for c language studying