-
模拟退火求二元函数极值问题
解决多元函数求极值问题过程中,融入陷入局部最优解的问题,写了一个SA方法,得到了较好效果
- 2022-05-27 08:19:17下载
- 积分:1
-
Snake-game(cPP).
这一个是用c++语言编写的贪吃蛇小游戏。(This one is written in c++ language Snake game.)
- 2013-12-22 16:22:00下载
- 积分:1
-
tianwen
说明: VC实现,天文导航算法及实现
包括数据的获取、加工、处理、保存为文件(VC, astronomy, navigation algorithm and implementation including data acquisition, processing, handling, preservation of documents)
- 2020-09-29 16:17:44下载
- 积分:1
-
netsocket
brew网络编程实例(A network program sample of brew)
- 2004-11-30 17:41:22下载
- 积分:1
-
STM32F103 GPIO点亮LED灯程序
说明: STM32 的GPIO操作示例程序代码, 试用与Keile环境STM32F103代码(STM32 GPIO operation code)
- 2019-02-27 18:00:42下载
- 积分:1
-
bgslibrary_x86_v1.9.2
bgslibrary_x86_v1.9.2,是MFC的实现文件,包含37种背景减除算法,对于做目标提取的研究非常有用。(The BGSLibrary was developed by Andrews Sobral and provides an easy-to-use C++ framework based on OpenCV to perform background subtraction (BGS) in videos. )
- 2015-12-22 20:33:52下载
- 积分:1
-
c#FORM服务器客户端UDP通讯实例
服务器客户端UDP广播通话 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Net.Sockets;using System.Net;namespace NetServer{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button2_Click(object sender, EventArgs e) { this.Close(); } private void Form1_Load(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { //使用UDP协议发送数据 Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); //设置端口号 IPEndPoint ieps = new IPEndPoint(IPAddress.Broadcast, 8900); socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast, 1); //将发送数据转换为字节数组 byte[] bytess = System.Text.Encoding.Unicode.GetBytes(textBox1.Text); socket.SendTo(bytess, ieps); socket.Close(); } }}
- 2020-05-31下载
- 积分:1
-
c# 2005 file IO and data access, which a lot of examples, the use of visual c# 2...
c#2005文件IO和数据访问,里面有很多例子,使用visual cා2005编写的程序,大家都是从书中抓取张力的,请指教,希望通过无私的分享经验,与大家一起迈向一个新的高峰。
- 2022-04-11 12:46:27下载
- 积分:1
-
565347
侧边伸缩导航栏效果,精选ios编程学习源码,很好的参考资料。(The side effect of stretching the navigation bar, select learning IOS programming source code, a good reference.)
- 2013-12-07 11:58:01下载
- 积分:1
-
[1]-LCD-4.3
it is a code to connect lpc1788 to lcd tft 4.3 inch
- 2016-10-27 16:50:01下载
- 积分:1