搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
通用破解软件时间限制
- 这是一个可以实用的通用破解软件时间限制的程序源码,基本原理是在软件运行的前几秒钟里将系统时间设置为软件容许你使用的可用时间,使用时将编译的可执行文件和ExeInfo.ini文件放到要运行的软件的目录里,运行编译的可执行文件就可用启动要运行的软件。运行前需要设置ExeInfo.ini文件,说明如下: EXENAME 为要破解的软件的执行程序名 GAP=5000 为设置成可用时间的时间长度,毫秒为单位 INCTIME=Y 是否每次运行都增大可用时间(有些软件会检测可用时间必须大于上次运行时间) DA
远程下中国象棋
- 这是小学期做的可以远程下象棋的一个工具,用VC编写-This is the primary phase can be done to break the distance under a tool used to prepare VC
pdabmp
- 是PDA如何打开BMP文件,如何显示在PDA屏目上。使用EVC4编译,在HP3210PDA上动行通过-PDA is how to break the BMP file, shows how the PDA screen on the head. Use EVC4 compiler, HP3210PDA on animal adoption
C4BIOS
- How to call some functions that you might though it is simle sometimes, but it could take your worthful time. Try these short routes as fun whenever you take a break. -How to call some functions that you might though it is simle sometimes, but i
断点传输客户端
- 本程序为一断点续传文件程序的客户端程序. 采用了多线程技术,速度明显高于同类软件.- This procedure is a break point continues passes on the document procedure the customer end procedure Used the multi-thread technology, the speed has obviously been higher than similar software
断点传输服务器端
- 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Between the computer transmits th
20040801094647_http
- 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,\"热心\"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading
index.RAR.RAR
- 破在在 在大在 在在 在在 在在 世界上 在 在 大在在在在在在在厅-break in the in in in in in in in in in in in in in in in in the world at large in the in in in in the Office
NTport_Crack
- 这是一个可以在NT/2000环境下读写各种端口、终端源数据的库。无需自己编写系统驱动即可操控硬件端口,使用非常方便。可供VC/VB/Delphi/.Net/Pb等主流编程语言使用。 由于未注册会弹出注册界面而且会延时,我破解了这个库(详细见“how to crack.txt”文件)。这里共享出来。方便大家使用。库自带很多demo,可以自己看看,学习一下。-This is a NT/2000 can read and write under various ports, terminals s
tyrthfgh
- dfsdf 破解Vigenere密码 -dfsdf break Vigenere password cracking passwords Vigenere
continue-and-break
- 压缩包含2部分,一部分是代码,基于vc++6.0,另一部分是word文档。介绍了一下关于break和continue的用法,尤其是在for循环中的用法,虽然大家都知道这2个语句,但是在具体运用过程中,还有的时候意识不到,其实这2个在编写代码过程中是非常方便的。-Compression contains 2 parts, is the code, based on vc++ 6.0, the other part is the word document. Introduced about the
password
- To break passoword in an excel file
break
- break的使用方法及简单例子,主要讲述break和continue的区别-the use of break and a simple example,The main difference between about break and continue
circulate(break)
- 用C编写的循环示例,含break得。内容丰富,适合初学者-Cycle example written in C, with the break was. Rich in content, suitable for beginners
continue-break-switch-while
- 此代码主要从各种方面描述了continue和break在while和for循环中的用法区别,很适合初学者了解continue和break的作用机理,了解while和for循环的实现方式。-This code describes the main aspects from a variety of continue and break in while and for loops usage distinction, it is suitable for beginners to understa
break-source
- break source break source break source-break sourcebreak sourcebreak sourcebreak sourcebreak source
rar-break
- 可以破解RAR压缩文件的加密密码,破解后可直接打开-RAR PASSWORD BREAK
first-break-pick
- 滑动时窗 初至拾取,关键参数是时窗宽度,可以通过多视窗来统计得到 初至时间-first break picking using energy ratio
break 打断语句
- break语句通常用在循环语句和开关语句中。当break用于开关语句switch中时,可使程序跳出switch而执行switch以后的语句;如果没有break语句,则将成为一个死循环而无法退出(The break statement is usually used in the loop statement and the switch statement.When break is used in switch statement switch, the program can jump ou