代码搜索:ability
找到约 977 项符合「ability」的源代码
代码结果 977
www.eeworm.com/read/365166/9876376
gel projectmanagement.gel
// A GEL Function showcasing GELs ability
// to automate common tasks
menuitem "Project Management Tool";
hotmenu Run_Project()
{
// Call standard GEL library function to load project
GEL_Proje
www.eeworm.com/read/421644/10718319
adb attributes.adb
--Attributes
--Ada also provides the ability to enquire about a type or object from within
--the code by using attributes. Some of the attributes for
--discrete types are
with Text_IO; use Text_IO
www.eeworm.com/read/421644/10718436
adb .#attributes.adb
--Attributes
--Ada also provides the ability to enquire about a type or object from within
--the code by using attributes. Some of the attributes for
--discrete types are
with Text_IO; use Text_IO
www.eeworm.com/read/349793/10799613
gel projectmanagement.gel
// A GEL Function showcasing GELs ability// to automate common tasks
menuitem "Project Management Tool";
hotmenu Run_Project(){
// Call standard GEL library function to load project
GEL_ProjectLoa
www.eeworm.com/read/417108/11003520
changes
1.5 -> 1.6
- add ability to perform callbacks for every, not just first, match.
1.3 -> 1.5
- heavy dose of const's
- poptParseArgvString() now NULL terminates the list
1.2.3 -> 1.3
- added suppo
www.eeworm.com/read/462426/7201800
cpp 1029-rabbit.cpp
// fatlin 2009-3-21
//1029 Ratbit
/*************************** Rabbit
Problem
The rabbits have powerful reproduction ability.
One pair of adult rabbits can give birth to one pair of kid rabbits
www.eeworm.com/read/453468/7419531
h statusmanager.h
#pragma once
#include
#include
#include "BaseStatus.h"
class Ability;
class Character;
class AbilityStatus;
struct STATE_INFO;
class StatusManage
www.eeworm.com/read/451823/7455277
m test_all.m
% test_all tests the CSIRO matlab/netcdf interface. The user is prompted to
% test its ability to read both netcdf and opendap files. The retrieved
% values are compared with the "correct" ones stored
www.eeworm.com/read/451140/7470779
h optiontokens.h
/* The order of this does NOT matter, but do not give things specific values
* or you will screw up the ability to count things properly */
enum e_OptionBaseToken
{
OT_NODISP,
OT_AUTO,
OT
www.eeworm.com/read/449568/7500715
c oops.c
/*
* Loadable driver which provides the ability to generate a kernel
* protection fault. Mainly useful for testing the address translation
* capabilities of klogd.
*
* Fri Oct 27 14:34:27 CDT 19