代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/449369/7507979

in number.pl.in

#! @PERL@ # @configure_input@ # number.pl # Extract just the essential facts from LK output. while () { if (m/(\d+.\d+) user seconds/) { print $1,"\n"; # Time } elsif (m/^LK \d/) { # The versio
www.eeworm.com/read/444804/7606052

lst cs16-1.lst

C51 COMPILER V7.06 CS16_1 02/11/2007 09:55:28 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE CS16_1 OBJECT MODULE PLACED IN
www.eeworm.com/read/444619/7610418

m main.m

%标准遗传算法 %优化函数为f=-(x-1)^2+4,其中,0
www.eeworm.com/read/443312/7634795

68 tx_tsb.68

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E
www.eeworm.com/read/442845/7643626

c main_test2.c

#include "CO_TYPES.H" #include "CO_MAIN.H" #include "Timer.H" #include "DemoObj.h" #include "CO_DICT.h" #include "CO_ABERR.H" // Abort types #include unsigned char test3[0
www.eeworm.com/read/441425/7670551

m recpos_s.m

function [phi,lambda] = recpos_s(B,tcorr) % RECPOS_S Least-squares searching for receiver position. Given % 4 or more pseudoranges and data from ephemerides. % Id
www.eeworm.com/read/441374/7671309

cpp bank1.cpp

//^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // PROJECT BANKING //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // INCLUDED HEADER FILES //^^^^^^^^^^^^^^^^^^^^^^
www.eeworm.com/read/440901/7679045

v test.v

`timescale 1ns/1ns module test(); reg din,clk,rst; wire q_out; //instance check uut(q_out,din,clk,rst); //set up display initial begin $shm_open ("shm1.db"); $shm_pr
www.eeworm.com/read/440344/7690336

h ds1302.h

#include #define AM(X) X #define PM(X) (X+12) // 转成24小时制 #define DS1302_SECOND 0x80 #define DS1302_MINUTE 0x82 #define DS1302_HOUR 0x84 #define DS1302_WEEK 0x8A #de
www.eeworm.com/read/437625/7744566

c main_test2.c

#include "CO_TYPES.H" #include "CO_MAIN.H" #include "Timer.H" #include "DemoObj.h" #include "CO_DICT.h" #include "CO_ABERR.H" // Abort types #include unsigned char test3[0