ScriptPAD
File Name:
Open
Replace
TAB
Tag
Wrap
View
1:
Binary operator a += 3 a + b a >= b a && b a += 3 Bitwise operators 00000000 00000001 = 1 00000010 = 2 00000100 = 4 00000101 = 5 00000011 = 3 5 & 3 = 1 // 001 4 & 5 = 4 // 100 5 | 3 = 7 // 111 5 | 2 = 7 // 111 3 >> 1 = 1 // 00000001 3 << 1 = 6 // 00000110 4 >> 1 = 2 // 00000010 Ternary Operators a = (b > 3) ? 4 : 1 logical ? value1 : value2 a = "hello"
eg1.html
blank2.html
measuremet.html
eg4.html
SDOF(Damped_Undamped)by ZY
HW by ZY
eg21.html
eg5.html
eg2.html
egsdof.html
beam design.html
sample1.html
square
graph.html
001
002
eg3.html
eglines.html
eg1b.html
blank.html
update RC pile by ZY
( rev1) update RC pile by ZY
eg6.html
eg22.html
unitconvertor.html
Bw.txt
Search:
Replace:
Whole Word:
Cancel
Confirm