代码搜索:Configuration
找到约 10,000 项符合「Configuration」的源代码
代码结果 10,000
www.eeworm.com/read/282003/4110350
java usbio_set_configuration.java
package de.thesycon.usbio.structs;
/**
* The USBIO_SET_CONFIGURATION class provides information used to set
* the device configuration.
* This structure provides the input parameters for th
www.eeworm.com/read/282003/4110354
java usbio_configuration_info.java
package de.thesycon.usbio.structs;
/**
* The USBIO_CONFIGURATION_INFO class provides information about the
* interfaces and pipes available in the current configuration.
* This structure retu
www.eeworm.com/read/282003/4110356
java usb_configuration_descriptor.java
package de.thesycon.usbio.structs;
/**
* USB configuration descriptor class.
*/
public class USB_CONFIGURATION_DESCRIPTOR extends USB_COMMON_DESCRIPTOR
{
public final static int SIZE = 9;
www.eeworm.com/read/273662/4201382
sh svntest-check-configuration.sh
#!/bin/sh
EXEC_PATH="`dirname $0`"
# Source the configuration file.
. "$EXEC_PATH/svntest-config.sh"
# Check that every commands could be found
test -x "$SVN" || {
echo "SVN: Not found or not
www.eeworm.com/read/273660/4202459
sh svntest-check-configuration.sh
#!/bin/sh
EXEC_PATH="`dirname $0`"
# Source the configuration file.
. "$EXEC_PATH/svntest-config.sh"
# Check that every commands could be found
test -x "$SVN" || {
echo "SVN: Not found or not