代码搜索:操作软件
找到约 10,000 项符合「操作软件」的源代码
代码结果 10,000
www.eeworm.com/read/318487/13477657
doc 收银操作.doc
www.eeworm.com/read/317606/13501327
log 操作说明.log
行 18: 控件 RichTextBox1 的类 RichTextLib.RichTextBox 不是一个已加载的控件类。
www.eeworm.com/read/317606/13501377
frm 操作说明.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frm_ShuoMing
BorderStyle = 3 'Fixed Dialog
Caption = "操作说明"
ClientHei
www.eeworm.com/read/317606/13501385
frx 操作说明.frx
www.eeworm.com/read/317228/13507201
doc 操作说明.doc
www.eeworm.com/read/316829/13516298
vi 文件操作.vi
www.eeworm.com/read/315835/13535491
c 栈操作.c
#include
#include
#define MAX 20
#define ElemType int
#define S (*p)
struct SqStack
{
ElemType elem[MAX];
int top;
};
main()
{
struct SqStack *q;
int i,y,cord;
www.eeworm.com/read/314950/13555005
doc 444 操作.doc
www.eeworm.com/read/313300/13590757
txt 操作说明.txt
新建工程2sel1;
添加VERILOG HDL代码文件_2sel1.v
输入代码
根据技术实验讲义配置引脚
综合代码
添加vwf文件:_2sel1.vwf并在其中导入引脚
编辑sel波形某一占空比
仿真
在实验板上选择模式5
下载
测试
www.eeworm.com/read/311535/13629619
c 栈操作.c
#include
#include
#define MAX 20
#define ElemType int
#define S (*p)
struct SqStack
{
ElemType elem[MAX];
int top;
};
main()
{
struct SqStack *q;
int i,y,cord;