代码搜索:弯针
找到约 468 项符合「弯针」的源代码
代码结果 468
www.eeworm.com/read/114100/15113082
txt 怎样对经调用api函数globalalloc及globallock得到的内存块进行读写操作.txt
GlobalLock返 回 一 个 指 针 , 可 惜 的 是 VB不 能 象 C那 样 使 用 强 制 类 型 转 换 。 你 可 以 使 用 Windows API的 MoveMemory、 CopyMemory等 函 数 进 行 读 写 。
www.eeworm.com/read/13112/268380
c 汉诺塔2.c
move(char getone,char putone)
{
printf("%c-->%c\n",getone,putone);
}
void hanoi(int n,char one,char two,char three)
{
if(n==1)move(one,three);
else{
hanio(n-1,one,three,two); \*把A针的n-1个盘子通过
www.eeworm.com/read/327496/3455277
c 汉诺塔2.c
move(char getone,char putone)
{
printf("%c-->%c\n",getone,putone);
}
void hanoi(int n,char one,char two,char three)
{
if(n==1)move(one,three);
else{
hanio(n-1,one,three,two); \*把A针的n-1个盘子通过
www.eeworm.com/read/474426/6809199
c 汉诺塔2.c
move(char getone,char putone)
{
printf("%c-->%c\n",getone,putone);
}
void hanoi(int n,char one,char two,char three)
{
if(n==1)move(one,three);
else{
hanio(n-1,one,three,two); \*把A针的n-1个盘子通过
www.eeworm.com/read/109219/15561748
c 汉诺塔2.c
move(char getone,char putone)
{
printf("%c-->%c\n",getone,putone);
}
void hanoi(int n,char one,char two,char three)
{
if(n==1)move(one,three);
else{
hanio(n-1,one,three,two); \*把A针的n-1个盘子通过
www.eeworm.com/read/107030/15614496
c 汉诺塔2.c
move(char getone,char putone)
{
printf("%c-->%c\n",getone,putone);
}
void hanoi(int n,char one,char two,char three)
{
if(n==1)move(one,three);
else{
hanio(n-1,one,three,two); \*把A针的n-1个盘子通过
www.eeworm.com/read/101253/15839271
c 汉诺塔2.c
move(char getone,char putone)
{
printf("%c-->%c\n",getone,putone);
}
void hanoi(int n,char one,char two,char three)
{
if(n==1)move(one,three);
else{
hanio(n-1,one,three,two); \*把A针的n-1个盘子通过
www.eeworm.com/read/100753/15865219
c 汉诺塔2.c
move(char getone,char putone)
{
printf("%c-->%c\n",getone,putone);
}
void hanoi(int n,char one,char two,char three)
{
if(n==1)move(one,three);
else{
hanio(n-1,one,three,two); \*把A针的n-1个盘子通过
www.eeworm.com/read/361630/10043192
m exam4_1.m
function exam4_1( m, n )
% 本程序为第四章的第一个算例,采用矩形单元计算纯弯梁的变形
% exam4_1(m,n)
% 输入参数:
% m ------ x方向单元数目
% n ------ y方向单元数目
% 定义全局变量
% gNode ------ 节点坐标
% gElement ---
www.eeworm.com/read/425985/10298549
m exam4_1.m
function exam4_1( m, n )
% 本程序为第四章的第一个算例,采用矩形单元计算纯弯梁的变形
% exam4_1(m,n)
% 输入参数:
% m ------ x方向单元数目
% n ------ y方向单元数目
% 定义全局变量
% gNode ------ 节点坐标
% gElement ---