Enabled
共 69 篇文章
Enabled 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 69 篇文章,持续更新中。
We intend to develop a wifi enabled p2p file sharing system on a linux platform using jxta and java.
We intend to develop a wifi enabled p2p file sharing system on a linux platform using jxta and java. The purpose is to build a system that can be ported to an embedded device at a later stage and be u
Perlbox Voice is an voice enabled application to bring your desktop under your command. With a singl
Perlbox Voice is an voice enabled application to bring your desktop under your command. With a single word, you can start your web browser, your favorite editor or whatever you want. This is the Linux
This example sets up the PLL in x10/2 mode, divides SYSCLKOUT by six to reach a 25Mhz HSPCLK (assumi
This example sets up the PLL in x10/2 mode, divides SYSCLKOUT by six to reach a 25Mhz HSPCLK (assuming a 30Mhz XCLKIN). The
clock divider in the ADC is not used so that the ADC will see the 25Mhz on
MAXX9257 MAX9258芯片可编程SerDes持续时间计算
<p>
The MAX9257/MAX9258 programmable serializer/deserializer (SerDes) devices transfer both video data and control signals over the same twisted-pair cable. However, control data can only be transmit
This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR
This leon3 design is tailored to the Altera NiosII Startix2
Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM.
As of this time, the DDR interface only works up to 120 MHz.
At 130, D
TdcHintEx Provides your users with a cool transparent hint. It replaces standard Delphi hint wind
TdcHintEx
Provides your users with a cool transparent hint. It replaces standard Delphi hint window.
Just drop a TdcHintEx in your main form. Set Enabled to True. And run your application.
Oh
siptapi A TAPI driver for SIP. With this TAPI driver you have a click2dial feature with any TAPI en
siptapi
A TAPI driver for SIP. With this TAPI driver you have a click2dial feature with any TAPI enabled application (e.g. MS Outlook) and any SIP account (e.g. freeworlddialup or iptel.org).
aDate : 值 BtnCaption :按钮Caption BtnColor: 按钮颜色 CanEdit:控件不能获得焦点 Enabled : 控件不能输入 HasTime :是否包宮.....
aDate : 值 BtnCaption :按钮Caption BtnColor: 按钮颜色 CanEdit:控件不能获得焦点 Enabled : 控件不能输入 HasTime :是否包宮.....
LemonSMS is a component developed in Java that provides a turnkey solution for application developer
LemonSMS is a component developed in Java that provides a turnkey solution for application developers to incorporate into their Java applications the functionality of sending and processing of incomin
Test program for Canon PTP-enabled digital photocameras
Test program for Canon PTP-enabled digital photocameras
SAM9261 BasicMMU Example code with ADS1.2 (163 kB) The goal of this project is to show how to use a
SAM9261 BasicMMU Example code with ADS1.2 (163 kB) The goal of this project is to show how to use a PC100 SDRAM and the MMU to perform a rating with a 100MHz Bus Clock. The rating is based on Dhryston
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is display
JTop monitors the CPU usage of all threads in a remote application which has remote management enab
JTop monitors the CPU usage of all threads in a remote application
which has remote management enabled. JTop demonstrates the use of
the java.lang.management API to obtain the CPU consumption for
Unique net-enabled GUI system based state of the art coding solutions with strong XML support.
Unique net-enabled GUI system based state of the art coding solutions with strong XML support.
现在somethingSelected的值绑定到了DataGrid的选定状态上了。选中某行somethingSelected的值会变为true
现在somethingSelected的值绑定到了DataGrid的选定状态上了。选中某行somethingSelected的值会变为true,然后所有标签里有enabled="{somethingSelected}"的标签都会被激活,所有标签里有enabled="{!somethingSelected}"的按钮都会被禁用。
Bingding标签的source不一定必须是变量。它可以是一个表
A J2ME Weblog Client for mobile devices that allows you to post to your weblog from java-enabled dev
A J2ME Weblog Client for mobile devices that allows you to post to your weblog from java-enabled devices.
LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based
LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AT90USBXXX AVR microc
This book is for merging practical electronic devices with the Internet, for hardware and software
This book is for merging practical electronic
devices with the Internet, for hardware and software designers looking to expand their
skills of JAVA programming.This book is a complete introduction t
Make your Delphi application UNICODE enabled.
Make your Delphi application UNICODE enabled.
禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁
禁止在TextBox中输入
作者:土人
方法一:(有光标闪烁,输入、删除等操作无效)
Text1.Locked = True
方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白)
Text1.Enabled = False
方法三:(有光标闪烁,可删除,不能输入)
此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框: