搜索资源列表
JT2006
- 当在手动方式下把生产线调整平衡后,即可以把铝条机、收卷机、冷却机打到自动方式运行。 注:内胶机打到自动状态后,系统将锁定内、外胶配比,以后只需在手动方式下调节内胶机的电位器,外胶机将按锁定的胶比运行。 -when the manual mode of production lines after adjusting balance that can be aluminum machine, or the machine, cooling hitting automatic machin
blue
- Blue-1.4.tar.bz2,plastic-1.2.tar.bz2,mplayer所需的皮肤
cnewarr
- 动态数组,数组类型可以是整形,字符型,浮点型,字符串等,能够动态增加、复制数组元素。-Dynamic arrays, array types can be plastic, character, floating-point type, string, etc., can be dynamically increased, copy the array elements.
CNewList
- 管理双向链表的一个类,支持整形,浮点型,字符型,字符串等,能够很方便的增加自定义类型,能动态增加,删除任何位置的元素-Management of a class of two-way linked list to support the plastic, floating-point type, character, string and so on, can easily customize the type of increase that can dynamically add, dele
parameter
- 编写有字符型参数C和整形参数N的函数,让他们显示出由字符C组成的三角形。其方式为第1行有1个字符C,第2行有2个字符C ,等等。-Write a character type parameter C and plastic parameter N function, let them show the character of C of the triangle. The way as the line 1 have a character C, line 2 have 2 character
FTPpasswordBlastingCode
- FTP密码爆破器源码 项目描述 首先,创建一个Windows应用程序,引入一个FTP操作类 开始IP段和结束IP段后面的是自己写的IPAddress控件 如果连接FTP成功,那么返回True, 技术上,主要用了Func实现异步破解,通过指定的用户名和密码字典,暴力破解,速度还可以,只要你的字典够强大,破解不是问题。 通过一个内部方法,将开始IP段转化为长整形数字,循环每个IP,实现暴力破解。 注意:代码仅供学习参考使用,以此代