6 search resultsShowing 1~6 results

Stocked
petrov826

@petrov826

Python2.7学習メモ

みんなのAI講座 ゼロからPythonで学ぶ人工知能と機械学習で機械学習の勉強を始めました。普段はC#を使っているので、pythonはさっぱりわかりません。ということで、学習したことを整理する意...

1
2
Comment0
petrov826

@petrov826

Unityでクールタイムを設定してみる

Unityでフリック入力を使ってフリスビーを投げるゲームを作っていて、以下のような処理が必要だったので、まとめてみました。 Invokeで実装しようとしましたが、Invokeは第一引数で指定され...

0
2
Comment0
petrov826

@petrov826

Swift3の文字列操作

Swift3の文字列操作の自分用メモです。paiza.ioで動作確認済みです。ご自由に利用ください。 置換 abc2017 という文字列の中から、abc という文字列を、def という文字列に置...

8
9
Comment0
petrov826

@petrov826

Swift3の標準出入力

Swift3の標準入出力の自分用メモです。paiza.ioで動作確認済みです。ご自由に利用ください。 標準入力をString型に代入 var str = readLine()! print(st...

12
10
Comment1

6 search resultsShowing 1~6 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in