代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/230311/14293806
text1
/*拟合直线方程为y = ax +b*/
#define N_MAX 20 //拟合折线的总数据个数
#define N_TOTAL 15 //实际需拟合折线的总数据个数
#define N_SECTION 3 //一段拟合的数据个数
#define SECTION (unsigend char) (N_TOTAL/N_SECTION)//段数
unsigned int
www.eeworm.com/read/230257/14295093
ncb text.ncb
www.eeworm.com/read/230257/14295096
res text.res
(Dialog text
(Components
(Label label1)
(Label label2)
(InputPanel InputPanel1)
(Tex
www.eeworm.com/read/230257/14295099
opt text.opt
www.eeworm.com/read/230257/14295100
c text.c
#include "ProToolkit.h"
#include "ProUtil.h"
#include "ProArray.h"
#include "ProMessage.h"
#include "ProUI.h"
#include "ProUIDialog.h"
#include "ProUITextarea.h"
#include "ProUIInputpanel.h"
www.eeworm.com/read/230257/14295101
dsw text.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/230257/14295102
dsp text.dsp
# Microsoft Developer Studio Project File - Name="text" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/230257/14295104
plg text.plg
Build Log
--------------------Configuration: text - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/230247/14295406
text1
#include
#include
#define uchar unsigned char
#define in0 XBXTE[0X7FF8] //设置通道0的指针地址
sbit ad_busy =P3^3; //EOC的状态
void ad0809(unchar idata *x) //采样的结果放在AD采样的指针中
{
uchar
www.eeworm.com/read/128299/14306193
txt text.txt
假期作业:长整数运算
问题描述:
设计一个程序实现两个任意长的整数(包括正数和负数)求和运算。
基本要求:
1)用动态链表存贮长整数,每结点含一个整型变量。
2)输入和输出按中国对于长整数的习惯表示,每4位1组,组间用逗号隔开。