代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/321357/3537987
c load_task.c
/******************************************************************************
*
* Copyright (c) 2004 Freescale Semiconductor, Inc.
*
* Permission is hereby granted, free of charge, to any perso
www.eeworm.com/read/320466/3547299
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/319931/3551493
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/319795/3551752
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/319795/3551758
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/319795/3551760
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/319795/3551800
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/319795/3551806
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/319795/3551808
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/318730/3564992
c uip_task.c
/*
FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it