搜索资源列表
PID-C
- DEscr iptION This function initializes the pointers in the _pid structure to the process variable and the setpoint. *pv and *sp are integer pointers.-DEscr iptION This function initializes the pointers in the _pid structure to the process var
ZLG_FS
- 周立功文件系统zlg_fs,能用的。我已经在基于LPC2290的MINIARM开发板上移值成功。源码用到的数据结构和指针很多,方便C语言的学习-ZLG file system zlg_fs, usable. I have the MINIARM based LPC2290 development board transplant success. Source used in a lot of data structures and pointers to facilitate the C la
AddisonWesleyStarting.Out.with.Cplusplus
- C++ 入门不错的书籍.第五版.语言幽默,易懂.-Starting Out with C++ teaches C++ from the ground up, and assumes no prior background in programming. In Starting Out With C++, Gaddis makes a very detailed and slow-paced presentation of both programming and C++ syntax co
rtc
- NIOS II下进行RTC实时时钟的开发,比较有难度的知识点: 1. PIO的深度应用; 2. C语言中函数指针的应用; 3. DS1302的驱动编写; 4. C语言中程序的模块化书写方式; -NIOS II development for the next RTC real time clock, have more knowledge of difficulty: . 1 PIO depth application 2 Application
PIC-C
- 介绍PIC中指针的使用方法,使编程者更容易掌握指针的编程。-Introduction PIC in the use of indicators, to make programming easier to master pointers programming.
timer
- 单片机C语言提高资料! 熟了各个基本模块之后,就是要提高程序的鲁棒性和高效性,并且要便于移植.发几个个人觉得非常好的C语言资料.有些还是在其它论坛上花积分下来的.呵呵 首先,要重视程序的构架,这个会影响编程思路,.c .h文件要因地制宜地用.条理需要清楚. 其次,合适的时候多用指针,这个不用多说了.VC之所以流氓效率高,很大一部分原因是用了引用和指针. 另外,程序函数的接口要封装好,实参形参调用才方便,在适当的时候用数据参数,适当的时候用地址参数. 最后,结构体,联
C语言指针用法详解
- 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍一下如何完全理解一个 复杂类型,要理解复杂类型其实很简单,一个类型里会出现很多运算符,他们也像普通的表 达式一样,有优先级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析.(To understand pointers, there will be some more complex types, so let me first explain how to fully underst