代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/189320/5200615
h task_timer.h
/* -*- c++ -*- */
// Task_Timer.h,v 1.2 2004/06/10 22:42:42 shuston Exp
#ifndef JAWS_TASK_TIMER_H
#define JAWS_TASK_TIMER_H
#include "ace/Singleton.h"
#include "ace/Timer_Wheel.h"
#include "ace/Time
www.eeworm.com/read/188906/5205043
rb task_test.rb
require File.dirname(__FILE__) + '/../test_helper'
class TaskTest < Test::Unit::TestCase
fixtures :tasks
# Replace this with your real tests.
def test_truth
assert_kind_of Task, tasks(:fir
www.eeworm.com/read/188906/5205049
rb task_controller.rb
class TaskController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
def index
@editable = true
www.eeworm.com/read/188906/5205051
rb task_helper.rb
module TaskHelper
def TaskHelper::time_convert(int_time)
x = int_time / 60
s = ' '
if x > 60 * 24
x = '超过 1'
s = ' 天'
elsif x >= 60
x = x /60
s = ' 小时'
else
s = '
www.eeworm.com/read/188906/5205091
rb task_test.rb
require File.dirname(__FILE__) + '/../test_helper'
class TaskTest < Test::Unit::TestCase
fixtures :tasks
# Replace this with your real tests.
def test_truth
assert true
end
end
www.eeworm.com/read/188906/5205097
rb task_controller.rb
class TaskController < ApplicationController
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=GB2312"
end
def index
@editable = true
www.eeworm.com/read/188906/5205099
rb task_helper.rb
module TaskHelper
def TaskHelper::time_convert(int_time)
x = int_time / 60
s = ' '
if x > 60 * 24
x = '超过 1'
s = ' 天'
elsif x >= 60
x = x /60
s = ' 小时'
else
s = '
www.eeworm.com/read/187779/5216112
c task_arm.c
#include "config.h"
extern OS_EVENT *MsgQueue;
/*$PAGE*/
/*$PAGE*/
/*
*********************************************************************************************************
*
www.eeworm.com/read/187779/5216144
c task_arm.c
#include "config.h"
extern OS_EVENT *RandomSem;
/*
*********************************************************************************************************
*
www.eeworm.com/read/187779/5216174
c task_arm.c
#include "config.h"
#define TASK_START_PRIO 10 /* Application tasks priorities */
/*$PAGE*/
/*
****************************************************