代码搜索:Controller
找到约 10,000 项符合「Controller」的源代码
代码结果 10,000
www.eeworm.com/read/188906/5205773
rb test_controller.rb
class TestController < ApplicationController
def index
render(:template => "test/index")
end
end
www.eeworm.com/read/188906/5205816
rb test_controller.rb
class TestController < ApplicationController
def index
@item_pages, @items = paginate(:items, :order_by => 'name', :per_page => 5)
render(:template => "test/index")
end
def show_blog
www.eeworm.com/read/184442/5249260
cpp controller_init.cpp
// Distributed control system: controller node
//
// Receives messages from the sensor node, computes control signal
// and sends it to the actuator node. Also contains a high-priority
// disturbing t
www.eeworm.com/read/184442/5249270
m controller_init.m
function controller_init(arg)
% Distributed control system: controller node
%
% Receives messages from the sensor node, computes control signal
% and sends it to the actuator node. Also contains a hi
www.eeworm.com/read/182103/5273027
c ide_controller.c
/*
* ide_controller.c
*
* This is generic rtems driver for IDE controllers.
*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Authors: Alexandra Kossovsky
*
www.eeworm.com/read/176096/5340747
v atahost_controller.v
/////////////////////////////////////////////////////////////////////
//// ////
//// OpenCores ATA/ATAPI-5 Host Controller
www.eeworm.com/read/176096/5340759
v atahost_controller.v
/////////////////////////////////////////////////////////////////////
//// ////
//// OCIDEC-1 ATA/ATAPI-5 Host Controller
www.eeworm.com/read/176096/5340771
vhd atahost_controller.vhd
---------------------------------------------------------------------
---- ----
---- OpenCores IDE Controller