代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/319795/3551864
rb item_api.rb
class Item < ActionWebService::Struct
member :id, :int
member :title, :string
end
class ItemApi < ActionWebService::API::Base
api_method :find_all_items,
:returns => [[Ite
www.eeworm.com/read/319795/3551952
rb item_api.rb
class ItemApi < ActionWebService::API::Base
api_method :find_all_items,
:returns => [[Item]]
end
www.eeworm.com/read/319795/3551953
rb category_api.rb
class CategoryApi < ActionWebService::API::Base
api_method :find_category_by_id,
:expects => [:int],
:returns => [Category]
end
www.eeworm.com/read/318730/3564442
c api_lib.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/318730/3564445
c api_msg.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/318730/3564464
h api_msg.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/318730/3564684
c api_lib.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/318730/3564687
c api_msg.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permi
www.eeworm.com/read/318730/3564706
h api_msg.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/317451/3580128
cc imep_api.cc
/*
imep_api.cc
$Id: imep_api.cc,v 1.12 1998/11/19 06:17:12 dmaltz Exp $
*/
#include
#define CURRENT_TIME Scheduler::instance().clock()
static const int verbose = 0;
//