搜索资源列表
-
0下载:
利用SOCKET编程做的一个获取html源码的程序,没有请求网页上的资源。用c语言写的。-SOCKET programming done using a process access to html source code, there is no request for the resources page. Written by c language.
-
-
1下载:
俄罗斯方块代码,在linux下用gcc编译器调试完全正确,构思和方法值得参考,初学C语言编程很值得一看-Tetris code, debugging under linux gcc compiler idea worth considering, beginner C programming language is well worth a visit.
-
-
0下载:
Linux下的C语言高级编程实例代码,包含多个内存处理,线程池处理等例子。-C high-level language programming under Linux code examples, contains examples of multiple memory processing thread pool.
-
-
0下载:
Linux平台上c语言编程环境
1.熟悉gedit命令,编辑C语言程序
2. 用gcc把源程序编译成可执行程序
-C language programming environment on the Linux platform. Familiar with gedit command, edit the C language program with gcc to compile the source code into an executable program
-
-
0下载:
嵌入式linux开发中常用到C语言进行编程,本代码对初学者有抛砖引玉的作用-Embedded linux development ofen use the C programming language, the code has a valuable role for beginners
-
-
0下载:
Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。
Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。
Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。
一个完整的Lua解释器不过200k,在目前所
-