代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/215382/15062586
m text541.m
function text541
x=1:0.1*pi:2*pi;
y=sin(x);
plot(x,y)
xlabel('x(0-2\pi)','fontweight','bold');
ylabel('y=sin(x)','fontweight','bold');
title('正弦函数','fontsize',12,'fontweight','bold','fontname'
www.eeworm.com/read/214991/15079499
c text_bits.c
/**************************************************************************
该文件包括了纹理部分编码的比特读写操作函数
*
**************************************************************************/
#include "mo
www.eeworm.com/read/214991/15079512
c text_dct.c
/**************************************************************************
* *
静态纹理的DCT变换/逆DCT变换和快速DCT变换
*
**********
www.eeworm.com/read/214991/15079535
c text_code.c
/**************************************************************************
图象纹理编码函数代码
*
**************************************************************************/
#include "text_defs.h"
www.eeworm.com/read/214740/15089928
m da_text.m
function [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Useage:
% [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Prints a text object with the following attributes
%
% window : w1
% position: x,y
% size
www.eeworm.com/read/214740/15089950
m ga_text.m
function [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Useage:
% [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Prints a text object with the following attributes
%
% window : w1
% position: x,y
% size
www.eeworm.com/read/214331/15105896
java text1.java
import java.awt.*;
import java.awt.event.*;
public class Text1 extends WindowAdapter
implements ActionListener,ItemListener
{
Frame f;
Label t1,t2;
www.eeworm.com/read/214331/15105898
class text1.class
www.eeworm.com/read/214181/15111559
obj text2.obj
www.eeworm.com/read/214181/15111563
c text2.c
//********************************/
//头文件定义
//********************************/
#include
#include
#include
#include
#include
#include