Microsoft Word - MDOnline 2001.

Size: px
Start display at page:

Download "Microsoft Word - MDOnline 2001."

Transcription

1 - 1 -

2 - 2 -

3 #pragma mark LABELNAME mark #pragma mark SETTITLE - 3 -

4 - 4 -

5 - 5 -

6 NSApplication requestuserattention : NSApplication : - (int) requestuserattention : (NSRequestUserAttentionType) reqtype reqtype : : ( ) - 6 -

7 NSRequestUserAttentionType: enum { NSInformationalRequest = 0, // NSCriticalRequest = 1 // } NSRequestUserAttentionType; canceluserattentionrequest : requestuserattention : NSApplication : - (void) canceluserattentionrequest : (int) request request : NSApp NSApplication int ireqno = [ NSApp requestuserattention : NSCriticalRequest ]; // : [ NSApp canceluserattentionrequest : ireqno ]; // requestuserattention : - 7 -

8 NSApplication applicationdockmenu : - (NSMenu *) applicationdockmenu : (NSApplication *) sender { [ songmenuitem settitle song Tambo mix" ]; return( dockmenubase ); } - 8 -

9 dockmenubase songmenuitem dockmenubase NSTextView NSTextView startspeaking : - 9 -

10 textview NSTextView NSTextView [ textview setstring My name is Kero. ]; [ textview startspeaking : self ]; NSFileManager NSFileManager : - (NSDictionary *) fileattributesatpath : (NSString *) path traverselink : (BOOL ) yorn path : yorn : YES - NO : filepath %@, [ [ NSFileManager defaultmanager ] fileattributesatpath filepath traverselink : YES ] );

11 2001-XX-XX 16:31: FileTypeCreator[428] { NSFileExtensionHidden = 0; NSFileGroupOwnerAccountName = staff; NSFileHFSCreatorCode = ; NSFileHFSTypeCode = ; NSFileModificationDate = :40: ; NSFileOwnerAccountName = crane; NSFilePosixPermissions = 511; NSFileReferenceCount = 1; NSFileSize = 4003; NSFileSystemFileNumber = ; NSFileSystemNumber = ; NSFileType = NSFileTypeRegular; } NSFileHFSTypeCode NSFileHFSCreatorCode unsigned long JPEG 8BIM NSDictionary : - (OSType) filehfstypecode : NSDictionary : - (OSType) filehfscreatorcode : OSType unsigned long

12 OSTypeNSString NSString *NSFileTypeForHFSTypeCode( OSType hfsfiletypecode ) hfsfiletypecode : NSStringOSType : OSType ( 'TEXT' ) NSStringOSType OSType NSHFSTypeCodeFromFileType( NSString *filetypestring ) filetypestring : OSTypeNSString ( 'TEXT' ) : NSString NSString NSString NSFileManager *fm = [ NSFileManager defaultmanager ]; NSDictionary *dic = [ fm fileattributesatpath : filepath traverselink : YES ]; NSFileTypeForHFSTypeCode( [ dic filehfstypecode ] ) ); NSFileTypeForHFSTypeCode( [ dic filehfscreatorcode ] ) ); NSFileManager : - (BOOL) changefileattributes : (NSDictionary *) attributes atpath : (NSString *) path attributes : path : : - YES - NO

13 // NSString *filepath ; NSFileManager *fm = [ NSFileManager defaultmanager ]; NSDictionary *dic = [ fm fileattributesatpath : filepath traverselink : YES ]; // NSMutableDictionary *dicnew = [ NSMutableDictionary dictionarywithdictionary : dic ]; // OSType OSType filetype = ); OSType creator = ); // NSNumber NSNumber *numfiletype = [ NSNumber numberwithunsignedlong : filetype ]; NSNumber *numcreator = [ NSNumber numberwithunsignedlong : creator ]; // [ dicnew setobject : numfiletype forkey : NSFileHFSCreatorCode ]; [ dicnew setobject : numcreator forkey : NSFileHFSTypeCode ]; // [ fm changefileattributes : dicnew atpath : filepath ]; NSFileManager NSFileManger

14 NSFileManager *fm = [ NSFileManager defaultmanager ]; BOOL bresult; NSString *srcpath ; NSString *dstpath ; bresult = [ fm movepath : srcpath topath : dstpath handler : nil ]; //

15 displaynameatpath : NSFileManager NSFileManager *fm = [ NSFileManager defaultmanager ]; NSString *dispname = [ fm displaynameatpath filepath ]; NSFileManager : - (NSString *) displaynameatpath : (NSString *) path path : : ( ) /Users/crane/Pictures/photo.jpg photo.jpg or photo

16 NSSavePanel setcanselecthiddenextension : NSSavePanel : - (void) setcanselecthiddenextension : (BOOL) flag flag : YES - NO : isextensionhidden NSSavePanel : - (BOOL) isextensionhidden : YES - NO

