代码搜索:Conversion
找到约 10,000 项符合「Conversion」的源代码
代码结果 10,000
www.eeworm.com/read/349749/10801288
conversion
www.eeworm.com/read/486864/6531233
conversion
$Id: CONVERSION,v 2.2 1993/12/28 08:34:43 vixie Exp $
Conversion of BSD 4.[23] crontab files:
Edit your current crontab (/usr/lib/crontab) into little pieces, with each
users' commands in a differen
www.eeworm.com/read/265348/11267414
conversion
www.eeworm.com/read/265346/11267481
conversion
www.eeworm.com/read/296314/8110082
bas conversion .bas
Attribute VB_Name = "Module_Con"
Option Explicit
'模块功能:超大数字10进制16进制2进制间的相互转换
Public Const HEX_TO_DEC As Long = 1
Public Const HEX_TO_BIN As Long = 2
Public Const DEC_TO_HEX As Long = 3
Public
www.eeworm.com/read/191936/8415422
c conversion.c
/* Ogle - A video player
* Copyright (C) 2002 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen
www.eeworm.com/read/191936/8415431
h conversion.h
#ifndef CONVERSION_H
#define CONVERSION_H
/* Ogle - A video player
* Copyright (C) 2002 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/431641/8664231
c conversion.c
void ConvertAsciiToBinary (U8 *src_ptr, U16 *dest_ptr, U16 msg_length)
{
U16 temp,dump;
U16 *target_ptr;
target_ptr = dest_ptr;
while (msg_length > ONE)
{
temp = *src_