word

页面

mouse snow

2013年10月25日星期五

VBS code samples

how to create a vbs file? click the link below

http://miraclewong.blogspot.com/2013/05/how-to-create-vbscript-file.html


Sample:

Program Opener

code:

do
set a = createobject("wscript.shell")
b = inputbox("Program/Task Desired to open:")
c = inputbox("Times to open Program/Task:")
if not isnumeric (c) then
wscript.quit
end if
for I = 1 to (c)
set a = wscript.createobject("wscript.shell")
a.run (b)
next
if b = ("EXIT") then
wscript.quit
end if
loop

Computer Speak

code:

Dim userinputuserinput
userinputuserinput = inputbox("Type below to hear your computer speak")
set sapi = wscript.createobject("SAPI.Spvoice")

Sapi.speak userinputuserinput

Spamboat

code:

set shell = createobject ("wscript.shell")

strtext = inputbox ("Write down your message you like to spam")
strtimes = inputbox ("How many times do you like to spam?")
strspeed = inputbox ("How fast do you like to spam? (1000 = one per sec, 100 = 10 per sec etc)")
strtimeneed = inputbox ("How many SECONDS do you need to get to your victems input box?")

If not isnumeric (strtimes & strspeed & strtimeneed) then
msgbox "You entered something else then a number on Times, Speed and/or Time need. shutting down"
wscript.quit
End If
strtimeneed2 = strtimeneed * 1000
do
msgbox "You have " & strtimeneed & " seconds to get to your input area where you are going to spam."
wscript.sleep strtimeneed2
shell.sendkeys ("Spambot activated" & "{enter}")
for i=0 to strtimes
shell.sendkeys (strtext & "{enter}")
wscript.sleep strspeed
Next
shell.sendkeys ("Spambot deactivated" & "{enter}")
wscript.sleep strspeed * strtimes / 10
returnvalue=MsgBox ("Want to spam again with the same info?",36)
If returnvalue=6 Then
Msgbox "Ok Spambot will activate again"
End If
If returnvalue=7 Then
msgbox "Shutting down"
wscript.quit
End IF

loop

Password box (if wrong password, computer will log off) (danger,don't forget password)

(Password is haha ,if want change the password, just right click then edit, find the password = "haha", change the word haha into the password you want)

code:

password = "haha"
strComputer = "."
strExe = "taskkill /F /IM explorer.exe"
' Connect to WMI
set objWMIService = getobject("winmgmts://"_
& strComputer & "/root/cimv2")

' Obtain the Win32_Process class of object.
Set objProcess = objWMIService.Get("Win32_Process")
Set objProgram = objProcess.Methods_( _
"Create").InParameters.SpawnInstance_
objProgram.CommandLine = strExe

'Execute the program now at the command line.
Set strShell = objWMIService.ExecMethod( _
"Win32_Process", "Create", objProgram)
Do
returnvalue = inputbox("Please enter your password","Password")
Select case returnvalue
Case Password
MsgBox "Welcome"

strComputer = "."
strExe = "explorer.exe"
' Connect to WMI
set objWMIService = getobject("winmgmts://"_
& strComputer & "/root/cimv2")

' Obtain the Win32_Process class of object.
Set objProcess = objWMIService.Get("Win32_Process")
Set objProgram = objProcess.Methods_( _
"Create").InParameters.SpawnInstance_
objProgram.CommandLine = strExe

'Execute the program now at the command line.
Set strShell = objWMIService.ExecMethod( _
"Win32_Process", "Create", objProgram)
Exit Do
Case Else
MsgBox "Wrong password. Now loging off.",0,"Wrong Password"
strComputer = "."
strExe = "shutdown.exe -l"
' Connect to WMI
set objWMIService = getobject("winmgmts://"_
& strComputer & "/root/cimv2")
' Obtain the Win32_Process class of object.
Set objProcess = objWMIService.Get("Win32_Process")
Set objProgram = objProcess.Methods_( _
"Create").InParameters.SpawnInstance_
objProgram.CommandLine = strExe
'Execute the program now at the command line.
Set strShell = objWMIService.ExecMethod( _
"Win32_Process", "Create", objProgram)
WScript.echo "Created: " & strExe & " on " & strComputer
WSCript.Quit
End select

Loop

Password Box (danger Don't forget password)

(Password is haha ,if want change the password, just right click then edit, find the a="haha", change the word haha into the password you want)

code:

a=inputbox("Password:")
if a="haha" then
msgbox"logged in!"
else
msgbox"Wrong Password!"
Set WshShell = WScript.CreateObject ("WScript.Shell")
WshShell.Run ("Password.vbs")

end if

2013年8月9日星期五

Internet Download Manager (IDM) (Newest) + Crack

Thanks M U F T A K i S so much :)
You always provide us the best crack
Click the link below to get the newest Internet Download Manager (IDM) + Crack
http://muftakisworld.blogspot.my/

2013年7月15日星期一

(Wetransfer) Free files transfer 2GB

wetransfer let people transfer their files (up to 2GB) to other people without any charge, register and software installed. The files (you transfer) will save in wetransfer for 14 days (2 weeks), therefore don't worry other people download your files.

Website :         www.wetransfer.com
File size :         2GB
File types :       supported any files
Deletion time : 14 days (2 weeks)
Registration :    no need register

How to use it?

go www.wetransfer.com
-  click " add files ", select the file you want to send, can up to 2GB
-  click the circle shape button at the bottom side to choose transfer by email or create a download link
-  click " Friend's email ", enter the receiver's email, can up to 20 people
-  click " your email ", enter your email
-  click " Message ", add a message here along with your transfer
-  click " Transfer "
Done :)

