摘要:
C Library: POSIX Standard C's sleep() only provides one-second resolution, so the POSIX usleep() function is used here. (POSIX is not needed for the a 阅读全文
摘要:
nanomsg-1.1.5/src/utils/wire.c /* Copyright (c) 2012-2013 Martin Sustrik All rights reserved. Permission is hereby granted, free of charge, to any per 阅读全文
摘要:
nanomsg-1.1.5/src/utils zhoudd@zhoudd-ubuntu:~/nanomsg-1.1.5/src/utils$ tree.├── clock.c├── clock.h├── mutex.c├── mutex.h├── sem.c├── sem.h├── sleep.c 阅读全文
摘要:
bits.c /* * Copyright (C) 2018 Swift Navigation Inc. * Contact: Swift Navigation <dev@swiftnav.com> * * This source is subject to the license found in 阅读全文
摘要:
redis-4.0.11\src\adlist.h /* adlist.h - A generic doubly linked list implementation * * Copyright (c) 2006-2012, Salvatore Sanfilippo <antirez at gmai 阅读全文
摘要:
pjproject-2.10\pjlib\include\pj\array.h /* $Id$ */ /* * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2008 Benny Prij 阅读全文
摘要:
pjproject-2.10\pjlib-util\include\pjlib-util\base64.h /* $Id$ */ /* * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2 阅读全文
摘要:
ffmpeg-4.1/libavutil/parseutils.c typedef struct { const char *name; ///< a string representing the name of the color uint8_t rgb_color[3]; ///< RGB v 阅读全文
摘要:
Pattern Recognition https://www.cse.unr.edu/~bebis/CS479/ SVMlight Support Vector Machine http://svmlight.joachims.org/ Machine Learning http://machin 阅读全文
摘要:
The library you create when you are done with Learn C The Hard Way http://c.learncodethehardway.org/ github: https://github.com/zedshaw/liblcthw 阅读全文