代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/416027/11044037
c attr_thread.c
#include
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i
www.eeworm.com/read/217322/6964911
c attr_thread.c
#include
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i
www.eeworm.com/read/440151/6966219
h thread-m.h
/* Basic platform-independent macro definitions for mutexes and
thread-specific data.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/468861/6980681
h crf_thread.h
#ifndef CRF_THREAD_H
#define CRF_THREAD_H
#include "thread.h"
#include "crf.h"
class CRF;
struct sequence;
struct sequence1;
class crf_thread: public thread //all data are borrowed from crf
{
public:
www.eeworm.com/read/468861/6980682
cpp crf_thread.cpp
#include "crf_thread.h"
#include "fun.h"
void crf_thread::build_lattice(sequence &seq)
{
if(path.size()path_num*seq.node_num)
path.resize(c->path_num*seq.node_num);//r*f for all path ended with
www.eeworm.com/read/468676/6986356
cpp ou_thread.cpp
/** ou_thread.cpp
* implements the Thread class
* Author: Vijay Mathew Pandyalakal
* Date: 13-OCT-2003
**/
/* Copyright 2000 - 2005 Vijay Mathew Pandyalakal. All rights reserved.
*
*
www.eeworm.com/read/468676/6986380
h ou_thread.h
/** ou_thread.h
* declares the Thread interface and associated classes
* Author: Vijay Mathew Pandyalakal
* Date: 13-OCT-2003
**/
/* Copyright 2000 - 2005 Vijay Mathew Pandyalakal. All r
www.eeworm.com/read/468225/6995089
exe call_thread.exe
www.eeworm.com/read/468225/6995092
c call_thread.c
// A sample of python embedding (calling python functions from within C code)
//
#include
#include
#include
#include
#include
#ifdef WIN32 // Win
www.eeworm.com/read/468225/6995094
mk call_thread.mk
call_thread: call_thread.o
gcc -o call_thread call_thread.o -export-dynamic -L/usr/local/lib/python2.4/config -lpython2.4 -lpthread -lm -ldl -lutil
call_thread.o: call_thread.c
gcc -c c