08 2012 档案
摘要:该类转自:http://blog.csdn.net/byshome/article/details/5801991,稍作修改using System;using System.Net;using System.Net.Sockets;using System.Collections.Generic;using System.Text;using System.IO;using System.Globalization;using System.Text.RegularExpressions;namespace FTP{ public class FTPHelper : IDisposab...
阅读全文
摘要:最近在看数据结构,于是乎就自动动手写个简单的Vector:#ifndef _CUSTOM_STRUCT#define _CUSTOM_STRUCT#define CAPACITY_VOLUMN 1000template<class object>class CustomVector{ typedef object* iterator; typedef object* const const_iterator;private: int size; int capacity; object* objects; void Reserve(int newSize) { object* ol
阅读全文

浙公网安备 33010602011771号