代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/322851/13363946
h libmsntp.h
/**
* libmsntp
* http://snarfed.org/space/libmsntp
*
* Copyright 2005, Ryan Barrett
*
* libmsntp is a shared library that provides SNTP client and server
* functionality. I
www.eeworm.com/read/321199/13410768
txt abstract.txt
The 'IWDG' project is a simple program for the STM32F103RBT6
using Keil 'MCBSTM32' Evaluation Board and demonstrating
the use of the Independent Watchdog.
Example functionality:
www.eeworm.com/read/321198/13410776
txt abstract.txt
The 'GPIO' project is a simple program for the STM32F103RBT6
using Keil 'MCBSTM32' Evaluation Board and demonstrating
the use of the GPIO ports.
Example functionality:
www.eeworm.com/read/321197/13410785
txt abstract.txt
The 'EXTI' project is a simple program for the STM32F103RBT6
using Keil 'MCBSTM32' Evaluation Board and demonstrating
the use of the external interrupts.
Example functionality:
www.eeworm.com/read/321196/13410798
txt abstract.txt
The 'CAN' project is a simple program for the STM32F103RBT6
using Keil 'MCBSTM32' Evaluation Board and demonstrates
the use of the CAN peripheral.
Example functionality:
www.eeworm.com/read/320605/13422318
java arrays2.java
//: com:bruceeckel:util:Arrays2.java
// A supplement to java.util.Arrays, to provide additional
// useful functionality when working with arrays. Allows
// any array to be converted to a String, an
www.eeworm.com/read/304660/13790060
h pango-glyph-item-private.h
/* Pango
* pango-glyph-item-private.h: Pair of PangoItem and a glyph string; private
* functionality
*
* Copyright (C) 2004 Red Hat Software
*
* This library is free software; you can redistri
www.eeworm.com/read/144216/5752457
2use
Check lexical warnings functionality
TODO
check that the warning hierarchy works.
__END__
# check illegal category is caught
use warnings 'this-should-never-be-a-warning-category' ;
EXPECT
unkno
www.eeworm.com/read/144216/5752471
1global
Check existing $^W functionality
__END__
# warnable code, warnings disabled
$a =+ 3 ;
EXPECT
########
-w
# warnable code, warnings enabled via command line switch
$a =+ 3 ;
EXPECT
Reversed += oper
www.eeworm.com/read/141450/5769879
java plynotation.java
/*
PlyNotation - This interace defines the functionality to notate a ply.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and