登录
首页 » PHP » PTToolResult

PTToolResult

于 2019-06-14 发布 文件大小:399KB
0 279
下载积分: 1 下载次数: 0

代码说明:

  百分百高仿小说下载站源码,减轻大家仿站的难度(100% high imitation novel download site source code, reduce the difficulty of everyone imitation station)

文件列表:

javascript\jquery-1.4.2.min.js, 72328 ,
javascript\v1.1.js, 18866 ,
e139054fde086be08612b279c07e63d7.ico, 13879 ,
image\more.png, 1547 ,
image\top.png, 374 ,
image\home.jpg, 606 ,
image\cross_circle.png, 721 ,
image\tick_circle.png, 741 ,
image\personalinfo.png, 504 ,
image\report.gif, 574 ,
css\new1.2.css, 18263 ,
htmlimg\logo.jpg, 29014 ,
htmlimg\70461da8b94c6ca5d2fda3260c5a8c3b.jpg, 78917 ,
htmlimg\e45f4f446fb15028ee9671e31eec983e.jpg, 32583 ,
htmlimg\228de80c3881fb83cb20d2a7f03f66b8.jpg, 26555 ,
htmlimg\0afd0b9df734f26eb3927fd8bf7b4cdf.jpg, 5554 ,
htmlimg\2a1b45b17e48e51fa63cffedd098b1ee.jpg, 9655 ,
htmlimg\378e3be4bfec908983a88f203926108d.jpg, 12053 ,
htmlimg\64584d19e11c56fe624af24f4c1e9967.jpg, 44532 ,
htmlimg\f1550048303a2fc0555160e87e6c4029.jpg, 6691 ,
htmlimg\ebd4cfe8e29dfa746332c05d73df21f5.jpg, 7740 ,
htmlimg\9577d0a0c5f7072ce5d7d90dfb2cb2da.jpg, 15856 ,
htmlimg\d36c78731a62a5a215e015061c41980f.jpg, 12771 ,
htmlimg\e78f72486b608f4f46361763a44e1e85.jpg, 27747 ,
htmlimg\110c50b83d8750b280412696bc7b9cd1.jpg, 24203 ,
htmlimg\7e27df7c4272787c96c4cf00593e46d0.jpg, 18290 ,
htmlimg\64290510c3212eb7dccbf64bda988a6c.jpg, 9050 ,
htmlimg\3633f7e576953bf46928ccb83e905342.jpg, 22172 ,
index.html, 25728 ,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • qiantuihuidaiheyichuansuanf
    matlab上实现的前推回代算法,结合遗传算法,有效的电网系统无功功率的优化问题,采用的模型是22节点的电力系统模型。(Matlab implementation of the forward and backward generation algorithm, combined with genetic algorithm, an effective power system reactive power optimization problem, the model is a 22 node power system model.)
    2017-03-22 09:13:15下载
    积分:1
  • Adc
    说明:  实现对逆变器的三相电流、三相电压、三相IGBT温度、三相的频率等采样,涉及了应用层程序和底层程序(Sampling of three-phase current, three-phase voltage, three-phase IGBT temperature and three-phase frequency of inverters is realized, which involves application layer program and bottom layer program.)
    2020-06-20 10:00:01下载
    积分:1
  • formback
    前推回代法求解配网潮流(电流、电压、功率)(disflow)
    2010-03-15 13:17:23下载
    积分:1
  • SINS_Kalman
    捷联惯性导航系统、GPS/SINS组合导航系统仿真程序(Strapdown inertial navigation systems, GPS/SINS Integrated Navigation System Simulation Program)
    2020-08-12 16:28:29下载
    积分:1
  • C++ Primer Plus(第6版)中文版
    《C++ Primer Plus(第6版)中文版》中程序清单的源代码(Source Code of C++ Primer Plus (6th) Chinese Edition)
    2020-09-18 10:57:55下载
    积分:1
  • MIMO_Rayleigh_fading_Capacity
    MIMO Rayleigh fading Capacity
    2020-11-01 10:29:54下载
    积分:1
  • 最优阵列处理第四章程序
    说明:  最优化处理课本的第四章程序源码,可以下载后和课本内容一起学习。(The fourth chapter of the program source code that optimizes the processing of the textbook can be downloaded and learned together with the textbook content.)
    2019-10-12 17:26:18下载
    积分:1
  • python入门6-10章节练习
    说明:  优秀书籍,python入门,6-10章节的例子代码(Python book chapters 6-10 example source code)
    2020-02-04 11:41:14下载
    积分:1
  • ant_plane
    无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基于二维平面建立单机单目标的航迹规划模型。( ant,plane)
    2009-02-19 15:05:47下载
    积分:1
  • MATLAB智能算法30个案例分析
    说明:  本书采用案例形式,以智能算法为主线,讲解了遗传算法.免疫算法,退火算法.粒子群算法,鱼群算法,蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现,本书共给出30个案例,每个案例都是一个使用智能算法解决问题的具体实例,所有案例均由理论讲解、案例背景.MATLAB程序实现和扩展阅读四个部分组成,并配有完整的程序源码。(This book uses case form and takes intelligent algorithm as the main line to explain the matlab implementation of the most commonly used intelligent algorithms, such as genetic algorithm, immune algorithm, annealing algorithm, particle swarm optimization algorithm, fish swarm algorithm, ant colony algorithm and neural network algorithm. There are 30 cases in this book, and each case is a specific example of using intelligent algorithm to solve problems, All cases are composed of theoretical explanation, case background, matlab program implementation and extended reading, and complete program source code.)
    2020-10-15 21:20:30下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载