Tag: 歴史
Bitmap pic1 = new Bitmap(@"pic1.jpg"); Bitmap pic2 = new Bitmap(@"pic2.png"); Bitmap resultPic = new Bitmap(pic1); Graphics g = Graphics.FromImage(resultPic); g.DrawImage(pic2, 0, 0, pic2.Width, pic2.Height); g.Dispose(); pic1.Dispose(); pic2.Dispose(); pictureBox1.Image = resultPic;
Tag: ニコニコ動画
> javac dirname/*.java
> jar cmf Test.jar MANIFEST.MF dirname
> java -jar Test.jar
#include <stdlib.h>
#include <stdio.h>
#include <vcclr.h>
int main(array<System::String ^> ^args)
{
System::String ^ str = "test";
pin_ptr<const wchar_t> wch = PtrToStringChars(str);
size_t convertedChars = 0;
size_t sizeInBytes = ((str->Length + 1) * 2);
errno_t err = 0;
char* ch = (char *)malloc(sizeInBytes);
err = wcstombs_s(&convertedChars, ch, sizeInBytes,
wch, sizeInBytes);
if (err != 0)
printf_s("wcstombs_s failed!\n");
printf("%s\n", ch);
return 0;
}![]() | VOCALOID2 キャラクターボーカルシリーズ01 初音ミク HATSUNE MIKU (2007/08/31) Windows 商品詳細を見る |
![]() | VOCALOID2 キャラクターボーカルシリーズ02 鏡音リン・レン KAGAMINE RIN/LEN (2007/12/27) Windows 商品詳細を見る |
Tag: セキュリティー