Wiki Sand Box
Contents
-- hani1211 2008-12-24 15:29:57
1.1. Æ®·¹ÀÌ´× ¼ºê1 ¶
7. ¸®½ºÆ® ¶
10. int i2d_RSAPublicKey(RSA *a, unsigned char **pp) ¶RSA±¸Á¶Ã¼·Î ºÎÅÍ °ø°³Å°¸¦ ÃàÃâÇÏ´Â ÇÔ¼ö
a : RSA±¸Á¶Ã¼ÀÇ Æ÷ÀÎÅÍ
pp : °ø°³Å°¸¦ ÀúÀåÇÒ ÁÖ¼ÒÀÇ Æ÷ÀÎÅÍ
¸®ÅÏ°ª : °ø°³Å°ÀÇ ±æÀÌ
<¿¹Á¦>
//Å°»ý¼º
f4=BN_new();
BN_set_word(f4,RSA_F4);
rsa=RSA_new();
ret = RSA_generate_key_ex(rsa,1024,f4,NULL);
if( !ret )
return ret;
//°ø°³Å°¸¦ ÃàÃâÇÔ
if ((len = i2d_RSAPublicKey(rsa, NULL)) == 0)
return(-1);
14. Headline text ¶2link title$$ Insert formula here $$
Insert non-formatted text here
hm.. i still don't get this.. bold??
15. Hello, world! +_+ ¶
#include <stdio.h>
int main(void)
{
printf("Hello, world! +_+\n");
return 0;
}
#include <objc/objc.h>
#include <objc/Object.h>
@interface Host : Object
- (void) sayHello;
@end
@implementation Host : Object
- (void) sayHello { printf("Hello, world! +_+\n")
@end
int main(void)
{
Host *hostObj = [Host alloc];
[hostObj sayHello];
return 0;
}
public class HelloLauncher
{
public static void main(String[] args)
{
System.out.println("Hello, world! +_+");
return;
}
}
echo "Hello, world! +_+"
print "Hello, world! +_+"
print "Hello, world! +_+\n";
¤±¤¤¤·
sdfsdfsdfs -- segenny 2006-10-29 19:07:24
= 32132132 1= -- segenny 2006-10-29 19:07:47
sdsadas
Umm.. -- vandy 2006-12-22 12:26:58
³È³È
³È³È
³È³È
Å×½ºÆ®´Ù
17.1. À§Å°3 ¶ Çϳª
À̹ÌÁö ¾÷·Îµå Å×½ºÆ® -- johlim 2007-07-05 19:50:03
¾î¶»°Ô¾²´Â°ÅÁö? -- potato1291 2007-08-01 21:30:34
¤·¤©¤¤ -- spacemin 2007-08-07 17:11:48
safdfaf -- pkh0104 2007-10-12 11:01:35
Å×½ºÆ® -- aimsky 2008-03-07 12:10:21
Å×½ºÆ® -- aimsky 2008-03-07 12:13:24
4555 -- ÀÓ´ëÇö 2010-06-19 14:39:49
111
if True:
do(1, "asdf", r"asdf")
else:
pass
-- sodecho 2011-01-05 19:19:05
this is a test of the kldp wikiUpload new Attachment "Example.mp3"
18. À§Å° »ç¿ë¹ý °øºÎÁß ¶ÀÌ·¯¸é µÇ´Â °ÍÀΰ¡?
[JPG image (44.68 KB)] [PNG image (22.78 KB)] 19. TEST ¶À§Å°¸¦ ¹è¿ö¾ß Çϴµ¥
#include <stdio.h>
int main(void)
{
printf("Hello, world! +_+\n");
return 0;
}
½ÃÀÛ?
-- pkh0104 2007-10-12 10:53:56
vim Å×½ºÆ®
import java.lang.*
import java.util.*
class void main Exec extend aaa(){
}
|
There is no fear in love; but perfect love casteth out fear. |