搜索结果

找到约 33 项符合 pointer 的查询结果

嵌入式/单片机编程 1、链接存储方法  链接方式存储的线性表简称为链表(Linked List)。  链表的具体存储表示为:   ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的

1、链接存储方法  链接方式存储的线性表简称为链表(Linked List)。  链表的具体存储表示为:   ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的)   ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存 ...
https://www.eeworm.com/dl/647/205399.html
下载: 107
查看: 1189

其他 Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ ...

Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ .... When n is odd input, the function call 1/1+1/3+ ... +1/n (using function pointer)
https://www.eeworm.com/dl/534/205802.html
下载: 89
查看: 1038

数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si

Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.
https://www.eeworm.com/dl/641/259304.html
下载: 157
查看: 1056

串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D

unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TMemo GroupBox2: TGroupBox Button1: TButton Btn_send: TButton Button2: ...
https://www.eeworm.com/dl/624/306697.html
下载: 130
查看: 1051

编译器/解释器 list is a data dtructure. this is a data structure type implemantation and it is implemented in C pr

list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
https://www.eeworm.com/dl/628/419882.html
下载: 86
查看: 1090

嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1

procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...
https://www.eeworm.com/dl/647/428551.html
下载: 64
查看: 1053

其他书籍 The first two functions are useful for creating a blank image of the specified parameters. A possibl

The first two functions are useful for creating a blank image of the specified parameters. A possible use is in functions that require a pointer to a result. The clone function performs an exact copy of the IplImage* parameter
https://www.eeworm.com/dl/542/453760.html
下载: 105
查看: 1046

Delphi控件源码 The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using

The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using the mouse (and the keyboard) to control your computer. The mouse pointer lets you select objects on the screen and operate on them. What and how you operate with the mouse is pretty simple: there s a ...
https://www.eeworm.com/dl/666/460763.html
下载: 49
查看: 1071

接口技术 net_tcp.h

/* ********************************************************************************************************* *                                             uC/TCP-IP V2 *       ...
https://www.eeworm.com/dl/508248.html
查看: 56

C/C++语言编程 华为优秀C项目

这是华为内部的优秀C项目,供大家学习参考。 body {background: #383838 !important;}::-webkit-scrollbar{height:10px !important; width:10px !important; overflow:visible !important;}::-webkit-scrollbar-button{height:0 !important; width:0 !important; display:none !important;}::-webkit-scrollbar-track{box-s ...
https://www.eeworm.com/dl/508737.html
下载: 1
查看: 30