17 NSSavePanel *sp = [ NSSavePanel savepanel ]; int ists; BOOL bhidden; [ sp setcanselecthiddenextension : YES ]; // ists = [ sp runmodalfordirectory : NSHomeDirectory() file ]; bhidden = [ sp isextensionhidden ]; // NSFileExtensionHidden numberwithbool : NSNumber 2001-XX-XX 16:31: FileTypeCreator[428] { NSFileExtensionHidden = 0; NSFileGroupOwnerAccountName = staff; : // NSFileManager *fm = [ NSFileManager defaultmanager ]; NSDictionary *dic = [ fm fileattributesatpath : filepath traverselink : YES ]; // NSMutableDictionary *dicnew = [ NSMutableDictionary dictionarywithdictionary : dic ]; // NSNumber NSNumber *exthidden = [ NSNumber numberwithbool : YES or NO ]; // [ dic setobject : exthidden forkey : NSFileExtensionHidden ]; // [ fm changefileattributes : dicnew atpath : filepath ];

18 NSDictionary : - (BOOL) fileextensionhidden : YES - NO // NSFileManager *fm = [ NSFileManager defaultmanager ]; NSDictionary *dic = [ fm fileattributesatpath : filepath traverselink : YES ]; // BOOL bhidden = [ dic fileextensionhidden ];

Microsoft Word - MDOnline 2001.

Microsoft Word - MDOnline 2001. NSToolbar NSToolbarItem - 1 - Font Style Font Size セパレータ Blue Text Print : 文字修飾 ( Plain Text Bold Italic ) をメニューから変更する : 文字サイズをステッパーで変更する : 区切りを表示する : 文字色を青と黒に交互に切替える : テキストビューを印刷する NSTextView blueletter.tif

More information

TextSystemOverview

TextSystemOverview テキストシステム アーキテクチャー ソフトウエア設計者にとって アプリケーションにおけるテキストの取り扱いという問題は 最も頭を悩ま せる要素です 最も 基本的な テキストシステムでも 入力 レイアウト 表示 編 集 コピー ペースト これらはサポートされていて当たり前です そのうえ最近は 単なるエ ディタ ワードプロセッサではなく でさえ複数のフォントやパラグラフ スタイル イメージの貼付に スペル

More information

1/5 ページ 日記検索ブログトップ記事一覧ログイン無料ブログ開設 fn7の日記 プロフィール 2010-02-03 Objective-C 最速基礎文法マスター Java 基礎文法最速マスター - 何かしらの言語による記述を解析する日記を参考に Objective-Cのものを書いてみた

More information

StringProgrammingGuide

StringProgrammingGuide Strings Programming Guide for Cocoa lengh characteratindex: mystring NSString *mystring = @"some text in an NSString..."; NSRange letterrange; letterrange = [mystring rangeofcharacterfromset:[nscharacterset

More information

ARC Automatic Reference Counting clang 新しいコンパイラ LLVMプロジェクト (http://llvm.org/) のコンパイラ C Objective-C C++ の効率的なコードを生成 オプションなどは gcc とほぼ共通 Apple社独自の拡張機能を実現 ARC ブロックオブジェクトなど ARCを利用するには clang が必須 コンパイルオプションに

More information

untitled

untitled 186 17 100160250 1 10.1 55 2 18.5 6.9 100 38 17 3.2 17 8.4 45 3.9 53 1.6 22 7.3 100 2.3 31 3.4 47 OR OR 3 1.20.76 63.4 2.16 4 38,937101,118 17 17 17 5 1,765 1,424 854 794 108 839 628 173 389 339 57 6 18613

More information

untitled

untitled 1. 3 14 2. 1 12 9 7.1 3. 5 10 17 8 5500 4. 6 11 5. 1 12 101977 1 21 45.31982.9.4 79.71996 / 1997 89.21983 41.01902 6. 7 5 10 2004 30 16.8 37.5 3.3 2004 10.0 7.5 37.0 2004 8. 2 7 9. 6 11 46 37 25 55 10.

More information

@interface thisdocument @end + [ NSWindow alloc ] NSWindow alloc - [ NSWindow center ] NSWindowcenter

@interface thisdocument @end + [ NSWindow alloc ] NSWindow alloc - [ NSWindow center ] NSWindowcenter COCOYAPA! COCOA TIPS COLLECTION cocoanote : version 20050424.117 by Kengo Tsuruzono - crane @ arostate @interface thisdocument @end + [ NSWindow alloc ] NSWindow alloc - [ NSWindow center ] NSWindowcenter

More information

cf_19_0802

cf_19_0802 CREATOR' S FILE 6 b i z. t o p p a n. c o. j p / g a i n f o 2 vol.39 Aug.24, 2007 S H I R A I Y O S H I H I S A 19 No. 7 8 9 C R E AT O R ' S F I L E vol.39 2007824 1 101-0024 http://www.toppan.co.jp

More information

) CoreImage 2013/5/25 iphone

) CoreImage 2013/5/25 iphone ) CoreImage 2013/5/25 iphone DJ / : takatronix Facebook/Twitter/Skype/LINE/Weibo -> takatronix http://takatronix.com LEGO FX SEXY SCAN... (SexyMirror)2013/1 iphone ios API UIImagePickerController UI AVFoundation.framework

