代码搜索:executing
找到约 1,160 项符合「executing」的源代码
代码结果 1,160
www.eeworm.com/read/222590/14684775
readme_shsem
FILE LIST -
semTask1.c
semTask2.c
DESCRIPTION -
The following code example creates two tasks executing on
different CPUs and using shared semaphores. The routine
semTask
www.eeworm.com/read/210394/15199410
readme_shsem
FILE LIST -
semTask1.c
semTask2.c
DESCRIPTION -
The following code example creates two tasks executing on
different CPUs and using shared semaphores. The routine
semTask
www.eeworm.com/read/37180/899726
cpp xt12-3-1.cpp
#include
using namespace std;
class Point
{public:
Point(float a,float b):x(a),y(b){}
~Point(){cout
www.eeworm.com/read/37180/899735
cpp xt12-3-2.cpp
#include
using namespace std;
class Point
{public:
Point(float a,float b):x(a),y(b){}
~Point(){cout
www.eeworm.com/read/37363/901475
scf scatterload.scf
ROM_LOAD 0x00000000 ;// Origination Point of Code (Code in Flash)
{
ROM_EXEC 0x00000000 ;// Origination Point of Executing
{
Startup.o (vectors,
www.eeworm.com/read/37363/901477
scf mem_a.scf
ROM_LOAD 0x80000000 ;// Origination Point of Code (Code in Exflash)
{
ROM_EXEC 0x80000000 ;// Origination Point of Executing
{
Startup.o (vector
www.eeworm.com/read/492281/1176985
readme_shsem
FILE LIST -
semTask1.c
semTask2.c
DESCRIPTION -
The following code example creates two tasks executing on
different CPUs and using shared semaphores. The routine
semTask
www.eeworm.com/read/459034/1574807
java testresult.java
package jmathlib.tools.junit.framework;
import java.util.Vector;
import java.util.Enumeration;
/**
* A TestResult collects the results of executing
* a test case. It is an inst
www.eeworm.com/read/239567/4597436
py test_pydevdio.py
import sys
import os
import unittest
class Test(unittest.TestCase):
def testIt(self):
#make it as if we were executing from the directory above this one (so that we can us
www.eeworm.com/read/229812/4739356
c except10.c
#include "fail.h"
// 93/11/18 (jww) fixed on 10.0 (not on 9.5)
// reported by a customer (AFS)
/* Watcom 9.5, patch A: Executing the "for" loop causes Foo's constructor
to be called 4 times