代码搜索:DA转换
找到约 10,000 项符合「DA转换」的源代码
代码结果 10,000
www.eeworm.com/read/331854/12803735
txt 数制转换.txt
#include"stdio.h"
#include"stdlib.h"
#define STACK_INIT_SIZE 100
#define STACKINCREMENT 10
typedef struct stack{
int *base;//栈底指针
int *top;//栈顶指针
int stacksize;//保存栈的长度
}sqstack;
void
www.eeworm.com/read/143664/12852349
frx 投影转换.frx
www.eeworm.com/read/143664/12852355
frm 投影转换.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form 投影转换
Caption =
www.eeworm.com/read/243633/12930877
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/243560/12934216
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/329680/12939262
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/327390/13082451
cpp dn转换.cpp
#include
#include
#include
#include
#include
#include
#include
using namespace std;
//边结点
typedef struct Node{
int ver
www.eeworm.com/read/139994/13114910
exe 数据转换.exe
www.eeworm.com/read/138815/13209471
h 字符转换.h
int GetBitFromHeader(char chSourceData, int iBitNum)
{
bool Flag = 0;
int iData = 0;
if( iBitNum >= 6 )
return -1;
iData = ( chSourceData & 0x80 );
iData &= 0x000000ff;
if( i