搜索结果
找到约 32 项符合
Cat 的查询结果
按分类筛选
网络 Parses UK Profile 1.05/1.06 Object Carousel and saves files to disk (all stored under /tmp/cache at
Parses UK Profile 1.05/1.06 Object Carousel and saves files to disk (all
stored under /tmp/cache at the moment). The files are the scripts and
text/image data for MHEG5, the interactive(ish) element of digital TV. At
the moment the MHEG scripts are not parsed, so to duplicate that
interactive exper ...
GPS编程 短信发送实现gprs猫发送短信息
短信发送实现gprs猫发送短信息,wap push,push load,免提短信源代码.-gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code
压缩解压 创建一个类animal
创建一个类animal,并初始化,类animal派生出类cat,和类tiger,输出相关信息
Linux/Unix编程 在Linux下自己实现文件打开功能
在Linux下自己实现文件打开功能,相当于more,cat的功能,还有附加的功能,可输出打开文件的行数,以及可根据用户命令输出指定的行数。
JavaScript 第四次作业 1、 创建一个Animal(动物)类
第四次作业
1、 创建一个Animal(动物)类,让Horse(马),Dog(狗),Cat(猫)等动物继承Animal类。在Animal类中定义一些方法,让其子类重写这些方法,编写一个运行时多态的程序。
创建一个Animal类型的数组,在其中填充不同子类,然后调用自己的父类中的方法,看看会有什么情况发生。
2、 修改练习3.3,使Animal成为一个接 ...
其他书籍 如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefo
如何利用canvas 3d 在網頁上寫3D 程式
1. 在Firefox 3 上安裝canvas 3d add-on
https://addons.mozilla.org/en-US/firefox/search?q=Canvas+3d&cat=all
2. 下載canvas 3d JS api.
http://www.c3dl.org/index.php/download/
3. 撰寫Main.js 檔[ javascript file],程式碼和說明如下所示
Linux/Unix编程 un the configuration script ---------------------------- In the CGIs directory there is a config
un the configuration script
----------------------------
In the CGIs directory there is a configure.s and a configure.bat file.
Run this file after you ve moved the CGIs directory to it s desired
location. The configure script will create a file nammed apache.conf.
Append this file the the ...
Linux/Unix编程 在平常的作业中
在平常的作业中,有时候老师让自己实现诸如cat等类的程式,有时候叫用shell实现,有时候用c实现,不过我经常一点头绪都没有,不过我想到 linux开源的,命令代码能拿来参考下阿,所以我就想看看linux命令的原始码,于是就开始了摆渡狗狗的搜索过程。从结果来看,有两种情况,一种是给予rpm的包的形式;另一种是基于deb包的形 ...
嵌入式综合 samba服务器实验指导
第一节、samba是干什么的?它有什么用?
Samba(SMB是其缩写)
是一个网络服务器,它是Linux作为本地服务器最重要的一个服务,用于Linux和Windows共享文件之用;Samba可以用于Windows和 Linux之间的共享文件,也一样用于Linux和Linux之间的共享文件;不过对于Linux和Linux之间共享文件有更好的网络文件系统 NFS,NFS也 ...
源码 多态编程-猫狗吃食物
有一个主人(Master类),他养了两只宠物(Pet类),一只宠物是狗(Dog类),名字叫“旺财”,另一只宠物是猫(Cat类),名字叫“小花”,现在有两种食物(Food类),分别是骨头(Bone)和鱼(Fish)。主人分别给两只宠物喂食物,两只宠物厌食,狗只吃骨头(如果主人为够吃别的食物,就显示“狗不吃某某食物”);猫只吃 ...