资源列表
Project1
- 介绍用C++Builder来开发应用程序的一般步骤
WoodPartition
- ACM习题 木棒分割的源代码,c++实现-Wooden partition ACM exercises the source code, c++ to achieve
Classicprograms5
- 取一个整数a从右端开始的4~7位。 程序分析:可以这样考虑: (1)先使a右移4位。 (2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4) (3)将上面二者进行&运算。-Take an integer a from the right end of the beginning of the 4 to 7. Program analysis: can be considered: (1) first make a right shift 4. (2) se
shuiyin
- PHP远程图片本地化+水印.灵活运用,可以自行写一个GET参数传递,然后本地化并且加水印.非常好用,本人应用于一些PHP小偷程序中,看你自己怎么运用啦-PHP Remote Image localization+ watermark flexible use, can write a GET parameter passing, and then localized and add watermark very easy to use, I applied to some PHP thief p
yiyuyan
- 这个是我做的 搞笑钓鱼源码 这个只做用于新手 因为新手比较容易学会这个 -This is funny I did the only source for the novice fishing novice easier to learn this because
solar_calc
- 计算规定日期的规定时间的太阳能电池位地平方位角和视高度角-Sun position calculation C program
ParticleEx2
- Track a body falling through the atmosphere. This system is taken [Jul00], which was based on [Ath68].- Track a body falling through the atmosphere. This system is taken [Jul00], which was based on [Ath68].
linysh1
- 泊松排队过程源代码,用于处理超市,银行的排队问题-Poisson queuing process of source code, to deal with supermarkets, banks line up the issue of
BFA
- MATLAB编写的细菌觅食优化算法的源程序-Bacterial foraging algorithm for solving function optimization problems .MATLAB source code
duqutp
- 这是一个通信gui写的读取图片的程序,希望大家能够喜欢-This is a communication GUI read the picture of the program, I hope you can like
leach
- leach 算法 簇头选择算法,经典,易学易懂。 簇头选择算法,经典,易学易懂-clustering algorithm leach
gscan
- 前置知识:winsock 难度: 低 编译环境:VC6.0+win2000 测试环境:win2000+局域网 那我就先来说说一个最简单的端口扫描器的原理吧。最常用的端口扫描器是根据能否连接目标主机的端口来判断目标端口开放与否的。扫描方式是利用TCP的完全连接方式。当目标主机某端口开放服务,那么该服务程序就会在该端口进行监听-Pre-knowledge: winsock Difficulty: Low build environment: VC6.0+ win2000 tes