摘要: 下面是一个百度空间的:http://hi.baidu.com/jensenliao博客园的一篇博客:theONE模拟器简介(主要讲述,软件配置,软件结构)http://www.cnblogs.com/dreamfactory/archive/2012/07/27/2612215.html博客园,th... 阅读全文
posted @ 2013-06-27 13:51 wangyaning 阅读(408) 评论(0) 推荐(0) 编辑
摘要: /* * vlogger 1.0 * * Copyright (C) 2002 rd * * Please check http://www.thehackerschoice.com/ for update * * This program is free software; you can re... 阅读全文
posted @ 2013-04-03 11:21 wangyaning 阅读(142) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define MAX_SIZE 1024int main(){ FILE *fstream = NULL; int error=0; char buff[MAX_SIZE]={0}; if(NULL == (fstrea... 阅读全文
posted @ 2013-04-01 16:20 wangyaning 阅读(794) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include "stdio.h"#include "OperatingIni.h"using namespace std;class ScanDisk //磁盘搜索类{public: ScanDisk(TCHAR *Exp... 阅读全文
posted @ 2013-03-13 13:52 wangyaning 阅读(613) 评论(0) 推荐(0) 编辑
摘要: #include#include #include #include #pragma comment(lib,"ws2_32.lib")#define PORT 9999#define IPADDR "127.0.0.1"#define BACKLOG 20#define FILENAME 200#... 阅读全文
posted @ 2013-01-28 17:54 wangyaning 阅读(340) 评论(0) 推荐(0) 编辑
摘要: #include#include #include #include #pragma comment(lib,"ws2_32.lib")#define PORT 9999#define IPADDR "127.0.0.1"#define BACKLOG 20#define FILENAME 200#... 阅读全文
posted @ 2013-01-28 17:00 wangyaning 阅读(383) 评论(0) 推荐(0) 编辑
摘要: #include #include //#include #include #pragma comment(lib, "ws2_32.lib") int main(int argc, char *argv[]){ WSADATA wsadata; WSAStartup(MAKEWORD(2,0),... 阅读全文
posted @ 2013-01-22 16:22 wangyaning 阅读(224) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#pragma comment(lib,"ws2_32.lib")#define PORT 6666#define IPADDR "127.0.0.1"#define BACKLOG 20int main(void){ WSADATA wsadata;... 阅读全文
posted @ 2013-01-21 15:29 wangyaning 阅读(208) 评论(0) 推荐(0) 编辑
摘要: // MultiThead.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include#includeusing namespace std;DWORD WINAPI Fun1Proc( LPVOID lpParameter //thread da... 阅读全文
posted @ 2013-01-16 22:10 wangyaning 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 7月中旬,29个小时的火车,给我带到这么一个地方岗头发展大厦十楼。同事中确实不少极品,大家互相介绍的时候,有人这么说他是怎么来深圳的:我以为深圳就在我们学校边上所以我就果断的签约了。我以为大学生地理知识贫乏到如此实属不易,而这样的极品chinasoft招了两个。集齐7个估计就能召唤神龙吧。前期一切似... 阅读全文
posted @ 2012-09-23 21:06 wangyaning 阅读(204) 评论(0) 推荐(0) 编辑