首页
随笔记录
C标准库接口
STL标准库中文文档
文章归档
1
QGraphicsView/QGraphicsScene/QGraphicsItem坐标系统
2
gcvt函数用法详解
3
getprotoent_r函数用法详解
4
gamma函数用法详解
5
getprotoent函数用法详解
noerror
虚灵不寐,众理具而万事出。
累计撰写
239
篇文章
累计创建
9
个标签
累计收到
2
条评论
栏目
首页
随笔记录
C标准库接口
STL标准库中文文档
文章归档
搜索
标签搜索
c++
C标准库
python
git
心学
js
Qt
linux
C++
目 录
CONTENT
以下是
C标准库接口
相关的文章
gcvt函数用法详解
gcvt函数用法详解gcvt函数简介头文件包含#include <stdlib.h>函数定义char *gcvt(double number , int ndigit , char * buf );gcvt函数常见使用错误编译错误warning: implicit declarati
2022-11-09
409
0
0
C标准库接口
getprotoent_r函数用法详解
getprotoent_r函数用法详解getprotoent_r函数简介头文件包含#include <netdb.h>函数定义int getprotoent_r(struct protoent * result_buf , char * buf , size
2022-11-09
251
0
0
C标准库接口
gamma函数用法详解
gamma函数用法详解gamma函数简介头文件包含#include <math.h>函数定义double gamma(double x );float gammaf(float x );long double gammal(long double x );编译链接选项-lmgamm
2022-11-09
310
0
0
C标准库接口
getprotoent函数用法详解
getprotoent函数用法详解getprotoent函数简介头文件包含#include <netdb.h>函数定义struct protoent *getprotoent(void);struct protoent *getprotobyname(const char * name
2022-11-09
259
0
0
C标准库接口
getopt函数用法详解
getopt函数用法详解getopt函数简介头文件包含#include <unistd.h>#include <getopt.h>函数定义int getopt(int argc , char * const argv[] , const char *
2022-11-09
320
0
0
C标准库接口
getnetent函数用法详解
getnetent函数用法详解getnetent函数简介头文件包含#include <netdb.h>函数定义struct netent *getnetent(void);struct netent *getnetbyname(const char * name );struct net
2022-11-09
195
0
0
C标准库接口
getpass函数用法详解
getpass函数用法详解getpass函数简介头文件包含#include <unistd.h>函数定义char *getpass(const char * prompt );getpass函数常见使用错误编译错误warning: implicit declaration of func
2022-11-09
253
0
0
C标准库接口
getnetent_r函数用法详解
getnetent_r函数用法详解getnetent_r函数简介头文件包含#include <netdb.h>函数定义int getnetent_r(struct netent * result_buf , char * buf , size_t bufl
2022-11-09
191
0
0
C标准库接口
getmntent函数用法详解
getmntent函数用法详解getmntent函数简介头文件包含#include <stdio.h>#include <mntent.h>#include <mntent.h>函数定义FILE *setmntent(const char * filename ,
2022-11-09
227
0
0
C标准库接口
getnameinfo函数用法详解
getnameinfo函数用法详解getnameinfo函数简介头文件包含#include <sys/socket.h>#include <netdb.h>函数定义int getnameinfo(const struct sockaddr * addr , socklen_t
2022-11-09
323
0
0
C标准库接口
1
2
3
4
5