代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/167647/9957507
pjt app.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="app"
ProjectDir="C:\Labs\Lab534-VideoMotionDetect\projects\evmdm642\"
ProjectType=Ex
www.eeworm.com/read/167647/9957513
log cc_build_debug.log
------------------------------ app.pjt - Debug ------------------------------
[DM642_app.cdb] "c:\ti\plugins\bios\gconfgen" DM642_app.cdb
[cellDiff.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -q -eoo64
www.eeworm.com/read/356536/10225090
cpp fdtd_3d_xyzpml_lorentz_mpi_openmp.cpp
////////////////////////////////////////////////////////////////////////////////
//Parallel 3D FDTD algorithm with Lorentz dispersion model
// - MPI Non-Blocking communication operations
// - Open
www.eeworm.com/read/280833/10290262
c appthreads.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/280833/10290365
pjt app.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="app"
ProjectDir="C:\ti\boards\evmdm642\examples\audio\rf5\projects\evmdm642\"
Projec
www.eeworm.com/read/162470/10303195
c mtdm.c
#include
#include
#include
#include
#define THREADS 4
#define LOOPTIME 5
pthread_t t[THREADS];
int cnt;
int loop;
pthread_mutex_t m = PTHREAD_MUTEX_INITI
www.eeworm.com/read/278472/10534116
c main.c
/*****************************************************************
* *
* Copyright (c) 2001-2007 McObject LLC. All Right Reserved. *
www.eeworm.com/read/275831/10794363
rb 03 - performing dns queries.rb
require 'resolv'
Resolv::DNS.new.each_address("oreilly.com") { |addr| puts addr }
# 208.201.239.36
# 208.201.239.37
#---
dns = Resolv::DNS.new
domain = "oreilly.com"
dns.each_resource(domain, Resolv::
www.eeworm.com/read/274986/10841225
java fiveserver.java
import java.net.*;
import java.io.*;
import java.util.*;
public class FiveServer
{
public static void main(String[] args)
{
ServerSocket socket = null;
Vector m_threads = new Vector();
www.eeworm.com/read/419588/10857535
h ap_mpm.h
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyr