代码搜索:操作软件
找到约 10,000 项符合「操作软件」的源代码
代码结果 10,000
www.eeworm.com/read/233105/14169298
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/233105/14169447
c 数组操作.c
#include
void main()
{
char strg[40],*there,one,two;
int *pt,list[100],index;
strcpy(strg,"This is a character string.");
one = strg[0]; /* one 和
www.eeworm.com/read/130426/14194795
txt 操作说明.txt
1、运行modelsim
2、单击File->Change Directory,选择signgen.vhd所在的文件夹sinegen
3、单击Tools->Execute Macro,选择文件dosim.tcl
dosim.tcl是相当于一个批处理文件,是文本文件,第三步也可以在Transcript窗口(即命令行)里键入dosim.tcl中的内容,运行结果相同。
在波形窗口中可以看
www.eeworm.com/read/130039/14210683
doc unix操作.doc
www.eeworm.com/read/129440/14242886
doc 收银操作.doc
www.eeworm.com/read/230804/14273653
bmp 操作流程.bmp
www.eeworm.com/read/230648/14279938
txt 操作说明.txt
登陆测试用户名:p
密码:p
只需把可执行文件Main.exe与Access数据库放在一个文件夹里,即可运行。
要选用其它用户名,请自己注册。
www.eeworm.com/read/127418/14355999
txt 表操作.txt
Prolog对表的基本操作
表在Prolog中很重要,下面里举一下对它的基本操作(都是书上的)
先定义
domains
element = integer
array = element*
这样的好处是,可以轻松的改掉基本的element为别的类型,如symbol,而不用去该谓词里的定义
www.eeworm.com/read/227639/14418769
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/227639/14418938
c 数组操作.c
#include
void main()
{
char strg[40],*there,one,two;
int *pt,list[100],index;
strcpy(strg,"This is a character string.");
one = strg[0]; /* one 和