More information

NSBitmapImageRep NSBitmapImageRep *brep = ; int inumframe = [ [ brep valueforproperty : NSImageFrameCount ] intvalue ]; NSBitmapImageRep valueforprope

NSBitmapImageRep NSBitmapImageRep *brep = ; int inumframe = [ [ brep valueforproperty : NSImageFrameCount ] intvalue ]; NSBitmapImageRep valueforprope 2002.10.12 ( 4th Edition ) 2002.09.07 : 1st 2002.09.09 : 2nd 2002.09.14 : 3rd 2002.10.12 : 4th - 1 - NSBitmapImageRep NSBitmapImageRep *brep = ; int inumframe = [ [ brep valueforproperty : NSImageFrameCount

More information

ISO31000のFM分野との関連

ISO31000のFM分野との関連 ISO31000 2011.2.8 01 02 31000 ISO 31000 03 31000 31000 31000 31000 2010 2001 31000 2001 31000 04 05 06 07 IS0 31000 08 IS0 31000 09 10 IS0 31000 11 4.2 IS0 31000 4.3 4.6 4.4 4.5 5 2. 5.3 5.4 5.4.2 5.4.3

More information

NSDate NSCalendarDate NSObject NSDate NSCalendarDate NSDate NSCalendarDate NSDate NSCalendar NSDate date NSDate *d = [ NSDate date ]; // NSDate : + (i

NSDate NSCalendarDate NSObject NSDate NSCalendarDate NSDate NSCalendarDate NSDate NSCalendar NSDate date NSDate *d = [ NSDate date ]; // NSDate : + (i 2002.7.30 ( 1 st Edition ) - 1 - NSDate NSCalendarDate NSObject NSDate NSCalendarDate NSDate NSCalendarDate NSDate NSCalendar NSDate date NSDate *d = [ NSDate date ]; // NSDate : + (id) date : init date

More information

2004年度版「労働組合の会計税務に係る実務マニュアル」の販売について

2004年度版「労働組合の会計税務に係る実務マニュアル」の販売について URL http://www.rofuku.net 7/17/14 7/127/28 7/268/11 8/12 ( ) FAX ( ) ( ) ( ) @ ( ) ( ) @ ( ) ( ) @ ( ) ( ) @ ( ) ( ) @ (1) YES NO NO YES 1,000 NO YES NO YES YES NO 1,000 YES 5,000 NO NO YES NO YES

More information

(1)

(1) ~ ~ NO YES ~ ( NO YES ) YES NO NO YES ~ ( NO YES ) YES NO 1 1 NO 2 NO 2YES YES 1 (1) 25 26 2 3 () () () () 4 () () 5 6 () 7 () 8 9 1-3-1 10 3 11 12 ~1. (1) () () (2) (3) () (4) () () (5) (6) (7) (1) (2)

More information

untitled

untitled 13 50 15 6.0 0.25 220 23 92 960 16 16 3.9 3.9 12.8 83.3 7 10 1150 90 1035 1981 1850 4700 4700 15 15 1150 1150 10 12 31 1.5 3.7%(224 ) 1.0 1.5 25.4%(1522 ) 0.7 30.6 1835 ) 0.7 1.0 40.3 (2421 ) 7.3

More information

Objective-C Objective-C C Toolbox API Cocoa Objective-C Java Carbon API C API Objective-C Java Pure Java Java AppleScript Java Objective-C Project Bui

Objective-C Objective-C C Toolbox API Cocoa Objective-C Java Carbon API C API Objective-C Java Pure Java Java AppleScript Java Objective-C Project Bui AppleScript Studio AppleScript AppleScript Stduio Objective-C Cocoa Cocoa Objective-C Java AppleScript AppleScript Studio Application Suite call method call method [of class ] [of object ] [with parameter

More information

Swift1.key

Swift1.key Swift Swift 対象読者としては すでにC 言語および Objective-C( あるいは少なくともJava など ) によるプログラミングの経験がある人を想定しています すでに出版されている入門書や雑誌記事ではSwiftの全体像が把握できないと感じている人には特にお勧めです ジェネリクスの機能や標準ライブラリに関する解説なども含んでおり 現時点では最も 濃い Swift 本になっていると思います

More information

02

02 54 163116831 02 1 168 54 158 53 162 53 148 52 152 52 10,000 0 40,000 30,000 20,000 50,000 70,000 60,000 1,000 500 1,500 2,000 0 2,500 3,000 4,000 3,500 4,500 168 54 158 53 162 53 148 52 152 52 03 52148

More information

JavaScriptCore

JavaScriptCore http://kishikawakatsumi.com Twitter @k_katsumi 24/7 twenty-four seven http://d.hatena.ne.jp/kishikawakatsumi/ JSContext *context = [[JSContext alloc] init]; JSValue *result = [context evaluatescript:@"2

More information

橡00international.PDF

橡00international.PDF NATIONALITY 2001 01 23 1/22 - -11 NATIONALITY W p11-17 1 18-19 20 21 22 24-33 2/22 INTRODUCTION NATIONALITY NATIONALITY NATIONALITY NATIONALITY NATIONALITY J NATIONALITY NATIONALITY 3/22 NATIONALITY (1994)

More information

Lecture 2 Slides (January 7, 2010)

Lecture 2 Slides (January 7, 2010) CS193P - Lecture 2 iphone Application Development Objective-C Foundation Framework 1 Announcements Enrollment process is almost done Shooting for end of day Friday Please drop the class in Axess if you

More information

データ構造とアルゴリズム論

データ構造とアルゴリズム論 15 10 7 A[1]A[2] 5 5 A1A2 A5 9 A4 A1 A2 A3 A4 A5 9 A[4] [1] [2] [3] [4] [5] 5 A1A2 A5 A(1)A(5) A1 i 1 A2 A3 i5 Yes No A4 A[i] A5 i+1 13 15 10 7 100 100 Java Java 10 A int A[]; A= new int[10]; int A[] =

More information

tuat1.dvi

tuat1.dvi ( 1 ) http://ist.ksc.kwansei.ac.jp/ tutimura/ 2012 6 23 ( 1 ) 1 / 58 C ( 1 ) 2 / 58 2008 9 2002 2005 T E X ptetex3, ptexlive pt E X UTF-8 xdvi-jp 3 ( 1 ) 3 / 58 ( 1 ) 4 / 58 C,... ( 1 ) 5 / 58 6/23( )

More information

A, K, Q, J, 10, 9, 8, 7, 6, 5, 4, 3,

A, K, Q, J, 10, 9, 8, 7, 6, 5, 4, 3, 40 2 1. 2 2. 52 3. A, K, Q, J, 10, 9, 8, 7, 6, 5, 4, 3, 2 4. 13 5. 6. 7. 8. 9. 13 10. 11. 12. 1 VC++ VC++ Visual C++ Professional 2010 Visual C++ 2010 express Windows whist 2 OK] 3 Form1 size 800, 500

More information

Condition DAQ condition condition 2 3 XML key value

Condition DAQ condition condition 2 3 XML key value Condition DAQ condition 2009 6 10 2009 7 2 2009 7 3 2010 8 3 1 2 2 condition 2 3 XML key value 3 4 4 4.1............................. 5 4.2...................... 5 5 6 6 Makefile 7 7 9 7.1 Condition.h.............................

More information

untitled

untitled II yacc 005 : 1, 1 1 1 %{ int lineno=0; 3 int wordno=0; 4 int charno=0; 5 6 %} 7 8 %% 9 [ \t]+ { charno+=strlen(yytext); } 10 "\n" { lineno++; charno++; } 11 [^ \t\n]+ { wordno++; charno+=strlen(yytext);}

More information

untitled

untitled H8/300,H8S,H8SX [H8S,H8/300 Tool Chain Ver6.2.0.0] #define Inline static inline //************************************************** Inline char sil_and_mem(char *mem,char and) return (*((volatile

More information

Microsoft Word - „ú’¶flN‰à−î‰à“à’�›^›c−î‘•‡Ì›ð’à.doc

Microsoft Word - „ú’¶flN‰à−î‰à“à’�›^›c−î‘•‡Ì›ð’à.doc - 1 - - - 2 - - - 3 - - - 4 - - - 5 - - - 6 - - - 7 - - - 8 - - - 9 - - Q Q Q - 10 - - Q - 11 - - - 12 - - Q Q - 13 - - 8-14 - - - 15 - - 1-16 - - 20 3 12 () - 17 - - - 18 - - 8 8 9 8-19 - - - 20 - - 39

More information

- - http://168iroha.net 018 10 14 i 1 1 1.1.................................................... 1 1.................................................... 7.1................................................

More information

TOEIC

TOEIC TOEIC 1 1 3 1.1.............................................. 3 1.2 C#........................................... 3 2 Visual Studio.NET Windows 5 2.1....................................... 5 2.2..........................................

More information

netcdf

netcdf 1. Anetcdf.rb netcdf C ruby open new create NetCDF C filename String NetCDF NetCDF_open mode r r, w share false true or false open open netcdf filename String NetCDF NetCDF_create noclobber false true

More information

~ ~ ~ ~ン ~ 巨 Pictures~

More information

A/B (2010/10/08) Ver kurino/2010/soft/soft.html A/B

A/B (2010/10/08) Ver kurino/2010/soft/soft.html A/B A/B (2010/10/08) Ver. 1.0 kurino@math.cst.nihon-u.ac.jp http://edu-gw2.math.cst.nihon-u.ac.jp/ kurino/2010/soft/soft.html 2010 10 8 A/B 1 2010 10 8 2 1 1 1.1 OHP.................................... 1 1.2.......................................

More information

tkk0408nari

tkk0408nari SQLStatement Class Sql Database SQL Structured Query Language( ) ISO JIS http://www.techscore.com/tech/sql/02_02.html Database sql Perl Java SQL ( ) create table tu_data ( id integer not null, -- id aid

More information

AuthorManual_JSTP.ppt

AuthorManual_JSTP.ppt ScholarOne Manuscripts Log In Create Account Main Menu Author Dashboard Step 1: Type, Title & Abstract Step 2: Attributes Step 3: Authors & Institutions Step 4: Reviewers Step 5: Details & Comments Step

More information

Staff and Research Fields 124

Staff and Research Fields 124 123 Staff and Research Fields 124 125 Staff and Research Fields 126 127 Staff and Research Fields 128 129 Staff and Research Fields 130 131 Staff and Research Fields 132 133 Staff and Research Fields 134

More information

81 /******************************************************************************/ 82 /* スレーブアドレスの設定 */ 83 /*****************************************

81 /******************************************************************************/ 82 /* スレーブアドレスの設定 */ 83 /***************************************** 1 /******************************************************************************/ 2 /* IIC(Inter IC Bus) の制御 */ 3 /******************************************************************************/ 4 /*

More information

解きながら学ぶC++入門編

解きながら学ぶC++入門編 !... 38!=... 35 "... 112 " "... 311 " "... 4, 264 #... 371 #define... 126, 371 #endif... 369 #if... 369 #ifndef... 369 #include... 3, 311 #undef... 371 %... 17, 18 %=... 85 &... 222 &... 203 &&... 40 &=...

More information

C¥×¥í¥°¥é¥ß¥ó¥° ÆþÌç

C¥×¥í¥°¥é¥ß¥ó¥° ÆþÌç C (3) if else switch AND && OR (NOT)! 1 BMI BMI BMI = 10 4 [kg]) ( [cm]) 2 bmi1.c Input your height[cm]: 173.2 Enter Input your weight[kg]: 60.3 Enter Your BMI is 20.1. 10 4 = 10000.0 1 BMI BMI BMI = 10

More information

10th Developer Camp - B3

10th Developer Camp - B3 B3 C++ テクニカルセッション C++Builder 次期バージョン "2009" 活用法 エンバカデロ テクノロジーズエヴァンジェリスト高橋智宏 アジェンダ C++0x Delphi 2009 の言語拡張と C++Builder 2009 AnsiString, UTF8String, WideString, UnicodeString IDE への追加機能 プリコンパイル済みヘッダーウィザードと暗黙のインジェクト

More information

報告書

報告書 1 2 3 4 5 6 7 or 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2.65 2.45 2.31 2.30 2.29 1.95 1.79 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 60 55 60 75 25 23 6064 65 60 1015

More information

‚æ4›ñ

‚æ4›ñ ( ) ( ) ( ) A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9 (OUS) 9 26 1 / 28 ( ) ( ) ( ) A B C D Z a b c d z 0 1 2 9 (OUS) 9

More information

XMPによる並列化実装2

XMPによる並列化実装2 2 3 C Fortran Exercise 1 Exercise 2 Serial init.c init.f90 XMP xmp_init.c xmp_init.f90 Serial laplace.c laplace.f90 XMP xmp_laplace.c xmp_laplace.f90 #include int a[10]; program init integer

More information

() 50 84 63 22 25 63 22 () () () () () () () () () () () () () 56 26 9 3 2 3 750m 139 25 13 26 152 36 191 300 100 39 () Twitter )

More information

第2巻/4-2

第2巻/4-2 224 2 225 3, 4 19791 1 1,705736 736481 2 10 3 1 2 5 131 111 44 8 3 0 2 2 1 1 1 226 2 227 1994.12.31 495 90 337 37 23 23 7 81 21 68 12 2 6 1 99 13 52 6 4 1 2 13 27 5 84 759 137 484 63 29 30 15 228 3 3 3.3.3

More information

- 1 - A B C D E or or D or or d - 2 - A p18 P19 P21-3 - - 4 - B 2001 P21 P18 P19-5 - - 6 - C P21-7 - - 8 - D P21-9 - P16-10 - E - 11 - RT-PCR - 12 - P16-13 - P21-14 - P16-15 - - 16 - - 17 - Yes No Yes

More information

第5回お試しアカウント付き並列プログラミング講習会

第5回お試しアカウント付き並列プログラミング講習会 qstat -l ID (qstat -f) qscript ID BATCH REQUEST: 253443.batch1 Name: test.sh Owner: uid=32637, gid=30123 Priority: 63 State: 1(RUNNING) Created at: Tue Jun 30 05:36:24 2009 Started at: Tue Jun 30 05:36:27

More information

1 NScripter 1 [ NScripter ] NScripter NScripter 2 nathki bugyo 1 http://www.shuwasystem.co.jp/cgi-bin/detail.cgi?isbn=4-7980-1104-5 2 http://www.pulltop.com/gp04/ 2 NScripter NScripter BASIC ( ) NScLisper

More information

Minimum C Minimum C Minimum C BNF T okenseq W hite Any D

Minimum C Minimum C Minimum C BNF T okenseq W hite Any D 6 2019 5 14 6.1 Minimum C....................... 6 1 6.2....................................... 6 7 6.1 Minimum C Minimum C BNF T okenseq W hite Any Digit ::= 0 1 2... 9. Number ::= Digit Digit. Alphabet

More information

haskell.gby

haskell.gby Haskell 1 2 3 Haskell ( ) 4 Haskell Lisper 5 Haskell = Haskell 6 Haskell Haskell... 7 qsort [8,2,5,1] [1,2,5,8] "Hello, " ++ "world!" "Hello, world!" 1 + 2 div 8 2 (+) 1 2 8 div 2 3 4 map even [1,2,3,4]

More information

Java updated

Java updated Java 2003.07.14 updated 3 1 Java 5 1.1 Java................................. 5 1.2 Java..................................... 5 1.3 Java................................ 6 1.3.1 Java.......................

More information

(search: ) [1] ( ) 2 (linear search) (sequential search) 1

(search: ) [1] ( ) 2 (linear search) (sequential search) 1 2005 11 14 1 1.1 2 1.2 (search:) [1] () 2 (linear search) (sequential search) 1 2.1 2.1.1 List 2-1(p.37) 1 1 13 n

More information

,…I…y…„†[…e…B…fi…O…V…X…e…•‡Ì…J†[…l…‰fi®“ì‡Ì›Â”‰›»pdfauthor

,…I…y…„†[…e…B…fi…O…V…X…e…•‡Ì…J†[…l…‰fi®“ì‡Ì›Â”‰›»pdfauthor OS 1 1 4 1.1........................................... 4 1.2........................................... 4 2 5 2.1..................................... 5 2.2 OS................................... 5 3 7

More information

fp.gby

fp.gby 1 1 2 2 3 2 4 5 6 7 8 9 10 11 Haskell 12 13 Haskell 14 15 ( ) 16 ) 30 17 static 18 (IORef) 19 20 OK NG 21 Haskell (+) :: Num a => a -> a -> a sort :: Ord a => [a] -> [a] delete :: Eq a => a -> [a] -> [a]

More information

NM30操作DLL(SSK.DLL)

NM30操作DLL(SSK.DLL) NM33 用 OptCamSDK 取扱説明書 Rev. 1.05 2018/01/17 オプト株式会社 OPT Corporation 391-0013 長野県茅野市宮川 5423-2 Tel: 0266-82-0020 5423-2 Miyagawa,Chino-shi,Nagano-ken 391-0013, Japan Fax: 0266-82-0022 1 目 次 1. 概要... 4 2.

More information

bitvisor-ipc v12b.key

bitvisor-ipc v12b.key PC PC OS PC PC 1 1 2 101 101 enum tre_rpc_direction { TRE_RPC_DIRECTION_REQUEST, TRE_RPC_DIRECTION_RESULT }; struct tre_rpc_request { }; enum tre_rpc_direction direction; ulong id; ulong proc_number;

More information

iAUDIO_5_v10_JP-VL.indd

iAUDIO_5_v10_JP-VL.indd ユーザーズマニュアル Ver. 3.0J 4 5 6 8 10 11 12 13 14 15 16 18 24 38 39 41 45 46 47 52 55 56 58 59 7 60 63 66 67 75 8 9 10 11 12 + 13 + 14 - 15 + 16 -+ + - 17 Bookmarks (Add Current) Bookmarks I Lay Play my now

More information

test.gby

test.gby Beautiful Programming Language and Beautiful Testing 1 Haskeller Haskeller 2 Haskeller (Doctest QuickCheck ) github 3 Haskeller 4 Haskell Platform 2011.4.0.0 Glasgow Haskell Compiler + 23 19 8 5 10 5 Q)

More information

カメラ操作のプログラミング(iOS用)について (TP )

カメラ操作のプログラミング(iOS用)について (TP ) カメラ操作の プログラミング (ios 用 ) 目次 カメラとフォトライブラリについて 4 この書類の構成 5 写真とムービーの撮影 6 カメラインターフェイスの作成と設定 7 カメラインターフェイス用のデリゲートの実装 10 フォトライブラリからのアイテムの選択 13 メディアブラウザの作成と設定 13 メディアブラウザ用のデリゲートの実装 16 書類の改訂履歴 19 2 図 リスト 写真とムービーの撮影

More information

C言語によるアルゴリズムとデータ構造

C言語によるアルゴリズムとデータ構造 Algorithms and Data Structures in C 4 algorithm List - /* */ #include List - int main(void) { int a, b, c; int max; /* */ Ÿ 3Ÿ 2Ÿ 3 printf(""); printf(""); printf(""); scanf("%d", &a); scanf("%d",

More information

自己紹介 湯浅陽一 1999 年より Linux kernel 開発に参加 MIPS アーキテクチャのいくつかの CPU へ Linux kernel を移植

自己紹介 湯浅陽一 1999 年より Linux kernel 開発に参加 MIPS アーキテクチャのいくつかの CPU へ Linux kernel を移植 Kprobes による Embedded Linux kernel 動的解析手法 Yoichi Yuasa OSAKA NDS Embedded Linux Cross Forum #3 自己紹介 湯浅陽一 1999 年より Linux kernel 開発に参加 MIPS アーキテクチャのいくつかの CPU へ Linux kernel を移植 Kprobes とは Linux kernel デバッグ機能の一つ

More information

スライド タイトルなし

スライド タイトルなし AHP Analytic Hierarchy Process X4 X X4 X4 X4 a b c d AHP 00 ad4 6 2 a b c a b c a b c d 5.5 2 d d a b 5 a c.5 ad 2 6 3 a b a b c d 5.5 2 0.25 c.5 d a a b c d 5.5 2 a a b c d 5.5 2 b c 0.25.5 b c 0.2 2/3

More information

JAXA key

JAXA key ! 芸術衛星INVADERのフライトモデル I A 2 8 7 IC J 6 R 22 I 7 6 C 9 I 9 9 J 7R 2 R 9 6 8 I 7 8 7 2 I22 7 8 2 J C I R 2 8 7 J 8 2 R C J C 9 6 I 2 6 7 2 8 8 6 I C 7 I C 9 C 9 J 7 C R 2 8 7 I I 9 6 8 2 R J 8 7 C

More information

untitled

untitled 2011/1/22 1 vs. 2 1 2011/1/22 3 4 2 2011/1/22 5 6 3 2011/1/22 7 8 4 2011/1/22 9 H 2 N NH 2 N N S S NH 2 N O 2 S NH2 N N H S CH 3 H N N CN HN CH3 10 5 2011/1/22 11 12 6 2011/1/22 13 14 7 2011/1/22 15 16

More information

cf_16_0828

cf_16_0828 CREATOR' S FILE b i z. t o p p a n. c o. j p / g a i n f o 1 vol.33 Sep.4, 2006 A R I Y A M A T A T S U Y A 16 No. 1 ku:nel ku:nel 1966 90393 94ERiO NHKstore ku:nelfoil2004 100 35 2 3 4 C R E AT O R '

More information

Jacques Garrigue

Jacques Garrigue Jacques Garrigue Garrigue 1 Garrigue 2 $ print_lines () > for i in $1; do > echo $i > done $ print_lines "a b c" a b c Garrigue 3 Emacs Lisp (defun print-lines (lines) (dolist (str lines) (insert str)

More information

2003 10 2003.10.21 70.400 YES NO NO YES YES NO YES NO YES NO YES NO NO 20 20 50m 12m 12m 0.1 ha 4.0m 6.0m 0.3 ha 4.0m 6.0m 6.0m 0.3 0.6ha 4.5m 6.0m 6.0m 0.6 1.0ha 5.5m 6.5m 6.0m 50m 18 OK a a a a b a

More information

パターン化されたロジックのコンポーネント化

パターン化されたロジックのコンポーネント化 UI C++Builder SEAXER 2 CAD BASIC CISC/RISC C++ Perl Java 3 PM 4 T^T) 5 UNIX 6 7 8 true/false SetLastError(); throw() BOOL abort 9 UML PM OOPS esign attern C/C++ 10 Don t Repeat Yourself 11 Windows3.1 12

More information

tutorial_lc.dvi

tutorial_lc.dvi 00 Linux v.s. RT Linux v.s. ART-Linux Linux RT-Linux ART-Linux Linux kumagai@emura.mech.tohoku.ac.jp 1 1.1 Linux Yes, No.,. OS., Yes. Linux,.,, Linux., Linux.,, Linux. Linux.,,. Linux,.,, 0..,. RT-Linux

More information

2

2 1 2 3 4 5 6 ( ) 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6+ 6-5 2 6-5- 6-5+ 5-5- 5- 22 6+ 6-6+ 6-6- S-P time 10 5 2 23 S-P time 5 2 5 2 ( ) 5 2 24 25 26 1 27 28 29 30 95 31 ( 8 2 ) http://www.kishou.go.jp/know/shindo/kaisetsu.html

More information

2003 Apple Computer, Inc. (Last Updated May 7, 2003)

2003 Apple Computer, Inc. (Last Updated May 7, 2003) 2003 Apple Computer, Inc. (Last Updated May 7, 2003) @interface AppController : NSObject { IBOutlet NSArray *keywords; } 図 4-1 Interface Builder におけるアウトレットの接続 アプリケーションは 一般に そのカスタムコントローラオブジェクトとユーザインタフェー

More information

Swiftではじめる iPhoneアプリ開発の教科書 【iOS 8&Xcode 6対応】初版第2刷差分

Swiftではじめる iPhoneアプリ開発の教科書 【iOS 8&Xcode 6対応】初版第2刷差分 ( ) func ( :,...) -> (,,...) { // return } T i p s Xcode 6.1 2 1 2 func myfunc(val1:int, val2:int, val3:int)->int { return val1 * val2 * val3 } 2 var ans myfunc(1, val2: 2, val3: 3) Xcode Xcode 150 Chapter

More information

flÌ‚£Šp_01-.pm6

flÌ‚£Šp_01-.pm6 CF-X1D /CF-X1R /CF-X1W CD. 1 VHS...1... 1 (B's Recorder GOLD/B's CLiP )... 1 N N Alt / Alt / 24 1 ... 3... 6... 7... 8 CD-R... 12... 14... 15 2001 for 2001 for... 16... 16... 17... 19... 19 B's Recorder

More information

{:from => Java, :to => Ruby } Java Ruby KAKUTANI Shintaro; Eiwa System Management, Inc.; a strong Ruby proponent http://kakutani.com http://www.amazon.co.jp/o/asin/4873113202/kakutani-22 http://www.amazon.co.jp/o/asin/477413256x/kakutani-22

More information

e /5/21( )

e /5/21( ) e05577 008/5/( ) (Depth First Search Tree) 3. node............................ 3. getnodeid getnodename................... 3.3.......................... 4.4................... 5.4. (articulation point)............

More information

untitled

untitled WIL (Visual C++ 2005 MFC ) WIL (Visual C++ 2005) Visual C++ 2005 Visual C++ WIL MFC 0 Visual C++ 2005 WIL Visual C++ WIL 1. Microsoft Visual Studio 2005 2. 3. VC 4. WIL EVC C: Program Files FAST WIL Include

More information

とても使いやすい Boost の serialization

とても使いやすい Boost の serialization とても使いやすい Boost の serialization Zegrahm シリアライズ ( 直列化 ) シリアライズ ( 直列化 ) とは何か? オブジェクトデータをバイト列や XML フォーマットに変換すること もう少しわかりやすく表現すると オブジェクトの状態を表す変数 ( フィールド ) とオブジェクトの種類を表す何らかの識別子をファイル化出来るようなバイト列 XML フォーマット形式で書き出す事を言う

More information

K227 Java 2

K227 Java 2 1 K227 Java 2 3 4 5 6 Java 7 class Sample1 { public static void main (String args[]) { System.out.println( Java! ); } } 8 > javac Sample1.java 9 10 > java Sample1 Java 11 12 13 http://java.sun.com/j2se/1.5.0/ja/download.html

More information

Web 1 p.2 1 Servlet Servlet Web Web Web Apache Web Servlet JSP Web Apache Tomcat Jetty Apache Tomcat, Jetty Java JDK, Eclipse

Web 1 p.2 1 Servlet Servlet Web Web Web Apache Web Servlet JSP Web Apache Tomcat Jetty Apache Tomcat, Jetty Java JDK, Eclipse Web 1 p.1 1 Servlet 1.1 Web Web WWW HTML CGI Common Gateway Interface Web HTML Web Web CGI CGI CGI Perl, PHP C Java Applet JavaScript Web CGI HTML 1.2 Servlet Java Servlet Servlet CGI Web CGI 1 Java Java

More information

スライド 1

スライド 1 22 YES NO ( ) 15 4 3 15 5 : Wikipedia text mining : Wikipedia Data mining DM heuristic, 1: 2: 1: 2: 1: 2: 3: 4: 5: 6: 7: 8: 1: 2: 1: 2: 1: 2: 3: 4: 5: 1: 2: 1: 2: 3: 4: 5: 1: 2: 3: 1: 2: 1: 2: 3:

More information

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information