-
Programming_In_Lua
Lua 就被设计成很容易和传统的 C/C++整合的语言。这种语言的二元性带
来了极大的好处。Lua 是一个小巧而简单的语言,因为 Lua 不致力于做 C 语言已经做得
很好的领域,比如:性能、底层操作以及与第三方软件的接口。Lua 依赖于 C 去做完成
这些任务。Lua 所提供的机制是 C 不善于的:高级语言、动态结构、简洁、易于测试和
调试等。正因为如此,Lua 具有良好的安全保证,自动内存管理,简便的字符串处理功
能及其他动态数据的改变。(Lua was designed to be easily integrated with the traditional C/C++ language. The duality of the language
To the great benefits. Lua is a small and simple language, because the Lua is not committed to doing the C language has done
Good domain, such as performance, the underlying operating and the interface with third party software. Lua is dependent on C to complete
These tasks. Lua mechanism is provided by C are not good at: a high-level language, dynamic structure, concise, easy to test and
Debugging, etc. Because of this, the Lua has good security, automatic memory management, simple string handling work
Can change, and other dynamic data.)
- 2014-12-26 16:52:07下载
- 积分:1
-
MonitorCreateProcessEvent
利用WMI监视进程的创建
Private Sub StartMonitorCreateProcessEvent()
Set CreateProcessEvent = New SWbemSink
Set objSWbemServices = GetObject("winmgmts:\.
ootcimv2")
objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, "SELECT * FROM __InstanceCreationEvent WITHIN 1 WHERE TargetInstance ISA Win32_Process "
End Sub(Use WMI to monitor process creation Private Sub StartMonitorCreateProcessEvent () Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject ( )
- 2007-09-07 09:22:06下载
- 积分:1
-
BarCode
说明: VB6.0商品条形码生成及打印源代码,使用MSBCODE9.OCX控件(VB6.0 product barcode generation and printing source code, using MSBCODE9.OCX control)
- 2020-06-14 20:57:25下载
- 积分:1
-
cdswom_permit
ACM中常用的算法思想与常用算法,是本人自己精心收集的,不行的(That is commonly used in ACM algorithm thought and commonly used algorithm, were carefully collected herself, no good)
- 2017-07-15 00:06:13下载
- 积分:1
-
VCD_management_system
C++实习作业,VCD出租管理系统,有查询,借阅,计费,记日期等功能(system of renting and management of VCD)
- 2015-11-21 10:33:09下载
- 积分:1
-
change-the-private-members
类的私有成员是面向编译器的。对内存而言,一切都是公开的。代码即是使用指针去改变类的私有成员,来说明这个问题。(Private members of the class-oriented compiler. Memory is concerned, everything is open. Code is to use a pointer to change the private members of the class, to illustrate the problem.)
- 2014-01-10 22:55:11下载
- 积分:1
-
DEMO
说明: 一个小的游戏Dome大家可以看看,技术不成熟!大家要多指点啊!源代码大部分再里面,我只切出了一个文件!(A little game we will look at the Dome, the technology was not! We have to show ah! Most of the source code inside again, I just cut out a document)
- 2009-08-10 12:20:56下载
- 积分:1
-
qichekaiti
汽车零部件管理开题报告,有价值可供大家参考,更多论文请见www.bysjaid.com(Car parts management opening report, valuable for your reference, more papers see www.bysjaid.com)
- 2013-10-23 16:32:08下载
- 积分:1
-
printfont
自定义字体,此字体不同于常规字体,其形过于变长,自定义字体,此字体不同于常规字体,其形过于变长(Custom font, this font is different from the regular font, change its shape too long, custom font, this font is different from the regular font, and its shape is too variable length)
- 2011-10-09 13:22:32下载
- 积分:1
-
OS_projectC_Mutex
You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate.
The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
- 2009-10-31 16:09:02下载
- 积分:1