Playing Cards Toolbox 1.0

버전 1.0.0.0 (41 KB) 작성자: Rasmus Anthin
Contains a card class for simple usage. Supports matrices of cards. 37 object methods.
다운로드 수: 3.9K
업데이트 날짜: 2005/7/5

라이선스 없음

Easier to tell what this is by showing the contents file:
%%%%%%%%%%%%%%%%%%
Playing Cards Toolbox.
Version 1.0 17-Jun-2005

What's new.
readme_card.txt - New features, bug fixes, and changes in this version.

Miscellaneous.
cardplot - Plots cards (non-object).
solitaire - A solitaire game template of sorts.

Card creation.
card - Card object constructor.
cards - Card matrix.
deck - 13x4 Standard card deck.
rcard - Random card matrix.

Card tests.
iscard - True for card objects.
isjoker - True for joker cards.
isup - True for face up cards.
isvisible - True for visible cards.

Relational operators.
eq - Equal values. ==
ne - Not equal values. ~=
lt - Less than for values. <
gt - Greater than for values. >
le - Less than or equal for values. <=
ge - Greater than or equal for values. >=

Concatenation.
horzcat - Horizontal concatenation. [,]
vertcat - Vertical concatenation. [;]

Card operations.
change - Change value and suit.
ctranspose - Flip card. '
facedn - Turn card face down.
faceup - Turn card face up.
flip - Flip card.
hide - Hide card.
joker - Change to joker cards.
show - Show card.
suit - Set or show suit.
value - Set or show value.

Card arithmetics.
sum - Sum or "weighted" sum of values.
weight - Weighting card values.

Card plotting and display.
table - Creates a card table.
delete - Deletes plotted card objects from table.
deselect - Pick a card with the mouse.
disp - Display card objects.
display - Standard output for card objects.
plot - Plots cards on a table.
select - Put down picked card.
slot - Card stacking slot.

Card layout.
csize - Size of card.
cwidth - Width of card.
layer - Set or show card layer.
layout - A layout manager.
position - Set or show card position.
snap - Snap cards to grid.

%%%%%%%%%%%%%%%%%%%%%%
The toolbox contain several examples in order to quickly get started.
The plot function uses the CARDPLOT utility.

Note: Refer to CARD/DISP for how to change the display format for cards on the std output.

Enjoy!

인용 양식

Rasmus Anthin (2024). Playing Cards Toolbox 1.0 (https://www.mathworks.com/matlabcentral/fileexchange/7963-playing-cards-toolbox-1-0), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R10
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Card games에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0