搜索资源列表
strreplace20060414
- MySQL汇出的资料库文字档,因为有些字的编码相冲,会出现多馀的|或\\。如果用一般的文本编辑器要取代数十次才能还原,而且该文字档可能上达100MB,过于损耗资源。所以我写了一个读档自动转换的程序,每次只读迈1MB做转换。图片: http://img96.imageshack.us/img96/8577/strrep9de.png-remitted to the MySQL database text file, because some character encoding clash b
des6
- 一个速度很快的文字排序引擎(TextSort engine),在微机上可以达到六分钟左右对两百万行文字做排序,提供三种内存内排序方法及五种对文件排序的方法-Sort of a fast text engine (TextSort engine), the computer can reach about six minutes to do on the order of two million lines of text, offers three methods of memory and f
BSniffere
- 能够抓获到达本机网卡的所有报文文,并对其进行了初步的协议分析。 -Able to captured all packets to reach the local network card text, and a preliminary protocol analysis.
DirectX.11.Game.Programming
- About This Book This book is the follow-up edition to Wendy Jones’s Beginning DirectX 10 Game Programming book. In this book, we teach you the basics of getting started with game graphics using the latest iteration of Direct3D: Direct3D 11. T
Text-retrieval
- 现在有一个英文字典(每个单词都是由小写的 a - z 组成),单词量很大,达到100多万的单词,而且还有很多重复的单词。 此外,我们现在还有一些 Document,每个Document 包含一些英语单词。 针对这个问题,请你选择合适的数据结构,组织这些数据,使时间复杂度和空间复杂度尽可能低,并且解决下面的问题和分析自己算法的时间复杂度。 -Now an English dictionary (each word are lowercase ' a' -'
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
