Wiki Sand Box
-- hani1211 2008-12-24 15:29:57
1.1. 트레이닝 서브1 ¶
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);
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"
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(){
}
|
The person you rejected yesterday could make you happy, if you say yes. |