ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts. It is quite portable and runs on a variety of platforms. Check the about page for a more complete description. ELinks is an Open Source project covered by the GNU General Public License. It originates from the Links project written by Mikulas Patocka. If you want to see ELinks in action check out the screenshots.
標簽: ELinks well-established feature-rich advanced
上傳時間: 2014-01-22
上傳用戶:3到15
為了實現定時事件,我們引入了一個接口implements TimerClient這個接口是別人做好了的,具體代碼在包中,它的作用是只要我們設置一下定時產生事件的時間,它就定時調用方法public void timerEvent(int id)因此,我們就在這個方法中每調用一次,在不同的地方畫一個圓就可以了。
標簽: 定時
上傳時間: 2016-11-22
上傳用戶:wpwpwlxwlx
這是專門為 C# 開發者定制的 ZC030X 編程接口。C# 開發者可以如下方式進行調用: 首先需要進行聲明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }
標簽: InteropServices Runtime System using
上傳時間: 2016-11-28
上傳用戶:love_stanford
/* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initialization code for the Freescale * 520x SPI module * * Yaroslav Vinogradov yaroslav.vinogradov@freescale.com * Copyright Freescale Semiconductor, Inc 2006 * * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option) any later version.
標簽: Sub-architcture initializa 520 dependant
上傳時間: 2016-12-15
上傳用戶:xiaohuanhuan
The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.
上傳時間: 2016-12-17
上傳用戶:cccole0605
This program is free software you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation either version 2 of the License, or // (at your option) any later version.
標簽: redistribute the software program
上傳時間: 2016-12-20
上傳用戶:wfeel
I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an example driver. The current status is a working read-only driver that supports caching of file data, the create functionallity still needs some work but I m releasing it due to the high public demand.
標簽: provide Windows example driver
上傳時間: 2013-12-19
上傳用戶:zsjzc
使用annotation封裝的jdbc,只要定義個借口,然后再某個方法上加個annotation,就可以操作數據庫了,如: @Query("select * from user where id=?") public User getUser(int id) 不用實現具體方法,就可以用了。
標簽: annotation jdbc 封裝
上傳時間: 2017-01-12
上傳用戶:lacsx
javaScript調用applet,必須用name指定applet的名字,然后document.name.method(param)就可以調用applet方法,方法必須是public
標簽: javaScript applet
上傳時間: 2014-08-17
上傳用戶:firstbyte
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
標簽: redistribute the software program
上傳時間: 2013-12-28
上傳用戶:thesk123