代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/163399/10162811
pl schpati000.pl
#!/usr/bin/perl
#
# Schpati - Pre-Alpha of AndyChat v3.xx
#
# Started on Wednesday, 9th of February, 2000 around 11pm
#
# Build 3021 - 21st of July, 2002
# - (2.06am) Added /MOTD and /QUOTE commands
www.eeworm.com/read/163399/10162814
pl a_common.pl
##!/usr/bin/perl -w
#
# Schpati - Pre-Alpha of AndyChat v3.xx
# MODULE: Common
#
# Started on Wednesday, 9th of February, 2000 around 11pm-midnight
#
# 21st of July, 2002
# - (12.33am) Rewrote RedrawL
www.eeworm.com/read/424444/10447255
c root.c
#include "Functions.h"
#include "rtl.h"
unsigned long root(void *arg)
{
strncpy( SCS_Task[ROOT].Name, "ROOT", 5 );
SCS_Task[ROOT].Status = STARTED;
p.sched_priority =MAX_PRI;
pthread_set
www.eeworm.com/read/333325/12687015
uninst
#!/bin/sh
#
# Copyright 1984-1996 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01g,13jun97,pdn started using standard TCL/TK shell, cleanup.
# 01f,24feb96,pdn
www.eeworm.com/read/242353/13012187
html basics.html
Getting Started
with Mini-XML
This chapter describes how to w
www.eeworm.com/read/136517/13373594
uninst
#!/bin/sh
#
# Copyright 1984-1996 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01g,13jun97,pdn started using standard TCL/TK shell, cleanup.
# 01f,24feb96,pdn
www.eeworm.com/read/314766/13559506
cnt hcw.cnt
:Base hcw.hlp>proc4
:Title Help Author's Guide
:Link shed.hlp ; Help for the Hotspot Editor SHED.EXE)
1 Getting Started
2 What is Help Workshop?=BAS_THE_HELP_COMPILER
2 Help Workshop comp
www.eeworm.com/read/301746/13849181
vhd dvi2lvds.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
--LIBRARY altera_mf;
--USE altera_mf.altera_mf_components.all;
--Eric Funke, started 17th August 2004;
--Yuning Zhang,
www.eeworm.com/read/490445/6456645
m kmeans.m
function [cid,nr,centers] = kmeans(x,k,nc)
[n,d] = size(x);
% 设置cid为分类结果显示矩阵
cid = zeros(1,n);
% Make this different to get the loop started.
oldcid = ones(1,n);
% The number in each cluster.