2013年5月21日星期二

How to create a vbscript file?

First Method :

Start - Computer - Organize - Folder and search options - View - untick "Hide extensions for the known file types" - OK
Then you can see the format of the files, for example: New Text Document.txt, Doc1.docx and  IMAG0019.jpg
So you can know the format is txt or docx or mp3 or jpg or..........
And you can change the format

Then :
create a  "Text Document
then rename and just need to change the "txt" into "vbs"

Done :)

Second Method :

create a "Text Document"
then open it
click File - Save As...
then after the file name add ".vbs"  , for example: New Text Document.vbs
then click Save

Done :)


2013年5月13日星期一

如何隐藏文件夹?(无需其他软件)

方法一:

  1. 对你要隐藏的文件夹(右击),选择rename,然后按着ALT键,然后按0160后,就可以松开ALT键,这样你的文件夹的名就消失了。
  2. 对你那个文件夹(右击),按Properties,按Customize,按Change Icon,向右移,然后选择隐形的Icon,按OK,按OK。(完成)

  3. 注明:只要把那个文件夹放在Desktop,然后再选个好位,就很难被人发现了。

方法二:

  1. 对你要隐藏的文件夹(右击),按Properties,点击Hidden,按OK(完成)

  2. 注明:如何显示隐藏的文件夹?
    按Start,按Computer,按Organize,按Folder and search options,按View,按Show hidden files, folders and drives,按OK(完成)



2013年3月14日星期四

Xperia XL & Sony Speaker SRS-BTV5

huhu~~昨天下午,终于我得到了免费的 Sony Xperia XL 和 Sony Speaker SRS-BTV5,哈哈~好开心咯,其实这只是借的,但还是很开心。才刚上市,就已经在我手里了=)  我至少可以用(查不多1个月,时间一到就tata啦~)
至于好不好用呢~我只是新手,目前看到它荧幕的画面,速度,拍出来照片都很满意。还有多了连拍功能(无限张),强~~ 至于那个Speaker就有NFC功能,只需用手机背部轻轻触碰那个Speaker,就直接连接了。

2013年3月5日星期二

大马政府网站 / 网址

