CharacterEncoding is an option for input and output functions which specifies what raw character encoding should be used.
CountryData["tag", " property"] gives the value of the specified property for the country, country-like entity, or group of countries specified by " tag".CountryData["tag", ...
ButterflyGraph[n] returns the n-dimensional butterfly graph, a directed graph whose vertices are pairs (w, i), where w is a binary string of length n and i is an integer in ...
NormalDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
Strong
(Combinatorica Package Symbol) Strong is an option to ConnectedQ that seeks to determine if a directed graph is strongly connected.
ThickDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
ThinDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
Weak
(Combinatorica Package Symbol) Weak is an option to ConnectedQ that seeks to determine if a directed graph is weakly connected.
FilterRules[rules, patt] filters the list rules by picking out only those rules whose left-hand sides match patt.FilterRules[rules, {patt_1, patt_2, ...}] picks out rules ...
Here are a few examples that demonstrate building user interfaces with the GUIKit framework. Hello World—The classic simple application written with GUIKit. Simple Slider