-
109201242BFGS
求解MATLAB单纯型法程序求解MATLAB单纯型法程序(MATLAB simplex method for solving process-based method for solving simple MATLAB program)
- 2009-11-06 22:09:51下载
- 积分:1
-
ch04-Light-160421
嵌入式开发入门学习,基于KL25的样例工程,KDS环境下编写。(Introductory learning of embedded development, based on KL25 sample engineering, written in KDS environment.)
- 2019-02-28 21:46:08下载
- 积分: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
-
OpenCV_study_ji_chu
本书是国内第一本全面介绍OpenCV的中文版图书,本书可作为信息、图像处理和模式识别等领域的高年级本科生、研究生使用,也可作为研发人员的参考手册。(This book is the first comprehensive introduction to OpenCV s Chinese version of the book, this book can be used as information, image processing and pattern recognition in areas such as advanced undergraduates, graduate students, but also as a reference manual for researchers.)
- 2016-02-19 23:38:25下载
- 积分:1
-
SnakeGame
snakegame by window api
simple game
- 2013-12-17 11:29:47下载
- 积分:1
-
LMS
基于LMS算法的均衡技术在matlab上的仿真应用(Equalization technique based on the LMS algorithm in matlab simulation applications)
- 2013-08-28 21:57:31下载
- 积分:1
-
morse-code-for-Nuvoton-Board
implementation of morse code using Nuvoton Development Board based on ARM microprocessor
- 2014-12-12 04:50:39下载
- 积分:1
-
单片机的以太网通信
在protues仿真软件中实现51单片机的以太网通信
- 2023-03-31 14:20:03下载
- 积分:1
-
Sams
Sams - Managed DirectX 9 Kick Start - Graphics And Game Programming - CODE (CSHARP).rar-Sams- Managed DirectX 9 Kick Start- Graphics And Game Programming- CODE (CSHARP).rar
- 2022-11-25 04:30:04下载
- 积分:1
-
key_beef
通过dsp28335的IO引脚读取按键值,
按键控制 蜂鸣器(key control beef by dsp28335)
- 2020-07-16 20:38:49下载
- 积分:1