代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.dit
// this is a clock class
class CClock
{
in Tick:1
out Ph0
out Ph1
out Ph2
script
function OnTick()
{
Ph0.Set(count);
Ph1.Set(count);
Ph2.Set(count);
count++;
}
clock.dit
// this is a clock class
class CClock
{
in Tick:1
out Ph0
out Ph1
out Ph2
script
function OnTick()
{
Ph0.Set(count);
Ph1.Set(count);
Ph2.Set(count);
count++;
}
clock.ksh
#!/bin/ksh
#
# Tested with:
# -PDKSH 5.2.14 on Zenwalk 4.6
#
# Demo with Public Domain Kornshell (PDKSH)
#
# Created with GTK-server 2.1.4 by Peter van Eerten / august 17, 2007 (GPL)
#--------------
clock.bash
#!/bin/bash
#
# Tested with:
# -BASH 3.1.17 on Zenwalk 4.6
#
# Demo with Bourne Again SHell (BASH)
#
# Created with GTK-server 2.1.4 by Peter van Eerten / august 17, 2007 (GPL)
# Beautification for
clock.ksh
#!/bin/ksh
#
# Demo with XForms and the predefined CLOCK widget
# (c) PvE, august 2008 - GPL
#
#----------------------------------------------------------------------
# Communication function; assign