Profile

爱敲代码的小伙计

这家伙很懒,什么也没写
资源:37 粉丝:0

爱敲代码的小伙计上传的资源

awk bin doc
Gawk for Windows -------------------------------------------------------------------------------- Gawk: pattern scanning and processing language Version 3.1.6 Description Several kinds of tasks occur repeatedly when working with text files. You might want to extract certain lines and discard th
RAR
5.46MB
2021-04-18 09:44
LuaUnicode icu lua
来源: http://lua-users.org/wiki/LuaUnicode 目录: | LuaUnicode.url | +---0.13A | ICU4Lua-0.13A-src.zip | ICU4Lua-0.13A-win32-dll.zip | \---0.2B ICU4Lua-0.2B-docs.zip ICU4Lua-0.2B-src.zip ICU4Lua-0.2B-win32dll.zip 下面的来源于: http://lua-users.org/wiki/LuaUnicode This is an attempt to answer the LuaFaq : Can I use unicode strings? or Does Lua support unicode? In short, yes and no. Lua gives you the bare bones support and enough rope and not much else. Unicode is a large and complex standard and questions like "does lua support unicode" are extremely vague. Some of the issues are: Can I store and retrieve Unicode strings? Can my Lua programs be written in Unicode? Can I compare Unicode strings for equality? Sorting strings. Pattern matching. Can I determine the length of a Unicode string? Support for bracket matching, bidirectional printing, arbitrary composition of characters, and other issues that arise in high quality typesetting. Lua strings are fully 8-bit clean, so simple uses are supported (like storing and retrieving), but there's no built in support for more sophisticated uses. For a fuller story, see below. Unicode strings and Lua strings A Lua string is an aribitrary sequence of values which have at least 8 bits (octets); they map directly into the char type of the C compiler. (This may be wider than eight bits, but eight bits are guaranteed.) Lua does not reserve any value, including NUL. That means that you can store a UTF-8 string in Lua without problems. Note that UTF-8 is just one option for storing Unicode strings. There are many other encoding schemes, including UTF-16 and UTF-32 and their various big-endian/little-endian variants. However, all of these are simply sequences of octets and can be stored in a Lua string without problems. Input and output of strings in Lua (using the io library) uses C's stdio library. ANSI C does not require the stdio library to handle arbitrary octet sequences unless the
RAR
153.51KB
2021-04-18 03:41
RTF文件格式规范v1.7
http://www.cnpopsoft.com/article.asp?id=18
DOC
3.52MB
2021-01-29 07:21
gawk3.1.61doc.zip
Gawk: pattern scanning and processing language Version 3.1.6 Description Several kinds of tasks occur repeatedly when working with text files. You might want to extract certain lines and discard the rest. Or you may need to make changes wherever certain patterns appear, but leave the rest of the
ZIP
4.68MB
2020-11-05 22:07
LuaEdit3.02a
来源: http://www.luaedit.org/ LuaEdit is an IDE/Text Editor/Debugger for the Lua language. Its interface looks like MS Studio .Net® and includes syntax highlighting, code completion, advance breakpoint management, efficient search engines, etc. Free for commercial and personal uses.
ZIP
4.61MB
2020-08-21 09:05
CPPDoc2http www.cppdoc.com
来源: http://www.cppdoc.com 共三个文件: CppDoc2.zip CppDocCommentMaker.zip CppDoc Help.mht
RAR
1.95MB
2020-08-13 19:09
MinGW5.1.622
MinGW-5.1.6.part2.rar 这是压缩包的第二部分(2/2)
RAR
9.48MB
2020-05-23 18:57
System Hardware Information Finder
Thisarticleisanupdatetomypreviousarticlesonthesametopic.Istartedthisutilitytogetsomebasicinformationaboutthehardware.AfterthatIhavereceivedsomeemailsfromsomeofourfellowprogrammers,whoarefrequentvisitorsofthissite,askingtoextendthisutilitytospitout
ZIP
26.71KB
2020-03-10 04:13
dll2lib.rar需要安装python2.X
来源:http://lavixu.livejournal.com/14738.html压缩包中除上述网址的dll2lib.py外还含有VC6的如下几个文件:DUMPBIN.EXELIB.EXELINK.EXEMSPDB60.DLL该python脚本对一个A.dll文件会生成如下三个文件:A.libA.defA.exp因为是python写的,所以需要下载python(目前为2.7,不要使用3.X版的,因为3.X版认为print"string"是语法错误的)-------------------传说中的分隔线
RAR
275.33KB
2019-10-08 13:13
Using LUA with Visual C++Introduction
WhatisLUA?LUAisascriptinglanguage,itspowerliesinthefactthatitcanbeembeddedinyourC++programs.ScriptsgiveyouthepossibilitytochangethebehaviourofyourC++programswithoutanyneedtorecompileyourprogram.Arealworldexamplewouldbegameprogramming:youonlyhavetochangeth
ZIP
288.79KB
2019-09-25 00:10