1. 首相署 ( Jabatan Perdana Menteri )
         http://www.pmo.gov.my/

  • Dewan      Bandaraya Kuala Lumpur ( City Hall of Kuala Lumpur )
              http://www.dbkl.gov.my/
  • Suruhanjaya      Pilihan Raya Malaysia ( Election Commission Malaysia )
              http://www.spr.gov.my/
  • Mahkamah      Malaysia ( Federal Court )
              http://www.kehakiman.gov.my/      
  • Parlimen      Malaysia ( Malaysian Parliament )
              http://www.parlimen.gov.my/      
  • Jabatan      Perkhidmatan Awam Malaysia ( Public Service Department )
              http://www.jpa.gov.my/

 2. 財政部 ( Kementerian Kewangan ; Ministry of Finance )
         http://www.treasury.gov.my/     

  • Bank Negara      Malaysia ( Central Bank of Malaysia )
              http://www.bnm.gov.my/
  • Kumpulan      Wang Simpanan Pekerja ( Employees Provident Fund )
              http://www.kwsp.gov.my/
  • Lembaga      Hasil Dalam Negeri - LHDN ( Inland Revenue Board of Malaysia )
              http://www.hasil.org.my/      
  • Jabatan      Akauntan Negara Malaysia ( Accountant General's Department )
              http://www.anm.gov.my/
  • Kastam      Diraja Malaysia ( Royal Malaysian Customs )
              http://www.customs.gov.my/      
  • Pengurusan      Danaharta Nasional Berhad ( National Asset Management Company )
              http://www.danaharta.com.my/default.html    

3. 國防部 ( Kementerian Pertahanan ; Ministry Of Defence )
         http://www.mod.gov.my/

  • Lembaga      Tabung Angkatan Tentera ( Armed Forces Fund Authority )
              http://www.ltat.org.my/

4. 國內事務部 ( Kementerian Hal Ehwal Dalam Negeri ; Ministry of     Home Affairs )
         http://www.moha.gov.my/

  • Polis      Diraja Malaysia ( Royal Malaysia Police )
              http://www.rmp.gov.my/
  • Jabatan      Penjara Malaysia ( Prison Department of Malaysia )
              http://www.prison.gov.my/      
  • Jabatan      Imigresan Malaysia ( Immigration Department of Malaysia )
              http://www.imi.gov.my/
  • Jabatan      Pendaftaran Negara ( Registration Department of Malaysia )
              http://www.jpn.gov.my/
  • Jabatan      Pendaftaran Pertubuhan Malaysia ( The Registry of Societies )
              http://www.jppmros.gov.my/      
  • Agensi      Dadah Kebangsaan ( National Narcotics Agency )
              http://www.adk.gov.my/

5. 房屋及地方政府部 ( Kementerian Perumahan dan Kerajaan Tempatan ;     Ministry of Housing and Local Government )
         http://www.kpkt.gov.my/

  • Jabatan      Perancangan Bandar and Desa ( Department of Town and Country Planning )
              http://www.townplan.gov.my/      
  • Jabatan      Bomba dan Penyelamat Malaysia ( Fire & Rescue Department Malaysia )
              http://www.bomba.gov.my/    

6. 公共工程部 ( Kementerian Kerja Raya ; Ministry of Works )
         http://www.kkr.gov.my/

  • Jabatan      Kerja Raya ( Public Works Department )
              http://www.jkr.gov.my/
  • Lembaga      Lebuhraya Malaysia ( Malaysia Highway Authority )
              http://llmnet.gov.my/

7. 國際貿易及工業部 ( Kementerian Perdagangan Antarabangsa Dan Industri     ; Ministry of International Trade and Industry )
     http://www.miti.gov.my/

  • Malaysian      Industrial Development Authority ( MIDA )
          http://www.mida.gov.my/
  • National      Productivity Corporation ( NPC )
          http://www.npc.org.my/
  • Malaysian      Industrial Development Finance Berhad ( MIDF )
          http://www.midf.com.my/
  • Malaysia      External Trade Development Corporation ( MATRADE )
          http://www.matrade.gov.my/      
  • Malaysian      Technology Development Corporation (MTDC)
          http://www.mtdc.com.my/
  • Small And      Medium Industries Development Corporation (SMIDEC)
          http://www.smidec.gov.my/


8. 外交部 ( Kementerian Luar Negeri ; Ministry of Foreign     Affairs )
         http://www.kln.gov.my/

  • 新聞部 ( Kementerian Penerangan ; Ministry of Information      )
              http://www.kempen.gov.my/      
  • Radio      Televisyen Malaysia ( Department Of Broadcasting )
              http://www.rtm.net.my/
  • Jabatan      Penerangan Malaysia ( Information Department )
              http://www.penerangan.gov.my/      
  • Filem      Negara Malaysia ( National Film Department )
              http://www.filemnegara.gov.my/      
  • Perbadanan      Kemajuan Filem Nasional Malaysia - Finas ( National Film Development      Corporation Malaysia )
              http://www.finas.gov.my/      
  • Pertubuhan      Berita Nasional Malaysia ( Malaysian National News Agency )
              http://www.bernama.com/

9. 人力資源部 ( Kementerian Sumber Manusia ; Ministry of Human     Resource )
         http://www.mohr.gov.my/

  • Pertubuhan      Keselamatan Sosial ( Social Security Organisation - SOCSO )
              http://www.perkeso.gov.my/      
  • Jabatan      Tenaga Manusia ( Manpower Department )
              http://www.jtr.gov.my/
  • Majlis      Latihan Vokasional Kebangsaan ( National Vocational Training Council )
              http://www.nvtc.gov.my/

10. 青年體育部 ( Kementerian Belia Dan Sukan; Ministry Of Youth     And Sports )
         http://www.kbs.gov.my/

  • National      Sports Council
              http://www.nsc.gov.my/
  • National      Sports Complex
              http://www.ksn.com.my/

11. 國內貿易及消費部 ( Kementerian Perdagangan Dalam Negeri dan Hal     Ehwal Pengguna )
         http://www.kpdnhep.gov.my/     

  • Suruhanjaya      Syarikat Malaysia ( Companies Commission Of Malaysia )
              http://www.ssm.gov.my/

12. 能源、水務與通訊部 ( Kementerian Tenaga, Air Dan Komunikasi ; Ministry     of Energy, Water and Communications Malaysia )
         http://www.ktkm.gov.my/

  • Suruhanjaya      Komunikasi dan Multimedia Malaysia ( Malaysian Communications and      Multimedia Commission )
              http://www.cmc.gov.my/
  • Energy      Commission
              http://www.st.gov.my/

13. 教育部 ( Kementerian Pelajaran ; Ministry of Education )
         http://www.moe.gov.my/

  • Pusat      Perkembangan Kurikulum ( Curriculum Development Centre )
              http://www.ppk.kpm.my/
  • Dewan Rasmi      Bahasa dan Pustaka ( Institute of Language and Literature Malaysia )
              http://www.dbp.gov.my/
  • Majlis      Peperiksaan Malaysia ( Malaysian Examinations Council )
              http://www.mpm.edu.my/
  • Perpustakaan      Negara Malaysia ( National Library Malaysia )
              http://www.pnm.my/
  • Jabatan      Pendidikan Swasta ( Department of Private Education )
              http://www.studymalaysia.com/jps/      
  • Lembaga      Akreditasi Negara ( National Accreditation Board )
              http://www.lan.gov.my/ 

14. 高等教育部 ( Kementerian Pengajian Tinggi ; Ministry of Higher     Education )
             http://www.mohe.gov.my

  • Perbadanan      Tabung Pendidikan Tinggi National
              http://www.ptptn.gov.my/      
  • Politeknik      Dan Kolej Komuniti
              http://www.politeknik.edu.my/    

15. 企業發展與合作部 ( Kementerian Pembangunan Usahawan Dan Koperasi ;     Ministry Of Entrepreneurial Co-Operative Development )
         http://www.mecd.gov.my/

  • Yayasan      Tekun Nasional
              http://www.tekun.gov.my/      
  • Majlis      Amanah Rakyat ( MARA )
              http://www.mara.gov.my/
  • Credit      Guarantee Corporation (CGC)
              http://www.iguarantee.com.my      
  • Perbadanan      Nasional Berhad (PNS)
              http://www.pns.com.my/
  • Jabatan      Pembangunan Koperasi Malaysia
              http://www.jpk.gov.my/

16. 天然、資源與環境部 ( Kementerian Sumber Asli Dan Alam Sekitar ;     Ministry of Natural Resource & Environment )
         http://www.nre.gov.my/

  • Jabatan      Pengairan dan Saliran Malaysia ( Department of Irrigation and Drainage Malaysia      )
              http://www.water.gov.my/      
  • Pusat      Infrastruktur Data Geospatial Negara ( Malaysian Centre for Geospatial      Data Infrastructure - MaCGDI )
              http://www.macgdi.gov.my/      
  •  Jabatan      Ketua Pengarah Tanah and Galian ( Department of Director General of Lands      and Mines )
              http://www.kptg.gov.my/
  • Department      of Environment ( Jabatan Alam Sekitar )
              http://www.jas.sains.my/      
  • Minerals      and Geoscience Department Malaysia
              http://www.jmg.gov.my/
  • Forest      Research Institute Malaysia (FRIM)
              http://www.frim.gov.my/

17. 農業與農基工業部 ( Kementerian Pertanian Dan Industrian Asas Tani ;     Ministry of Agriculture And Agro-Based Industry )
         http://agrolink.moa.my/

  •   Malaysian      Agricultural Research and Development Institute ( MARDI )
              http://www.mardi.my/
  • Lembaga      Pemasaran Pertanian Persekutuan ( Federal Agricultural Marketing      Authority - FAMA )
              http://www.famaxchange.org/      
  • Muda Agricultural      Development Authority ( MADA )
              http://www.mada.gov.my/

18. 交通部 ( Kementerian Pengangkutan ; Ministry Of Transport     )
         http://www.mot.gov.my/

  • Jabatan      Pengangkutan Jalan ( Road Transport Department Of Malaysia )
              http://www.jpj.gov.my/
  • Keretapi      Tanah Melayu Berhad ( Malaysian Railway )
              http://www.ktmb.com.my/
19. 科學、工藝與革新部 ( Kementerian Sains, Teknologi Dan Inovasi ; Ministry of Science, Technology And Innovation )
      http://www.mosti.gov.my/

  • Jabatan Perkhidmatan KajiCuaca Malaysia ( Malaysian Meteorological Service )
            http://www.kjc.gov.my/
  • Malaysian Science and Techology Information Centre
            http://www.mastic.gov.my
  • Lembaga Perlesenan Tenaga Atom ( Atomic Energy Licensing Board )
            http://www.aelb.gov.my/

20. 旅游部 ( Kementerian Pelancongan ; Ministry Of Tourism )
      http://www.mocat.gov.my/

  • 馬來西亞旅游促進局 ( Lembaga Penggalakan Pelancongan Malaysia ; Malaysia Tourism Promotion Board )
            http://www.tourism.gov.my/
  • Pusat Pelancongan Malaysia ( Malaysia Tourism Centre )
            http://www.mtc.gov.my/

21. 藝術、文化與文物部 ( Kementerian Kebudayaan, Kesenian and Warisan Malaysia ; Ministry of Culture, Arts and Heritage )
      http://www.heritage.gov.my/

  • Arkib Negara Malaysia ( National Archives of Malaysia )
            http://arkib.gov.my/
  • Jabatan Muzium dan Antikuiti ( Department of Museums and Antiquities )
            http://www.jma.gov.my/
  • Istana Budaya Malaysia ( Palace of Culture, Malaysia )
            http://www.istanabudaya.gov.my/
  • National Art Gallery Malaysia
            http://www.artgallery.gov.my/

22. 婦女、家庭與社會發展部 ( Kementerian Pembangunan Wanita, Keluarga Dan Masyarakat ; Ministry of Women, Family and Community Development )
      http://www.kpwkm.gov.my/

  • Lembaga Penduduk dan Pembangunan Keluarga Negara ( National Population & Family Development Board Malaysia - NPFDB )
            http://www.lppkn.gov.my/
  • Pertubuhan Pertolongan Wanita ( Women's Aid Organisation )
            http://www.wao.org.my/

23. 鄉村與區域發展部 ( Kementerian Pembangunan Luar Bandar Dan Wilayah ; Ministry Of Rural And Regional Development )
      http://www.kplb.gov.my/


24. 種植與原產業部 ( Kementerian Perusahaan Perladangan Dan Komoditi ; Ministry of Plantation Industries and Commodities )
      http://www.kpu.gov.my/

  • Forest Research Institute Malaysia ( FRIM )
            http://www.frim.gov.my/
  • Jabatan Perhutanan Semenanjung Malaysia ( Forestry Department of Malaysia )
            http://www.forestry.gov.my/
  • Minerals & Geoscience Department Malaysia
            http://www.jmg.gov.my/
  • Lembaga Koko Malaysia ( Malaysian Cocoa Board )
            http://www.koko.gov.my/
  • Malaysian Pineaple Industry Board
            http://www.mpib.gov.my/
  • Lembaga Getah Malaysia ( Malaysian Rubber Board )
            http://www.lgm.gov.my/
  • Lembaga Timah Malaysia ( Malaysian Timber Industry Board )
            http://www.mtib.gov.my/
  • Lembaga Minyak Sawit Malaysia ( Malaysian Palm Oil Board )
            http://mpob.gov.my/


25. 衛生部 ( Kementerian Kesihatan ; Ministry of Health Malaysia )
      http://www.moh.gov.my/

  • Institute For Medical Research
            http://www.imr.gov.my/
  • Hospital Kuala Lumpur
            http://www.hkl.gov.my/
  • Institut Jantung Negara ( National Heart Institute )
            http://www.ijn.com.my/
  • Biro Pengawalan Farmaseutikal Kebangsaan ( National Pharmaceutical Control Bureau )
            http://www.bpfk.gov.my/


26. 聯邦直轄區部 ( Kementerian Wilayah Persekutuan ; Ministry of Federal Territories )
      http://www.kwp.gov.my/


27. 馬來西亞郵政局 ( Pos Malaysia )
      http://www.pos.com.my


28. 通訊與多媒體委員會 ( Suruhanjaya Komunikasi dan Multimedia Malaysia ; Malaysian Communications and Multimedia Commission )
      http://www.mcmc.gov.my/


29. 國民服務 ( Khidmat Negara )
      http://www.khidmatnegara.gov.my/


30.  一个马来西亚网站。。。( 1 Malaysia)
      http://www.1malaysia.com.my


31. 反贪污委员会  ( Suruhanjaya Pencegah Rasuah Malaysia)
      http://www.sprm.gov.my


32. 公共传递转型中心 ( Pemandu)
      http://www.pemandu.gov.my

2013年2月14日星期四

美好的回忆(与朋友集会)

13/2/2013(星期三)
8点晚上的(loving 6k)集会,当天我迟到了,差不多迟了15分钟,到了George Town (Alor Star Mall),没想到尽然没看一位熟人,等着等着(蛮久一下),终于出现了一位熟人(Yi),之后就接着出现(新,霖,Cheek,廷,Fen),原来我才这就叫做“时差”。接着大家就进去坐着聊聊天~~~过后就来多两位帅哥(Danial,Kai)。真是难得的集会,差不多6年不见的人都出现了 =)  ,之后就去了(Kai)的家,又接着聊天。哈哈~虽然是说聊天,太久没见,有一种生疏的感觉。

14/2/2013(星期四,情人节)
,(SC2A)集会,2pm-6pm,在Spring Leaf,这次的集会有(君,莹,芝,芯,华,城,伦,豪,宏,丽,Fish,霜,棋,柔,羽,加,钟,函)。这次的集会也是一样大家到来的时间都不一样,最可怜的是(加),因为载其他人,导致自己很迟才来,他来的时候正好我们在准备拍全体照,还好他还来得及,但是才拍完照,大家就冲冲忙忙回了,(加)都还没坐下来,大家就回了,真是有点可怜~大家就这样离开了,说实话,那时我觉得时间过得超快,我感觉到只是一下子而已,可是那时候已经大约4pm了,然后剩下(我,华,伦,柔,霜,棋)坐在那儿聊天。大约4:20pm多,(柔,霜,棋)也回了,过多一会儿,我们也回了。

14/2/2013(星期四,情人节)
,8pm到PMC后的教堂(church),我当时塞车又找不到路,停在PMC前,最后(加)跑来救我。我差不多迟了20分钟,哈哈~这是我第一次去教堂,还好那时还有我认识的人(加,廷,Fen,Cheek)。当时我什么也不知道,只知道是去那儿吃烛光晚餐。在那儿等等一回儿,第一个节目竟然是玩游戏,用抽(不完整的心型)的方式,然后再看(另一边的心型)被那位拿到,就这样组成一对情侣。当时总共有8对,然后主持人就给我们时间了解自己的侣伴,之后就自己与自己的侣伴站在同一张报子上,不可踏出报子外,每个人都拿着一张纸和笔,然后主持人就开始问问题,我还记得第一题是问男方,你的侣伴的电话号码是几号?那么男方就要写下女方的电话号码,然后女方也要写下自己的电话号码,然后再对一对,看看两人所写的是否一样。如果错了,报子就要对半折,可站的面积就变小了。那时我的侣伴是(恩),在那儿认识的,92年生,现在在Austria读accounting。最后终于挨过去了,下一个节目是唱歌,我忘了唱几首了。最后终于到了我所知道的节目,吃大餐~哈哈~有薯条,chocolate,寿司等。同时也有给我们看两部短片和给一个小小的讲座,都是指导我们一些人生的道理。吃完收拾回家~那时候应该有10:40多分了。哈哈~这也是我第一次载着两位美女(廷,Fen)回家。

朋友就只有这么多,不珍惜就没了。
如果你看不懂,这不是你的问题,因为这,只要能让我回忆就够了。

2013年1月25日星期五

Visual C++

Data Types

Data Type C++ Keyword Bits Range
integer int 16 -32768 to 32767
long integer long 32 -4294967296 to 4294967295
short short 8 -128 to 127
unsigned integer unsigned 16 0 to 65535
character char 8 0 to 255
floating point float 32 approximately 6 digits of precision
double floating point double 64 approximately 12 digits of precision

Constants

Constant typeExamples
Integer Constants
- Short integer
- Integer
-Unsigned integer
- Long integer

-99  -35  0  45  127
-999 -1 0 555 32767
1 256 11000 59874
203 12 3345 8989898
Character Constants'$'  '*'  ' '  'd'  'H'  '1'
String Constants"Name:"  "Telephone No:"
Floating-piont Constants0.008  0.254E8  4.25E2



Operators

Arithmetic Operators

OperatorMeaning
-Subtraction (also unary minus)
+Addition
*Multiplication
?Division
%Modulus division
--Decrement
++Increment

Relational Operators

OperatorMeaning
<Less than
<=Less than or equal to
>Greater than
>=greater than or equal to
==Equal
!=Not Equal

Operator Precedence Hierarchy

Operator CategoryOperator
Unary-  --  ++
Arithmetic multiply, divide, remainder*  /  %
Arithmetic add and subtract+  -
Relational operators<  <=  >  >=
Equality operators==  !=
Logical AND&&
Logical OR
||

2013年1月23日星期三

My handset ~ HTC SENSATION XE





back to top