-
SDL库写C ";太空大战";,图像的游戏框架。
一个用sdl库和c++写的“太空大战”的游戏,游戏的图象都来自金山打字通2003中的“太空大战”, -没办法,因为自己的美工技术差。 -游戏适合小孩子玩,你是打字高高手就算了吧,:-)。 -游戏支持Linux/Win32平台,其实都是sdl的功劳,可移植行太好了。在windows下写, -拿到linux编译,就能运行了-sdl with a library and write c "space war", games of the images are from the 2,003- Jinshan typing the "space war"- no way, because the artists themselves technological gap.- Suitable for children to play games, you are typing even if the top high bar, :-).- Game Linux/Win32 platform, in fact sdl credit for transplantation can be wonderful. Under the windows write-get Linux compiler, we can run
- 2022-09-14 20:30:03下载
- 积分:1
-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2023-05-10 18:30:02下载
- 积分:1
-
Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefi...
程序是根据vidcat改的,只能抓PPM的图.
makefile的内容如下,请注意打小写:
cc=gcc
#cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev="/dev/v4l/video0" -dversion="0.7.2"
cflags=-wall -dvideo_dev="/dev/video0" -dversion="0.7.2"
camsnap: camsnap.c
用法如下:
camsnap -v -s 420x420 -o my.ppm
这儿请注意:s 的大小必需是8能整除的倍数.
这个程序我是在rh9下作的,需要交叉编译的朋友就把注释去掉,再给下面的注释就可以了.-Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefile reads as follows, please note that playing lowercase: cc = gcc# Cflags =- i/firendly-arm/kernel/include-i/usr/local/arm/2.95 .3/arm-linux/include-wall-dhave_libjpeg#-dvideo_dev =
- 2023-04-15 21:40:03下载
- 积分:1
-
这是一套学习资料的工具。
一套用于教学新手的linux视频,包含了安装使用-It s a kit of studying material for linux.
- 2022-01-29 02:22:05下载
- 积分:1
-
远缝的移植在2410的LINUX的原代码 , 功能很全
远缝的移植在2410的LINUX的原代码 , 功能很全-far linking transplant in 2410 of the Linux source code, all very functional
- 2022-02-13 04:16:01下载
- 积分:1
-
Linux下面摄像头最新源代码:支持200多中摄像头
Linux下面摄像头最新源代码:支持200多中摄像头-Linux camera following the latest source code: Support more than 200 in the camera
- 2023-08-29 22:35:03下载
- 积分:1
-
一个编程中常用的PV操作(生产者―消费者)的c语言的demo,在linux下编译通过...
一个编程中常用的PV操作(生产者―消费者)的c语言的demo,在linux下编译通过-a common programming PV operations (producer-consumer) c language demo, compile under Linux
- 2023-03-26 01:00:04下载
- 积分:1
-
所谓计算机网络就是通过通信线路互相连接的计算机的集合。它是由计算机及外围设
备,数据通讯和中断设备等构成的一个群体。本文介绍了liunx在网络编程中的相关知...
所谓计算机网络就是通过通信线路互相连接的计算机的集合。它是由计算机及外围设
备,数据通讯和中断设备等构成的一个群体。本文介绍了liunx在网络编程中的相关知识-The so-called computer network through the communication line is connected collection of computers. It is by the computer and peripheral equipment, data communications and interrupt devices consisting of a group. This paper introduces network programming in liunx relevant knowledge
- 2022-08-14 08:55:11下载
- 积分:1
-
Mplayer source code, do not have to introduce you. Media type file format MP3 mp...
Mplayer源码,不用多介绍了吧。
媒体类型 文件格式
MP3 mp3 m3u
CD/DVD cda
MPEG和AVI视频 mpg mpeg mpv mps m2v m1v mpe mpa avi mp4 m4e
RealAudio和RealVideo rt ra rm rmvb rp rv
Windows Media wma wmv wax asx asf wm wmx wvx
QuickTime mov qt
AAC aac m4a m4p
其他媒体 wav mp2 mp1 mpeg pls xpl smi smil flv ssm sdp aif aiff mid midi rmim acp rpl 3gp amr awb 3g2 au-Mplayer source code, do not have to introduce you. Media type file format MP3 mp3 m3uCD/DVD cdaMPEG and AVI video mpg mpeg mpv mps m2v m1v mpe mpa avi mp4 m4eRealAudio and RealVideo rt ra rm rmvb rp rvWindows Media wma wmv wax asx asf wm wmx wvxQuickTime mov qtAAC aac m4a m4p other media wav mp2 mp1 mpeg pls xpl smi smil flv ssm sdp aif aiff mid midi rmim acp rpl 3gp amr awb 3g2 au
- 2022-03-21 01:59:37下载
- 积分:1
-
Add a new system call to achieve a new function, such as the search system in th...
添加一个新的系统调用,实现一项新的功能,如查找系统中所有进程的名称和族亲关系信息,或文件复制,重新编译和运行内核,使新的系统调用可用。-Add a new system call to achieve a new function, such as the search system in the name of all processes and pro-family relationship information, or documents copied, re-compile and run the kernel, making the new system calls available.
- 2023-06-12 16:35:08下载
- 积分:1