⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psi.3

📁 牛顿插值方法求解多项式的系数
💻 3
字号:
.\"(c) Copyright 1992, 1993 by Panagiotis Tsirigotis.\"All rights reserved.  The file named COPYRIGHT specifies the terms .\"and conditions for redistribution..\".\" $Id: psi.3,v 1.1.1.1 2003/02/19 17:29:27 bbraun Exp $.TH PSET 3X "25 September 1992".SH NAMEpsi_create, psi_destroy, psi_reset, psi_start, psi_next, psi_remove - pointer set iterator functions.SH SYNOPSIS.LP.nf.ft B#include "pset.h".LP.ft Bpsi_h psi_create( pset )pset_h pset ;.LP.ft Bvoid psi_destroy( iter )psi_h iter ;.LP.ft Bvoid psi_reset( iter, pset )psi_h iter ;pset_h pset ;.LP.ft Bvoid *psi_start( iter )psi_h iter ;.LP.ft Bvoid *psi_next( iter )psi_h iter ;.LP.ft Bvoid psi_remove( iter )psi_h iter ;.SH DESCRIPTIONThese functions provide a means to iterate over psets (pointer sets)..LP.B psi_create()creates an iterator. The only operation that should be applied toan iterator after it is created is.B psi_start()..LP.B psi_destroy()destroys the iterator..LP.B psi_reset()changes the pset that is being iterated to.I pset..LP.B psi_start()starts an iteration and returns the first pointerin the pointer set..LP.B psi_next()returns the next pointer in the set..LP.B psi_remove()removes the current pointer from the set. The current pointer isthe one returned most recently from either.B psi_start()or.B psi_next()..SH "RETURN VALUES".LP.B psi_create()returns an iterator handle on success or.SM NULLon failure..LP.B psi_start()returns the first pointer from the set or.SM NULLif the set is empty..LP.B psi_next()returns a pointer or.SM NULLif the end of the set is reached..SH WARNINGS.B psi_create()is the only function in this library. The rest of the interface is macros..LPThis interface may be eliminated in a future release of the.I psetlibrary.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -