代码搜索:bin_data
找到约 39 项符合「bin_data」的源代码
代码结果 39
www.eeworm.com/read/253688/12205427
bas omronlib.bas
Attribute VB_Name = "Module1"
Public SXD$
Public RXD$
Public plc_station_head$
Public Function bin16_to_dec&(bin_data$)
hex4$ = bin16_to_hex4(bin_data$)
dec_value& = hex4_to_dec(hex4$)
bi
www.eeworm.com/read/355874/10242067
bas baselib.bas
Attribute VB_Name = "Module1"
Function hex2_to_bin8$(hex_2digit$)
bin_bit$ = ""
hex_digit$ = "00" + hex_2digit$
alen% = Len(hex_digit$)
hex_2digit$ = Right$(hex_digit$, 2)
For j% = 0 To 1
X$
www.eeworm.com/read/160475/10527483
c base64.c
/***********************************************************
** @(#) base64.h
** Purpose : base64 decode & encode function for multi-OS
** Version : 1.1.0
** Date : 1
www.eeworm.com/read/116006/6114889
cpp binmodlib.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/478303/6714549
vhd ex_p6_12_bin_to_ascii.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_textio.all;
use std.textio.all;
entity FILERDBIN is end FILERDBIN;
architecture arch of FILERDBIN is
BEGIN
PROCESS
VARIABLE lout,lin: l
www.eeworm.com/read/253688/12205464
bas baselib.bas
Attribute VB_Name = "Module1"
Function hex2_to_bin8$(hex_2digit$)
bin_bit$ = ""
hex_digit$ = "00" + hex_2digit$
alen% = Len(hex_digit$)
hex_2digit$ = Right$(hex_digit$, 2)
For j% = 0 To 1
X$
www.eeworm.com/read/242259/13084049
c bcd.c
#include
#ifdef BCD_USE_TABLE
#include
const unsigned char PROGMEM bcd2bin_data[] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 0, 0, 0, 0,
10, 11, 12,