-
-
linux_tuixiangzi.rar
这是LInux下C语言开发的推箱子游戏。对学习curese编程的人有帮助
用了大量的Curese函数,此游戏可建立关卡。默认有10关。
作者
/* File: tuixiangzi.c */
Makefile如下:
all: tuixiangzi
tuixiangzi: tuixiangzi.c
gcc -o tuixiangzi tuixiangzi.c -lcurses
clean:
rm -f tuixiangzi *.bak
-
wave_matlab2006.rar
... See "http://paos.colorado.edu/research/wavelets/"
% Written January 1998 by C. Torrence
%
% Modified Oct 1999, changed Global Wavelet Spectrum (GWS) to be sideways,
% changed all "log" to "log2", changed logarithmic axis on GWS to
% a normal axis.
-
Ucos-Ii-v261-Microblaze-Nohauupdated-fixed05-2006.
... a functional
RTOS demo for the Nohau evaluation boards that can run a MicroBlaze
core. You can use this code for any and all of your projects, as
you see fit. Nohau Corporation does not warrant that the code is
bug-free, and will provide no ...
-
Remote_Library.zip
A library that implements a common interface for remote memory handling and remote execution for all Windows versions.
-
-
Binary_search.zip
This section allows you to browse the files contained within a ZIP file without having to download it first. The file list below shows all of the files those that are in a text format that we recognize the extension for (e.g. source code files) are ...
-
RS485note.rar
... and RS-485 system. This application note attempts to cover
enough technical details so that the system designer will have considered all
the important aspects in his data system design. Since both RS-422 and RS-
485 are data transmission systems that ...
-
-
ural-linux-0.8.2.tar.rar
ural-linux is a port of Damien Bergamini s ural driver to Linux.
This driver should support all devices based on the RT2500USB chipset.
-
guanli.rar
... 字符.按相应的键实现不同的功能.
注:按 Q键时,也就是帮助.则出现如下信息:
P:Preview all students information
I: Insert new student information
F:Find a student
D:Delete a student
S:Save a student
Q:quit
H:Help
-