资源简介
win10 python-pcl 安装必要包。上传的资源为64位。下载后解压,并将bin目录下文件拷贝到..\python-pcl-master\pkg-config目录下
代码片段和文件信息
/* Gobject - GLib Type object Parameter and Signal Library
* Copyright (C) 1998-1999 2000-2001 Tim Janik and Red Hat Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not write to the
* Free Software Foundation Inc. 59 Temple Place Suite 330
* Boston MA 02111-1307 USA.
*/
/* WARNING:
*
* This file is INSTALLED and other projects (outside of glib)
* #include its contents.
*/
#ifndef __G_object_NOTIFY_QUEUE_H__
#define __G_object_NOTIFY_QUEUE_H__
#include /* memset */
#include ject.h>
G_BEGIN_DECLS
/* --- typedefs --- */
typedef struct _GobjectNotifyContext GobjectNotifyContext;
typedef struct _GobjectNotifyQueue GobjectNotifyQueue;
typedef void (*GobjectNotifyQueueDispatcher) (Gobject *object
guint n_pspecs
GParamSpec **pspecs);
/* --- structures --- */
struct _GobjectNotifyContext
{
GQuark quark_notify_queue;
GobjectNotifyQueueDispatcher dispatcher;
GTrashStack *_nqueue_trash; /* unused */
};
struct _GobjectNotifyQueue
{
GobjectNotifyContext *context;
GSList *pspecs;
guint16 n_pspecs;
guint16 freeze_count;
};
G_LOCK_DEFINE_STATIC(notify_lock);
/* --- functions --- */
static void
g_object_notify_queue_free (gpointer data)
{
GobjectNotifyQueue *nqueue = data;
g_slist_free (nqueue->pspecs);
g_slice_free (GobjectNotifyQueue nqueue);
}
static inline GobjectNotifyQueue*
g_object_notify_queue_freeze (Gobject *object
GobjectNotifyContext *context)
{
GobjectNotifyQueue *nqueue;
G_LOCK(notify_lock);
nqueue = g_datalist_id_get_data (&object->qdata context->quark_notify_queue);
if (!nqueue)
{
nqueue = g_slice_new0 (GobjectNotifyQueue);
nqueue->context = context;
g_datalist_id_set_data_full (&object->qdata context->quark_notify_queue
nqueue g_object_notify_queue_free);
}
if (nqueue->freeze_count >= 65535)
g_critical(“Free queue for %s (%p) is larger than 65535“
“ called g_object_freeze_notify() too often.“
“ Forgot to call g_object_thaw_notify() or infinite loop“
G_object_TYPE_NAME (object) object);
else
nqueue->freeze_count++;
G_UNLOCK(notify_lock);
return nqueue;
}
static inline void
g_object_notify_queue_thaw (Gobject *object
GObjec
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-12-02 09:42 bin\
文件 104806 2013-12-02 07:32 bin\gdbus.exe
文件 107153 2013-12-02 07:32 bin\glib-compile-resources.exe
文件 70492 2013-12-02 07:49 bin\gdk-pixbuf-query-loaders.exe
文件 129951 2013-12-02 07:46 bin\libpangocairo-1.0-0.dll
文件 216756 2013-12-02 07:50 bin\libatk-1.0-0.dll
文件 338056 2013-12-02 09:13 bin\libcroco-0.6-3.dll
文件 73350 2013-12-02 07:46 bin\pango-querymodules.exe
文件 5484 2013-12-02 07:31 bin\glib-gettextize
文件 1338862 2013-12-02 07:45 bin\libcairo-2.dll
文件 305301 2013-12-02 07:34 bin\libpng16-16.dll
文件 585 2013-12-02 08:57 bin\gtk-update-icon-cache.exe.manifest
文件 1401627 2013-12-02 07:22 bin\libgettextlib-0-18-2.dll
文件 1740678 2013-12-02 07:26 bin\libxm
文件 42171 2013-12-02 07:22 bin\gettextize
文件 1071775 2013-12-02 08:57 bin\gtk3-demo.exe
文件 142908 2013-12-02 07:22 bin\ngettext.exe
文件 447434 2013-12-02 07:46 bin\libpango-1.0-0.dll
文件 232483 2013-12-02 07:24 bin\liblzma-5.dll
文件 363382 2013-12-02 07:49 bin\libgdk_pixbuf-2.0-0.dll
文件 65681 2013-12-02 07:32 bin\gio-querymodules.exe
文件 69534 2013-12-02 07:39 bin\fc-pattern.exe
文件 60915 2013-12-02 07:34 bin\png-fix-itxt.exe
文件 91682 2013-12-02 07:22 bin\libasprintf-0.dll
文件 70525 2013-12-02 07:32 bin\gresource.exe
文件 362651 2013-12-02 09:15 bin\librsvg-2-2.dll
文件 142760 2013-12-02 07:22 bin\gettext.exe
文件 768922 2013-12-02 08:57 bin\gtk3-demo-application.exe
文件 66055 2013-12-02 07:49 bin\gdk-pixbuf-csource.exe
文件 606604 2013-12-02 07:48 bin\libtiff-5.dll
文件 790450 2013-12-02 07:38 bin\libfreetype-6.dll
............此处省略4412个文件信息
- 上一篇:python开发键盘钢琴源代码及打包程序
- 下一篇:基于卷积神经网络的猫种类识别
相关资源
- 带书签-数据结构与算法 Python语言描
- python3.5.4_windows下32与64位安装包
- Windows64下通过python调用海康SDK实现登
- pywin32-224-cp37-cp37m-win_amd64.whl
- Python 数据可视化 matplotlib-3.1.1-cp37-c
- Twisted-18.9.0-cp37-cp37m-win_amd64.whl
- pygame for python 3.6 64位
- pygame-1.9.6-cp36-cp36m-win_amd64.whl
- xgboost-0.80-cp37-cp37m-win_amd64.whl
-
Python第三方库lxm
l最新3.7版本64位系 - pymol-1.8.6.1-cp36-cp36m-win_amd64.whl
- matplotlib-3.2.1-cp37-cp37m-win_amd64.whl
- sasl-0.2.1-cp36-cp36m-win_amd64.whl
- dlib-19.8.1-cp36-cp36m-win_amd64.whl 支持w
- pygame-1.9.6-cp37-cp37m-win_amd64.zip
- pandas-0.25.3-cp37-cp37m-win_amd64.whl
- numpy-1.12.1rc1-cp27-none-win_amd64.whl
- apachehttpd-2.4.27-x64-vc11.zip
- h5py-2.8.0-cp37-cp37m-linux_aarch64.whl
- Twisted-19.10.0-cp38-cp38-win_amd64.whl
- Pillow-8.0.1-cp37-cp37m-win_amd64.whl
- xgboost最简单的文件 支持python-3.6-64位
-
lxm
l-4.3.3-cp38-cp38m-win_amd64.whl - pygame.whl -1.9.3-cp37-cp37m-win_amd64+win32两个
- dlib-19.19.0-cp38-cp38-win_amd64.zip
- dlib-19.17.0-py3.7-win-amd64.egg.zip免去复杂
- pywin32-221.win-amd64-py3.7.rar
- pywin32-221.win-amd64-py3.7
- pandas-0.25.2-cp37-cp37m-win_amd64.whl
- pandas包python3.5版本 win64
评论
共有 条评论