搜索资源列表
-
0下载:
lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
-
-
0下载:
采用分治法快速求解拉斯斐切数。代码用C语言编程实现,可用于处理数学问题。-The divide-and-conquer method fast solving Lasifeiqie number. Code with C language programming, can be used to deal with mathematical problems.
-
-
0下载:
大学生C语言程序设计题目 文件读取。
参考代码-C language programming topics college students to read the file. Reference Code
-
-
0下载:
This is the code which calculates the sum of the reciprocal values of the numbers in the range of 1 to 20th Do not enter anything over the keyboard. The calculated sum is displayed. The code is written in C + + programming language.
-
-
0下载:
Mini Project in C Library Management System.
This mini project in C Library Management System is a console application without graphic developed using the C programming language. It is compiled in Code::Blocks with the gcc compiler. In this, you
-
-
0下载:
Cricket Score Sheet Project in C.
Cricket Score Sheet project is a simple project built using the C programming language. It uses file handling to store various information regarding runs, wickets, overs, extras, and many more. The program can d
-
-
0下载:
Modern Periodic Table Project in C.
The Modern Periodic Table project in C is a simple console application built without the use of graphics. It is developed using the C programming language for the purpose of storing name, symbol, atomic number
-
-
0下载:
Typing Tutor Project in C.
Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhan
-
-
0下载:
这是一个用C语言(dev c)编写的猜数字游戏,并配备了两份代码编写提示。
如果你能够在两份代码提示的帮助下,独立完成猜数字游戏的编程,说明你对C语言循环语句和控制台编程有了较好的理解。
本文件适合C语言教学培训。-This is a C language (dev c) written guessing game , and is equipped with two coding tips.
If you can help the next two code hints , ind
-
-
0下载:
这个程序是用于练习使用的C语言代码,可以自己在C程序设计中找一找是哪一题的代码。-This program is used to practice using the c language code, you can look for yourself in the c programming code of which is the question.
-
-
0下载:
控制台迷你局域网聊天室 V1.0 1.基于控制台的局域网聊天室程序,用C++编写,VC++6.0 VC++2010编译通过 2.程序中调用了windows API函数,利用了WinSock以及多线程等编程技巧 3.程序采用TCP-IP协议的C/S模式,并且服务端与客户端使用同一程序中 4.程序具有通过您输入的 IP地址自动运行服务端或客户端的功能,无需手动选择 5.本程序非常适合C++初学者学习修改。欢迎大家使用或修改其中的代码!6.输入的IP地址为已经运行作为服务端的机器的IP地址,格式必须如
-