-
判断IP地址是否合法
全零(“0.0.0.0”)地址对应于当前主机。全“1”的IP地址(“255.255.255.255”)是当前子网的广播地址。 在IP地址3种主要类型里,各保留了3个区域作为私有地址,其地址范围如下: A类地址:10.0.0.0~10.255.255.255 B类地址:172.16.0.0~172.31.255.255 C类地址:192.168.0.0~192.168.255.255
- 2022-05-25 06:57:22下载
- 积分:1
-
哈夫曼树结构运算
哈夫曼树结构运算-Huffman tree structure Operational
- 2022-08-08 15:49:14下载
- 积分:1
-
程序化交易--暴风雨源代码
应用背景主要运用在外汇交易上,主要使用MT4平台上的各个商品和货币交易 关键技术每个人的看法不一样,结果只有使用者自己去决定,不过这个程序运转需要不少的钱,一般需要2万美金以上才比较安全可以使用。所以对外盘感兴趣的朋友,需要自己多测试后才运用,并且使用自己熟悉的参数来使用。
- 2022-12-26 09:45:03下载
- 积分:1
-
档案管理简单算法
档案管理简单算法-file management simple algorithm
- 2022-02-28 09:13:59下载
- 积分:1
-
地震2维正演程序
用于弹性波弹性介质波场模拟 单炮记录 可修改为自激自收模拟地震记录 获得时间剖面
- 2023-08-21 23:45:03下载
- 积分:1
-
STM32 CRC32算法
应用背景运用在STM32 CRC32模块的PC端. 用以通过应用软件与STM32进行通讯时校验,以及对Flash区数据及代码的校验.满足IEC-65535对软件安全的需求关键技术与STM32 CRC32兼容的CRC算法,可扩展成任意位数的CRC算法.
- 2022-01-26 02:20:07下载
- 积分:1
-
数值积分常用算法
数值积分常用算法-numerical integration algorithm commonly used
- 2022-01-27 21:54:34下载
- 积分:1
-
Heritrix is an open source, scalable web reptiles project. Heritrix is designed...
Heritrix是一个开源,可扩展的web爬虫项目。Heritrix设计成严格按照robots.txt文件的排除指示和META robots标签。-Heritrix is an open source, scalable web reptiles project. Heritrix is designed in strict accordance with the robots.txt file to exclude directives and META robots tags.
- 2022-03-20 08:29:01下载
- 积分:1
-
旅行商问题
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
旅行商问题
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。
例如:给定4个城市{1,2,3,4}及其各城市之间的路程
最优路线是1,3,2,4,1,
其最短路程是25-a salesman, traveling salesman problem, a number of cities to sell commodities, the known distance between the city (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest. For example : given four cities (1,2,3,4) and the distance between the city optimal route is 1,3,2,4, 1, the shortest distance is 25
- 2022-03-31 13:34:20下载
- 积分:1
-
快速过滤关键字
使用Hash优化算法,过滤敏感词、关键字。速度棒棒的。
- 2022-03-02 15:18:01下载
- 积分:1