代码搜索:个人计算

找到约 10,000 项符合「个人计算」的源代码

代码结果 10,000
www.eeworm.com/read/144364/12800373

local~ 移动计算环境下连续查询结果的传输.jpx.local~

bookmark.description.1[0]=CQResultTransPanel cqResultTransPanel; bookmark.description.2[0]=CQResultTransPanel cqResultTransPanel = new CQResultTransPanel(); bookmark.line.1[0]=16 bookmark.line.2[0]
www.eeworm.com/read/144364/12800478

local 移动计算环境下连续查询结果的传输.jpx.local

bookmark.description.1[0]=CQResultTransPanel cqResultTransPanel; bookmark.description.2[0]=CQResultTransPanel cqResultTransPanel = new CQResultTransPanel(); bookmark.line.1[0]=16 bookmark.line.2[0]
www.eeworm.com/read/331784/12808335

txt 在远程计算机的cmd内下载ftp文件.txt

在远程计算机的CMD环境下,如果不能通过IPC$渠道传送文件,那就只有通过FTP下载文件了。 假设我们已经有一个FTP服务器,上面有一个我们配置好的灰鸽子木马文件mhgz.exe,我们应该知道FTP服务器的三个参数: 1、FTP服务器的IP地址:如203.75.44.34 2、FTP服务器的用户名:如tty 3、FTP服务器的密 码:如tty123 在远程计算机的CMD下依次输入 ...
www.eeworm.com/read/331546/12821981

txt 如何精确计算延时子程序的执行时间?.txt

如何精确计算延时子程序的执行时间? 汇编语言的一大优势就是能够精确控制程序的执行时间,这在编写一些对时序要求严格的外围器件驱动时由为重要! ;延时子程序,12M晶振延时约253毫秒 DELAY: MOV R4,#2------执行1个机器周期,耗时1微秒 L3: MOV R2 ,#250---执行1个机器周期,耗时1微秒 L1: MOV R3 ,#251---执行1个机 ...