sector(瑞士鐘錶品牌)

sector(瑞士鐘錶品牌)

本詞條是多義詞,共2個義項
更多義項 ▼ 收起列表 ▲

sector 是c語言函式名。功能是畫並填充橢圓扇區。

基本介紹

  • 中文名:sector
  • 功 能:畫並填充橢圓扇區
  • 類型:函式名
  • 用 法:void far sector
函式名: sector,腕錶品牌Sector,簡介,歷史,

函式名: sector

用 法: void far sector(int x, int y, int stangle, int endangle)
程式例:
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>
#include <conio.h>
int main(void)
{
/* request auto detection */
int gdriver = DETECT, gmode, errorcode;
int midx, midy, i;
int stangle = 45, endangle = 135;
int xrad = 100, yrad = 50;
/* initialize graphics and local variables */
initgraph(&gdriver, &gmode, "");
/* read result of initialization */
errorcode = graphresult();
if (errorcode != grOk) /* an error occurred */
{
printf("Graphics error: %s\n", grapherrormsg(errorcode));
printf("Press any key to halt:");
getch();
exit(1); /* terminate with an error code */
}
midx = getmaxx() / 2;
midy = getmaxy() / 2;
/* loop through the fill patterns */
for (i=EMPTY_FILL; i<USER_FILL; i++)
{
/* set the fill style */
setfillstyle(i, getmaxcolor());
/* draw the sector slice */
sector(midx, midy, stangle, endangle, xrad, yrad);
getch();
}
/* clean up */
closegraph();
return 0;
}

腕錶品牌Sector

sector 瑞士鐘錶品牌

簡介

1973年創立,因鑽研運動腕錶而打響名堂,極速冒起。以精確、創新、高技術及配合運動員需要為品牌理念和創作軸心,腕錶深受運動員垂青。四大系列包括攀山、海洋、競賽、生活時尚,各具設計特色和功能特性,均是為熱愛戶外活動和白領一族等專業人士而設,深受專業人士愛戴,包括自由潛水員Patrick Musium、 速度滑雪運動員Simone Origone和徒手攀岩員Chris Sharma。品牌成名作之一,是由自由潛水運動員Patrick Musium親自操刀設計的海洋系列——Sector Master 1000腕錶:將追求時間精準的理念投放在設計上。

歷史

瑞士腕錶生產商SectorGroup以製造及分銷高質素腕錶為主,業務遍布全球,每年生產量更高達一百三十萬隻。品牌歷史可追溯至十九世紀中期,並正式在一九七三年奠立,旗下腕錶的設計及市務營運由義大利總部負責,而生產製作及國際分銷即由瑞士部門負責,其腕錶可說是融合義大利優雅設計與瑞士高科技的製成品。

相關詞條

熱門詞條

聯絡我們