代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/275852/10791725
lnk tos.interfaces.receivemsg.nc.source.lnk
www.eeworm.com/read/275852/10791744
lnk tos.interfaces.stdcontrol.nc.source.lnk
www.eeworm.com/read/275852/10791775
lnk tos.interfaces.routecontrol.nc.source.lnk
www.eeworm.com/read/417019/11007093
js 16.03 - using interfaces with the command pattern.js
/* Command interface. */
var Command = new Interface('Command', ['execute']);
/* Checking the interface of a command object. */
// Ensure that the execute operation is defined. If not, a descriptiv
www.eeworm.com/read/417019/11007107
js 2.02 - emulating interfaces with attribute checking.js
/*
interface Composite {
function add(child);
function remove(child);
function getChild(index);
}
interface FormItem {
function save();
}
*/
var CompositeForm = function(id, method
www.eeworm.com/read/417019/11007119
js 2.03 - emulating interfaces with duck typing.js
// Interfaces.
var Composite = new Interface('Composite', ['add', 'remove', 'getChild']);
var FormItem = new Interface('FormItem', ['save']);
// CompositeForm class
var CompositeForm = function(id,
www.eeworm.com/read/299980/7815936
pdf automatic language translation for user interfaces.pdf
www.eeworm.com/read/410716/11271154
pdf digital.video.and.hdtv.algorithms.and.interfaces.pdf
www.eeworm.com/read/259514/11785801
ppt 第十一章 interfaces.ppt
www.eeworm.com/read/206744/15290269