搜索结果
找到约 1,202 项符合
user-level 的查询结果
生物技术 The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: T
The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB strongly depends on a priori knowledge, common sense an ...
Linux/Unix编程 linux 的引导程序源码The Microsoft® Windows® Software Development Kit (SDK) provides the documentation
linux 的引导程序源码The Microsoft&reg Windows&reg Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium ...
VC书籍 VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet techno
VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds a ...
J2ME 在J2ME中实现虚拟代理
在J2ME中实现虚拟代理,然后过滤user-agent
,用于突破广东移动等的cmwap限制
使用方法,启动后将相应软件(如Opera)的代理设成localhost 8080,即可
书籍源码 一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库
一、安装SQL数据库
1、 打开Microsoft SQL Server 企业管理器
2、 建立一个新的数据库,名称为 XfokSite_Free (必须为这个名字)
3、选择该数据库,点击鼠标右键 -> 所有任务 -> 还原数据库 -> 从设备 -> 选择设备 -> 添加 -> 选择程序目录下的数据库里面的文件
二、安装程序
1、如果程序没有放在虚拟目录下,请把所有文件 ...
Java书籍 This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architec
This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans
architecture is a component architecture for the development and deployment of componentbased
distributed business applications. Applications written using the Enterprise JavaBeans
architecture are scalable, t ...
网络 Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wir
Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compat ...
Applet How to Use Tables With the JTable (in the API reference documentation) class you can display tables
How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane
Applet Setting and Changing Column Widths By default, all columns in a table start out with equal width,
Setting and Changing Column Widths
By default, all columns in a table start out with equal width, and the columns automatically fill the entire width of the table. When the table becomes wider or narrower (which might happen when the user resizes the window containing the table), all the column wid ...
Applet The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c
The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (w ...