搜索结果
找到约 22 项符合
POINTERS 的查询结果
按分类筛选
软件设计/软件工程 This is a short text on arrays and pointers in C with an emphasis on using multi-dimensional array
This is a short text on arrays and pointers in C with an emphasis
on using multi-dimensional arrays. The seemingly unrelated C rules
are explained as an attempt to unify arrays and pointers, replacing
arrays and the basic array equation by a new notation and special
rules
VC书籍 The Function Pointer Tutorials Introduction to C and C++ Function Pointers, Callbacks and Functors
The Function Pointer Tutorials
Introduction to C and C++ Function Pointers, Callbacks and Functors
数学计算 Computes the length of a line using two (x,y) points. Uses pointers
Computes the length of a line using two (x,y) points. Uses pointers
VC书籍 中文C和指针源代码 书的英文名字是《c and POINTERS》
中文C和指针源代码
书的英文名字是《c and POINTERS》
其他书籍 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R
輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括
1) base C++ review,
2) Pointers and Dynamic Objects,
3) Recursion,Linked Lists,
4) Stacks and Queues,
5) Algorithm Analysis,
6) Insertion Sort and Mergesort,
7) Quicksort,
8) Heaps and Heapsort,
9) Lower Bound of Sorting and Radix Sort,
...
VC书籍 传说中的c语言四书五经:一、The C Programming Language C程序设计语言(第2版·新版) 二、Pointers on C C和指针 三、Expert C Progra
传说中的c语言四书五经:一、The C Programming Language
C程序设计语言(第2版·新版)
二、Pointers on C C和指针
三、Expert C Programming C专家编程
四、C Traps and Pitfalls C陷阱与缺陷
五、《C语言接口设计与实现》
汇编语言 you can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.
you can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc.
If you use the EWCalc.mak file you will have to change the pointers to the proper directories.
单片机开发 Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the G
Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
技术资料 .An.introduction.to.Programming.the.Microchip.PIC.in.CCS.C
外文pic编程书籍,
Contents
Introduction
History
Why use C?
PC based versus PICmicro®MCU Based Program Development
Product Development
Terminology
Trying and Testing Code
C Coding Standards
Basics
1 C Fundamentals
Structure of C Programs
Components of a C Program
#pragma
main()
#include
printf Funct ...
Linux/Unix编程 mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utilit
mkdosfs - Make DOS file system utilty.
I wrote this, partially to complement the dosfsck utility written by Werner
Almesberger (who graciously gave me some pointers when I asked for some
advice about writing this code), and also to avoid me having to boot DOS
just to create data partitions (I use ...