代码搜索结果
找到约 10,000 项符合
P 的代码
p调节.txt
#include
#include
#define uchar unsigned char
#define uint unsigned int
char dis_buff[6]; // 显示缓冲区,存放要显示的8个字符的段码值
char dis_buff2[6]={0,0,0,0,0,0};
uchar Data1[4]={10,0,5,
p.m
function [res] = P(X,Y)
% This function is used by Finite Element Method
% (Algoritm 12.5) to implement the function p(x,y).
res = 1;
p.m
function [res] = P(X,Y)
% This function is used by Finite Element Method
% (Algoritm 12.5) to implement the function p(x,y).
res = 1;