1.タスクバーにピン留めしたいexeファイルのショートカットをデスクトップに作成する。
2.作ったショートカットファイルをshiftキーを押しながら右クリック。
3.「タスクバーにピン留めする」をクリック。
4.デスクトップに作ったショートカットファイルを削除する。
2020年7月8日水曜日
2020年7月6日月曜日
HSP3.6β3でのmesとmod_picmesの速度比較(表示文字 cnt )
#include "hsp3dish.as"
#include "mod_picmes.as"
picmes_init
count_max = 1000
//------------------------------------------------
getreq normal_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
mes "" + cnt
loop
getreq normal_time_2, SYSREQ_TIMER
normal_time_3 = normal_time_2 - normal_time_1
//------------------------------------------------
getreq picmes_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
picmes "" + cnt
loop
getreq picmes_time_2, SYSREQ_TIMER
picmes_time_3 = picmes_time_2 - picmes_time_1
//------------------------------------------------
dialog "normal_time_3=" + normal_time_3 + " / picmes_time_3=" + picmes_time_3
end
#include "mod_picmes.as"
picmes_init
count_max = 1000
//------------------------------------------------
getreq normal_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
mes "" + cnt
loop
getreq normal_time_2, SYSREQ_TIMER
normal_time_3 = normal_time_2 - normal_time_1
//------------------------------------------------
getreq picmes_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
picmes "" + cnt
loop
getreq picmes_time_2, SYSREQ_TIMER
picmes_time_3 = picmes_time_2 - picmes_time_1
//------------------------------------------------
dialog "normal_time_3=" + normal_time_3 + " / picmes_time_3=" + picmes_time_3
end
; 結果(normal_time3=190 / picmes_time_3 = 92)
; mes命令側は異なる文字が続くと遅くなる
HSP3.6β3でのmesとmod_picmesの速度比較(表示文字 "あいうえお" )
#include "hsp3dish.as"
#include "mod_picmes.as"
picmes_init
count_max = 1000
//------------------------------------------------
getreq normal_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
mes "あいうえお"
loop
getreq normal_time_2, SYSREQ_TIMER
normal_time_3 = normal_time_2 - normal_time_1
//------------------------------------------------
getreq picmes_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
picmes "あいうえお"
loop
getreq picmes_time_2, SYSREQ_TIMER
picmes_time_3 = picmes_time_2 - picmes_time_1
//------------------------------------------------
dialog "normal_time_3=" + normal_time_3 + " / picmes_time_3=" + picmes_time_3
end
; 結果(normal_time3=16 / picmes_time_3 = 154)
; mes命令側は同じ文字を表示すると早くなる
#include "mod_picmes.as"
picmes_init
count_max = 1000
//------------------------------------------------
getreq normal_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
mes "あいうえお"
loop
getreq normal_time_2, SYSREQ_TIMER
normal_time_3 = normal_time_2 - normal_time_1
//------------------------------------------------
getreq picmes_time_1, SYSREQ_TIMER
repeat count_max
pos 0, 0
picmes "あいうえお"
loop
getreq picmes_time_2, SYSREQ_TIMER
picmes_time_3 = picmes_time_2 - picmes_time_1
//------------------------------------------------
dialog "normal_time_3=" + normal_time_3 + " / picmes_time_3=" + picmes_time_3
end
; 結果(normal_time3=16 / picmes_time_3 = 154)
; mes命令側は同じ文字を表示すると早くなる
登録:
投稿 (Atom)
Windows11 home Bitlocker解除
設定→プライバシーとセキュリティ→デバイスの暗号化(オフ)
-
例えば、以下のようなソースを組んだ場合、Windows上で動かしたときにどのような問題が出るでしょうか? ;-------------------------------------------- ; 開始 ;--------------------------------...
-
日記としての記録です。 TOSHIBA MSX HX-10 親戚からもらう。 付属の冊子にカーレースのサンプルプログラムが記載されておりポチポチ入力してするも入力間違いでsyntax error続出でほとんど遊べず。 保存メディアがカレットテープなうえ、テープレコ...
-
Inspiron 14 5425のディスプレイの色が黄色がかっていたので、色調整の備忘録。 AMD Software: Adrenalin Edition → ディスプレイ → 色温度(7500)