登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:C++
  2. 代码类别:网络
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Qizi

  闲来无事,2003年国庆编的一个程序,在google或者baidu上可以查关键字“拦路棋子 1.0”可以得到。请站长审阅,看看是否可以让我得到下载点数,(nothing better to do, and in 2003 a series of the National procedures, the engines on google or can check the keyword " roadblocks pawn 1.0" can be. Please head examined to see if I can be downloaded points, huh)

1
下载
93
浏览
2016-05-07发布

2. MNTH_TSP

  1. 本程序使用模拟退火算法解决TSP问题 a) 初始温度确定方法 选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ; b) 温度下降 温度下降系数为 0.95; c) 每一温度迭代 选取固定迭代次数 100 * n; d) 终止条件 温度下降次数到达 800,或某一温度下解不发生改变; 2. 本机运行及编译环境 win7 旗舰版 SP1 MINGW g++ 4.8.1 (Simulated Annealing Traveling Salesman Problem 1. This program uses the simulated annealing algorithm to solve TSP problem a) determining the initial temperature method Select any state to the initial state. 1 as the starting temperature, heats up, until the resulting analog acceptance probability greater than 90 b) the temperature drops Temperature drop coefficient of 0.95 c) Each iteration temperature Select a fixed number of iterations 100* n d) the termination condition The temperature drops to reach the number of 800, or at a temperature solution does not change 2. Run the machine and compiler environment win7 Ultimate SP1 MINGW g++ 4.8.1)

2
下载
81
浏览
2016-05-06发布

3. ER6RobotModel0426

  ER3机器人的正逆解的求取程序,利用这个程序我们可以很好地实现机器人正逆解的求取(ER3 robot zhengnijie function de shixian he jiejue)

8
下载
96
浏览
2016-05-03发布

4. GetMACaddress

  VB 获取网卡 MAC地址源代码!希望对新手有用(VB source code to get MAC address! Want to be useful for the novice)

1
下载
114
浏览
2016-04-29发布

5. Tomographic-forward-modeling

  层析成像单边激发单边接收 正演程序算法 对地球物理学子很有帮助 多多学习和交流(Tomographic imaging unilateral single side to receive the forward algorithm of the earth physics students are very helpful to learn and exchange)

8
下载
84
浏览
2016-04-28发布

6. robot

  Simple rules based robot avoiding obstacles system. The robot can move the start cell to a specified destination cell without hitting any obstacle, and to make as few moves as possible.

2
下载
58
浏览
2016-04-25发布

8. Particle--to-solve-uc

  针对当前科技水平不足以有效存储电力的情况下产生的发电机机组组合的问题,考虑负荷平衡、输电线传输容量限制等实际情况产生的约束条件,建立机组组合优化模型,以获得最小的生产成本与给定的调度。(In view of the current level of science and technology would not effective storage power generator unit combination problem, considering the load balance, such as transmission line transmission capacity, the actual situation of constraint conditions, unit combination optimization model is established, in order to obtain the minimum cost of production and the given schedule.)

19
下载
125
浏览
2016-04-20发布

9. Reinforcement-Learning

  斯坦福大学NG教授的用强化学习控制无人机的文章(Stanford university professor NG with reinforcement learning control of unmanned aerial vehicle (uav))

10
下载
61
浏览
2016-04-13发布

10. Error-analysis-of-structured-light

  本文对应用于焊缝跟踪的结构光视觉传感器进行分析,包括传感器硬件系统结构误差、激光散斑噪声误差及镜头畸变误差等,并对不同结构方式下的视觉传感器建立了数学模型,具体分析了结构参数对其误差的影响,提出了结构光视觉焊缝跟踪传感器优化设计方法,对使用结构光的工作者减少误差非常有用(The corresponding for seam tracking of structured light vision sensor is analyzed, comprising the sensor hardware system structure error, laser scattered speckle noise error and lens distortion error, and visual sensors for different kinds of structure, established mathematical model, makes a concrete analysis of the influence of structure parameters on the error, the structure light vision seam tracking sensor optimization design method, the use of structured light workers reduce error is very useful,)

9
下载
92
浏览
2016-04-06发布

11. SetFDMData

  主要用于flightgear与matlab联合仿真中的udp通信(Mainly used udp communications flightgear joint simulation with matlab)

15
下载
216
浏览
2016-03-30发布

12. 2015

  基于实时电价的智能家庭能源优化控制,基于实时电价的智能家庭能源优化控制(Intelligent household energy optimization control based on real-time electricity price)

15
下载
78
浏览
2016-03-29发布

13. TCPIPxieyijiwangluobiancheng

  TCP/IP协议及网络编程技术,是网络编程学习或者爱好者的从入门到精通的一本必备电子书籍!!!!(TCP/IP protocol and network programming, network programming enthusiasts or learning entry to master an essential e-books! ! ! !)

2
下载
95
浏览
2016-03-28发布

14. FastArtificialNeuralNetwork2.2

  Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。(Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. )

3
下载
61
浏览
2016-03-17发布

15. sourcenode

  以点为基础,对基于TDMA的adhoc网络进行复用的时隙分配。(Point based on time slots multiplexed TDMA-based adhoc network distribution.)

6
下载
194
浏览
2016-03-17发布

16. B_spline

  该代码是B样条神经网络算法,收敛快,可以很好地解决非线性逼近问题。(The code is B spline neural network algorithm, fast convergence, can be a good solution to the problem of nonlinear approximation.)

4
下载
42
浏览
2016-03-08发布

17. Avg_Del.awk.tar

  awk script to find Average delay

1
下载
108
浏览
2016-03-07发布

18. GA

说明:  利用遗传算法解决TSP问题,设置的是10个城市,每个城市坐标知道(Genetic algorithm to solve TSP problem, set the 10 cities, each city to know the coordinates)

0
下载
26
浏览
2016-03-02发布

19. setproxy

  通过程序设置ie的代理服务器,以及代理服务器不适用的本地局域网地址(Ie through the proxy server settings and the proxy server' s local LAN address is not applicable)

1
下载
130
浏览
2016-02-29发布

20. Cpp1108

  程序时用循环进行一些数据的输入输出 以及数据的更新等操作(Program carried out with the cycle of some of the data input and output, and data updating operations)

2
下载
149
浏览
2016-02-16发布