代码搜索:Utils
找到约 10,000 项符合「Utils」的源代码
代码结果 10,000
www.eeworm.com/read/454912/7381857
as utils.as
package util
{
public class Utils
{
public function Utils()
{
}
/**
* 产生一个指定范围的随机数
*/
public static function random(min: int, max: int): int{
return int((max - min)
www.eeworm.com/read/195793/8130954
h utils^.h
#ifndef __UTILS_H
#define __UTILS_H
void memcpy(void *s1, const void *s2, int n);
void memset(void *s, const char ch, int n);
unsigned short ntohs(unsigned short s);
unsigned long ntohl(u
www.eeworm.com/read/227261/4776354
as utils.as
package com.justabc
{
public class Utils
{
static public function utf16to8(str:String):String {
var out:Array;
var i:Number, j:Number, len:Number, c:Number, c2:Number;
www.eeworm.com/read/292354/8360381
c utils.c
/****************************************************************************
# Spcaview: Spca5xx Grabber #
# Copyright (C) 2004 2005 Michel Xhaard
www.eeworm.com/read/292354/8360402
h utils.h
/****************************************************************************
# spcaview: Sdl video recorder and viewer with sound. #
#This package work with the spca5xx based webcam with th
www.eeworm.com/read/391856/8374942
hl$ utils.hl$
www.eeworm.com/read/192521/8377001
obj utils.obj
www.eeworm.com/read/192521/8377050
h utils.h
#ifndef __UTILS_H
#define __UTILS_H
#include"csl.h"
//void memcpy(void *s1, const void *s2, int n);
//void memset(void *s, const char ch, int n);
unsigned short ntohs(unsigned short s);
Ui
www.eeworm.com/read/192521/8377122
c utils.c
#include "utils.h"
/*
void memcpy(void *s1, const void *s2, int n)
{
int i;
for (i = 0; i < n; i++)
((char *)(s1))[i] = ((const char *)(s2))[i];
}
void memset(void *s, const char ch,
www.eeworm.com/read/192436/8381540
c utils.c
///////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 1995 - 1998 OSR Open Systems Resources, Inc.
// All Rights Reserved
// Based on a previous