代码搜索:操作软件
找到约 10,000 项符合「操作软件」的源代码
代码结果 10,000
www.eeworm.com/read/482589/6617944
txt 操作指南.txt
1 适用环境
硬件版本:6K发卡器
动态库版本:1.007
1 一般操作循序
连接端口->2 取读卡器属性->3 寻卡->4 初始化卡->5 6K写卡->6 6K读卡
2 其它说明
2.1 鸣叫:主要是用来提示或者检测发卡器是否再线
2.2 读钱包和写钱包主要是用在消费上的
2.3 设置卡片根密钥主要是用来给卡片加密(小心使用)
2.4 6K发卡都将 ...
www.eeworm.com/read/481249/6646464
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/481249/6646540
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/480952/6654437
log 操作说明.log
行 18: 控件 RichTextBox1 的类 RichTextLib.RichTextBox 不是一个已加载的控件类。
www.eeworm.com/read/480952/6654487
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/480952/6654495
frx 操作说明.frx
www.eeworm.com/read/478608/6710670
ico 操作权限.ico
www.eeworm.com/read/476431/6762286
ppt 文件操作.ppt
www.eeworm.com/read/263639/11351818
cpp 链表操作.cpp
#include
#include
typedef int datatype;
typedef struct node //声明
{
datatype data;
struct node *next;
}linklist;
linklist *head,*p,*r;
creatlistf()
www.eeworm.com/read/408051/11406022