代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/306428/3739024
h convert.h
/* convert.h
Safe copying of integers into and out of a non-aligned memory buffer. */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet
www.eeworm.com/read/305303/3774468
java convert.java
package gnu.kawa.functions;
import kawa.standard.Scheme;
import gnu.bytecode.Type;
import gnu.bytecode.ClassType;
import gnu.bytecode.CodeAttr;
import gnu.mapping.*;
import gnu.expr.*;
import gnu.kawa
www.eeworm.com/read/305065/3780720
sh convert.sh
#!/bin/sh
if [ ! -f makeimage ]; then
gcc -o makeimage makeimage.cpp
fi
cd images
for file in *.gif; do
../makeimage $file
gcc -c ${file%.gif}.cpp;
done
cd icons
for file in *.gif; do
www.eeworm.com/read/304654/3794718
c convert.c
#include
#include
int main(void)
{
FILE *in;
FILE *out;
unsigned char mem[4];
in = fopen("fcr_test.bin", "rb");
out = fopen("fcr_test.hex", "w");
//fprintf(
www.eeworm.com/read/303037/3818373
java convert.java
package dsp.utils;
/**
* Title: DSP实验室
* Description: DSP教学网
* 编码转换:把ISO-8859-1码转换成GB2312
*
* Copyright: Copyright (c) 2004
* Company:
* @author 李
www.eeworm.com/read/302839/3823312
py convert.py
# Copyright (c) 2005
# The Regents of The University of Michigan
# All Rights Reserved
#
# This code is part of the M5 simulator.
#
# Permission is granted to use, copy, create derivative works and
#
www.eeworm.com/read/299378/3853139
c convert.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/299378/3853149
c convert.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*