代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/409384/11329534
changelog
version 0.1.1:
* spanish translations were added
* SSL_read and SSL_write will now be called with (char*)
as its second parameter
* libsmtp++ should now compile with gcc-3.0
version 0.1:
* initi
www.eeworm.com/read/263172/11372937
v cf_fft_1024_8.v
//
// Copyright (c) 2003 Launchbird Design Systems, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that
www.eeworm.com/read/408682/11377190
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
#define led1 P1_0
#define led2 P1_1
uint counter=0; //统计溢出次数
uint TempFlag; //用来标志是否要闪烁
void Initial(vo
www.eeworm.com/read/408682/11377237
c main.c
//CD WXL
#include
#define uint unsigned int
#define uchar unsigned char
//定义控制灯的端口
#define led1 P1_0 //定义LED1为P10口控制
#define led2 P1_1 //定义LED2为P11口控制
//函数声明
void Delay(uint);
www.eeworm.com/read/406980/11431691
lst 123.lst
A51 MACRO ASSEMBLER 123 01/21/2009 14:53:40 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN 123.OBJ
ASSEMBLER INVO
www.eeworm.com/read/406456/11441968
h sys_ir.h
#ifndef _SYS_IR_H
#define _SYS_IR_H
extern void SYS_IR_Initial(void);
#endif // _SYS_IR_H
www.eeworm.com/read/405066/11472353
cpp jpeg.cpp
#include "jpeg.h"
JPEG:: JPEG()
{ Ss=0;
Se=63;
Nf=3;
Precision=8;
_initial_dc_table(0,0,0);/* Luminance DC */
_initial_ac_table(0,0,0);/* Luminance AC */
_initial_dc_table(1,
www.eeworm.com/read/404468/11484848
rpt 1.tan.rpt
Timing Analyzer report for 1
Sun Jan 11 20:08:54 2009
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/403168/11521191
h key_service.h
extern void KeyScan_Service(void);
extern void Key_Initial(void);
extern unsigned int Key_Get(void);
www.eeworm.com/read/402270/11540013
cpp inner1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti