• 大小: 32.26MB
    文件类型: .zip
    金币: 2
    下载: 2 次
    发布日期: 2023-07-23
  • 语言: Python
  • 标签: PCL  win10  64  

资源简介

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\libxml2-2.dll
     文件       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个文件信息

评论

共有 条评论