上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
摘要: 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 阅读全文
posted @ 2020-11-26 01:06 dong1 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-11-26 01:05 dong1 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-11-26 01:04 dong1 阅读(98) 评论(0) 推荐(0) 编辑
摘要: bits.c /* * Copyright (C) 2018 Swift Navigation Inc. * Contact: Swift Navigation <dev@swiftnav.com> * * This source is subject to the license found in 阅读全文
posted @ 2020-11-26 01:02 dong1 阅读(79) 评论(0) 推荐(0) 编辑
摘要: redis-4.0.11\src\adlist.h /* adlist.h - A generic doubly linked list implementation * * Copyright (c) 2006-2012, Salvatore Sanfilippo <antirez at gmai 阅读全文
posted @ 2020-11-26 01:00 dong1 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-11-26 00:58 dong1 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-11-26 00:56 dong1 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-11-26 00:54 dong1 阅读(47) 评论(0) 推荐(0) 编辑
摘要: Pattern Recognition https://www.cse.unr.edu/~bebis/CS479/ SVMlight Support Vector Machine http://svmlight.joachims.org/ Machine Learning http://machin 阅读全文
posted @ 2020-11-26 00:52 dong1 阅读(42) 评论(0) 推荐(0) 编辑
摘要: The library you create when you are done with Learn C The Hard Way http://c.learncodethehardway.org/ github: https://github.com/zedshaw/liblcthw 阅读全文
posted @ 2020-11-26 00:46 dong1 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页