代码搜索:COM口映射
找到约 10,000 项符合「COM口映射」的源代码
代码结果 10,000
www.eeworm.com/read/5694/66293
com 打印口测试.com
www.eeworm.com/read/350557/10732207
vsd 映射.vsd
www.eeworm.com/read/366998/9786086
txt 映射.txt
module polar(addb_out,polar_out,CLK);
input [1:0]addb_out;
output [1:0]polar_out;
input CLK;
reg [1:0]polar_out;
reg even; //偶数为0,奇数为1;
always @(posedge CLK)
if(addb_out==
www.eeworm.com/read/204466/15339189
txt 映射.txt
//定义一个消息映射的结构
struct AFX_MSGMAP_ENTRY
{
UINT nMessage; // windows message
UINT nCode; // control code or WM_NOTIFY code
UINT nID; // control ID (or 0 for windows messages)
UINT
www.eeworm.com/read/423545/10552208
ppt 2.2.3映射.ppt
www.eeworm.com/read/701/1900
vi 坐标映射.vi
www.eeworm.com/read/285538/8832603
pdf parlayxsip映射规范.pdf
www.eeworm.com/read/382802/8999679
txt 映射对方盘符.txt
telnet到他的机器上,
运行:
>net share 查看有没有默认共享?如果没有,那么就接着运行
>net share c$=c:
>net share d$=d:
>net share现在看看应该有了c$和d$了吧?
在自己的机器上运行
>net use k: \\*.*.*.*\c$ 把目标共享映射到本地硬盘,盘符为K!
哈哈!
打开你的资源管理器看看吧!
嘿嘿