代码搜索结果

找到约 10,000 项符合 Input 的代码

inputhandler.h

// InputHandler.h // // Singleton class that handles all the inputs of the aplication. // // The inputs are stored on the _inputs array. The _oldInputs array stores last // 4 input values. //

list_opts.cgi

#!/usr/local/bin/perl # list_opts.cgi # A form for editing options set with the 'O foo=bar' directive, # and other things. require './sendmail-lib.pl'; $access{'opts'} || &error($text{'opts_ecannot'}

edit_group_quota.cgi

#!/usr/local/bin/perl # edit_group_quota.cgi # Display a form for editing the quotas for a group on some filesystem require './quota-lib.pl'; &ReadParse(); $u = $in{'group'}; $fs = $in{'filesys'}; &c

edit_user_quota.cgi

#!/usr/local/bin/perl # edit_user_quota.cgi # Display a form for editing the quotas for a user on some filesystem require './quota-lib.pl'; &ReadParse(); $u = $in{'user'}; $fs = $in{'filesys'}; &can_

edit_fname.cgi

#!/usr/local/bin/perl # edit_fname.cgi # Edit file naming options require './samba-lib.pl'; &ReadParse(); $s = $in{'share'}; if ($s eq "global") { &header("File Naming Defaults", ""); } else { &he

edit_access.cgi

#!/usr/local/bin/perl # edit_access.cgi # Edit access control options require './majordomo-lib.pl'; &ReadParse(); %access = &get_module_acl(); &can_edit_list(\%access, $in{'name'}) || &error("You ar

edit_options.cgi

#!/usr/local/bin/perl # edit_options.cgi # Edit client options for some subnet, shared net, group, host or global require './dhcpd-lib.pl'; &ReadParse(); $conf = &get_config(); &header($text{'eopt_he

modulation.m

function output_modu = modulation(input_frame, index) % Input_modu: input bit stream (0,1) % index: modulation index % 1---bpsk % 2---qpsk % 4---16qam % 6---64qam % else is error f_lengt

modulation.m

function output_modu = modulation(input_frame, index) % Input_modu: input bit stream (0,1) % index: modulation index % 1---bpsk % 2---qpsk % 4---16qam % 6---64qam % else is error f_lengt