代码搜索:信息共享
找到约 10,000 项符合「信息共享」的源代码
代码结果 10,000
www.eeworm.com/read/211278/4944397
txt idcinfoadd_zh_cn.txt
stop=停用
start=启用
JfxxRecid=位置信息编号
JfxxName=位置信息名称
JfxxStatus=有效标志
JfxxFcode=位置信息父编号
JfxxFlcode=位置信息父编号层级
JfxxMainparam=位置信息主要参数
JfxxRemark=位置信息说明
www.eeworm.com/read/159224/10678796
bas reg.bas
Attribute VB_Name = "Reg"
'+--------------------------------------------------------------------------
'
' reg.bas ---- 共享软件加密函数库
' Copyright (c) 2002-2003 liangs Studio, All r
www.eeworm.com/read/199870/7816060
txt 常见问题.txt
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ 系统名称:拓网文件上传共享系统 (TopWang Upload) ┃
┃ 系统版本:TopWang Upload Version 1.0 ┃
┃ 版权所有: 拓网科技(www.TopWang.com)
www.eeworm.com/read/317978/13492512
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "查找机器或共享资源"
ClientHeight = 2235
ClientLeft = 45
ClientTop = 330
www.eeworm.com/read/303321/13818426
java scaner.java
public class Scaner {
public ScanBuffer scanBuffer; //扫描缓冲区--共享
private String finalAccidence;
private AccidenceAnalyser aa;
private int BUFFER_SIZE = 100;
private String toDelString;
www.eeworm.com/read/139125/5808005
bas reg.bas
Attribute VB_Name = "Reg"
'+--------------------------------------------------------------------------
'
' reg.bas ---- 共享软件加密函数库
' Copyright (c) 2002-2003 liangs Studio, All r
www.eeworm.com/read/461881/1549295
java machine.java
package synsleep;
public class Machine implements Runnable {
private int a=1; //共享数据
public void run() {
for(int i=0;i
www.eeworm.com/read/246741/4492021
java machine.java
package synsleep;
public class Machine implements Runnable {
private int a=1; //共享数据
public void run() {
for(int i=0;i
www.eeworm.com/read/177765/5321002
h piocontrol.h
////////////////////////////////////////
// PIOControl.h文件
// 管理DLL共享内存
#include "../common/PMacRes.h"
#include "../common/TypeStruct.h"
#ifndef __PIOCONTROL_H__
#define __PIOCONTROL_H__