Lua is a powerful, light-weight programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
標簽: applications light-weight programming extending
上傳時間: 2016-01-13
上傳用戶:1101055045
Microsoft.NET測試驅(qū)動開發(fā) Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A. Vorontsov ISBN:0735619484 Microsoft Press © 2004 Using a wealth of pragmatic examples in C# and other .NET development tools, the two authors of this text demonstrate how to use automated tests to drive lean, efficient coding and better design.
標簽: Microsoft A. W. Development
上傳時間: 2014-01-07
上傳用戶:ynzfm
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
winsocket 開發(fā)指南,Java sockets 101 Presented by developerWorks, your source for great tutorials
標簽: developerWorks winsocket Presented tutorials
上傳時間: 2013-12-22
上傳用戶:ryb
LAME uses the MPGLIB decoding engine, from the MPG123 package, written by: Michael Hipp (www.mpg123.de) MPGLIB is released under the GPL.
上傳時間: 2016-01-17
上傳用戶:sxdtlqqjl
Computer Systems A Programmer’s Perspective
標簽: Perspective Programmer Computer Systems
上傳時間: 2016-01-18
上傳用戶:yuchunhai1990
Advanced Engineering Mathematics using MATLAB by Harman, Dabney, Richert,書中全部源碼
標簽: Engineering Mathematics Advanced Richert
上傳時間: 2016-01-18
上傳用戶:hphh
用FFT分別計算Xa(n) (p=8, q=2)與Xb(n) (a =0.1,f =0.0625)的16點循環(huán)卷積和線性卷積。
上傳時間: 2013-12-09
上傳用戶:lizhizheng88
f your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
標簽: application your language shared
上傳時間: 2013-12-24
上傳用戶:thuyenvinh
Nios2-flash-programmer 使用的override文件
標簽: flash-programmer override Nios
上傳時間: 2013-12-27
上傳用戶:qunquan