摘要: 1 #include <iostream> 2 #include <windows.h> 3 using namespace std; 4 5 int main() 6 { 7 HKEY hKEY; 8 HKEY hKEY1; 9 10 char *RegSz = "This is a test!" 阅读全文
posted @ 2018-06-23 23:27 hoy0a1d 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 using namespace std; 3 4 int main() 5 { 6 char *IP; 7 int ip1, ip2, ip3, ip4; 8 unsigned long result = 0; 9 printf("Please inp 阅读全文
posted @ 2018-06-11 22:51 hoy0a1d 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 1 #pragma once 2 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 class strCoding 10 { 11 public: 12 strCoding(void); 13 ~strCoding(void); 14 1... 阅读全文
posted @ 2018-05-06 14:52 hoy0a1d 阅读(3193) 评论(0) 推荐(0) 编辑
摘要: 5年前写的,也没啥好介绍的,贴张图片 Bin链接:https://pan.baidu.com/s/1Rzs_T3fv89_xawj6qLg7Zw 密码:eqfg Src链接:https://pan.baidu.com/s/1Fbxh6DyE0j0Nej0G_WqfAw 密码:voq8 阅读全文
posted @ 2018-05-06 14:47 hoy0a1d 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 翻硬盘翻到好多年前的VBS版本,一时无聊,改写了C++版本 1 #include <iostream> 2 #include <windows.h> 3 using namespace std; 4 5 int WinMain(HINSTANCE hInstance, HINSTANCE hPrev 阅读全文
posted @ 2018-05-03 01:47 hoy0a1d 阅读(939) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <string> 3 #include <stdlib.h> 4 #include <time.h> 5 6 using namespace std; 7 8 int main() 9 { 10 int a, x1, x2, s; 1 阅读全文
posted @ 2016-09-18 01:09 hoy0a1d 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 搬家到博客园了。 阅读全文
posted @ 2015-10-29 17:33 hoy0a1d 阅读(84) 评论(0) 推荐(0) 编辑