-
stm32移植GD32 说明
【实例简介】STM32 移植和兼容性指南.pdf
- 2021-06-17 00:31:42下载
- 积分:1
-
我自己开发的一个小功能.主要是自动生成号子,比如说不足和可以自动补零...
我自己开发的一个小功能.主要是自动生成号子,比如说不足和可以自动补零-fd
- 2022-08-07 15:49:23下载
- 积分:1
-
snake
针对51单片机编写的16X16led点阵屏(串行输入)实现的贪吃蛇游戏,4个独立按键控制,带protues仿真(For 51 single written 16X16led dot-matrix screen (serial input) to achieve Snake games, four separate buttons control with protues simulation)
- 2014-04-22 20:42:05下载
- 积分:1
-
Canon
用Matlab程序, 播放世界名曲卡农
播放世界名曲卡农播放世界名曲卡农
(Matlab play world music canon)
- 2013-08-13 21:41:04下载
- 积分:1
-
c_cpp_function
c、c++函数使用、查询,适合初学者使用(c, c++ function to use, query, suitable for beginners to use)
- 2008-06-28 22:38:03下载
- 积分:1
-
OPENGL32
包括全部opengl编程中所需的dll (Including all the required dll opengl programming)
- 2013-06-08 15:29:29下载
- 积分: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
-
WebApi(ApiController)强制返回xml或者json 示例
强制某个方法返回xml或者json ,当然也可以强制某个 controller返回xml或json
- 2014-06-12下载
- 积分:1
-
独占小助手 蓝屏/黑屏模拟器 全屏显示图片/文字/纯色背景
【实例简介】独占小助手,可以全屏模拟蓝屏,黑屏,还可以全屏显示图片,编辑文字,全屏纯色背景(48)色,功能新颖,可更换架构,支持net3.5,net5.0
- 2021-08-06 00:31:08下载
- 积分:1
-
imagelocation.tar
在已知高度的情况下利用单目视觉摄像头来进行定位。(Positioning with a monocular vision camera at a given height)
- 2017-12-13 18:13:06下载
- 积分:1