这种工具可以转换文件为头文件的字符数组
The File2header application was designed to be a small tool to convert a file to an const char array in an header file. Used to include a file in an executable or dynamic library. If you don't know what all th...
转换.NET正则表达式为XML字符串,当然也可以转回来
RegexConverter was designed to be a small library plus demo that transforms a .NET regular expression into an XML string and back. It helps understanding a long regex that was written by someone else, ...