代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/229591/14328702
h convert.h
/***************************************************************/
/* convert.h - H.261 Codec (TU-Dresden) */
/* */
www.eeworm.com/read/229469/14335913
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/229469/14335950
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/126945/14393400
exe convert.exe
www.eeworm.com/read/126945/14393402
asm convert.asm
;************************************
;文件:Conver.asm *
;功能:演示任务内控制转移和特权改变 *
;************************************
.386p
;----------------------
CALL32 MACRO selector ,offsetv
www.eeworm.com/read/227824/14409992
convert-map
#!/usr/bin/env python2
# -*-Python-*-
#
#
# Copyright (C) 2001 Peter 舠trand
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GN
www.eeworm.com/read/126308/14433625
c convert.c
# include
# include
int main()
{
char num1[80], num2[80];
double sum1;
int sum2;
long sum3;
printf("Enter first: ");
gets(num1);
printf("Enter second: ");
g