代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/100018/15888905
pl opts.pl
# opts.pl
# Defines which smb.conf options are available in which samba versions
# default_options(&array, version)
# Fills in the given associative array with the default value for all
# supported o
www.eeworm.com/read/100018/15888972
pl atboot.pl
#!/usr/local/bin/perl
# atboot.pl
# Called by setup.sh to have webmin started at boot time
$no_acl_check++;
require './init-lib.pl';
if (!$config{'init_base'}) {
# Add to the boot time rc script
op
www.eeworm.com/read/100018/15888979
pl delboot.pl
#!/usr/local/bin/perl
# delboot.pl
# Called by uninstall.sh to stop webmin being started at boot time
$no_acl_check++;
require './init-lib.pl';
if (!$config{'init_base'}) {
# Remove from boot time r
www.eeworm.com/read/100018/15889439
pl copyconfig.pl
# copyconfig.pl
# Copy the appropriate config file for each module into the webmin config
# directory. If it is already there, merge in new directives. Called with
#
www.eeworm.com/read/100018/15889476
pl changepass.pl
#!/usr/local/bin/perl
# changepass.pl
# Script for the user to change their webmin password
# Check command line arguments
usage() if (@ARGV != 3);
($config, $user, $pass) = @ARGV;
if (!-d $config) {
www.eeworm.com/read/100018/15889543
pl sortdrivers.pl
#!/usr/local/bin/perl
open(DRIVERS, "drivers.txt");
@dr = ;
close(DRIVERS);
@dr = sort { $a =~ /^\S+\s+(.*)/; $x = $1; $b =~ /^\S+\s+(.*)/; $x cmp $1; } @dr;
open(DRIVERS, ">drivers.txt");
www.eeworm.com/read/100018/15889699
pl oschooser.pl
# oschooser.pl
# Read the list of operating systems and ask the user to choose
# an OS and version
($oslist, $out, $auto) = @ARGV;
open(OS, $oslist) || die "failed to open $oslist : $!";
while()
www.eeworm.com/read/285587/8830044
txt 简介.txt
作者详细描述了他在美国领导项目的各种实际的策略方法,教您如何开发高质量的软件,
而且绝不延误。本书中,作者以直率、真诚的笔调 ,与您畅谈在微软中经历过的种种成
功与失败,他将告诉您 :如何增进团队的工作效率,而且让每个人都乐在其中?为什么
您曾想把超级程序员赶走?如何避免落入行政程序的天罗地网?有哪些小小的改变,可
以获取极大的效益?不必加班就能如期完成软件的秘诀?如何让所有的工作都价值翻 ...
www.eeworm.com/read/162589/10293069
txt readme.txt
USB接口编程源代码
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。
转载请注明来源:
开源盛世-源代码下载网
http://www.vscodes.com
www.eeworm.com/read/272729/10946339
txt help2.txt
如何测量电容?
以下只是我自己捉摸的方法,有一定局限性,如有高着,敬请赐教。
1:首先将JUMP0(在第二页电路图左上位置,可以在仿真时切换)置于NO位置。
2:初始状态,电容和电阻接在一起的节点电压为零。在某一时刻置CAPMEASURE
线为高,开始给电容充电,比如我们定时1秒钟,在1秒末关闭APMEASURE。
3:立即打开ADC0804采样并且保持此时的电压,然后转换。
4:从A ...