-
GameScriptEngine
一个适应性很强的脚本语言,这个语言将主要用来处理剧情,希望能够用于绝大多数需要剧情的游戏。带文档。(A flexible script language used for game logic.)
- 2013-06-11 23:36:08下载
- 积分:1
-
STM32F103RBT6PLC
stm32f103rbt6 plc fx1n
- 2019-07-08 17:13:12下载
- 积分:1
-
LT8920 STM32F103 代码
基于STM32F103ZET6的LT8920模块收发程序 ,内部有LT8920的接受和发送程序,是查询模式,Lt8920不能同时进行收发,请注意。
- 2022-04-18 03:28:33下载
- 积分:1
-
kkk
AE9.2+C#实现的栅格计算器,非常好用(AE9.2+ C# to achieve the raster calculator, very easy to use)
- 2020-06-29 12:20:02下载
- 积分:1
-
C# 截屏代码
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
namespace Screencap
{
public class Capture
{
public enum CaptureTarget
{
Window,
Screen
}
public static Bitmap CaptureImage(CaptureTarget target, IntPtr windowHandle)
{
if (target == CaptureTarget.Window && windowHandle != IntPtr.Zero)
{
Rectangle rect = GetWindowRect(windowHandle);
- 2022-01-21 23:03:40下载
- 积分:1
-
Apache-Server-analysis
开源代码 apache 服务器源码解析(apache server source code analysis)
- 2011-06-29 16:14:22下载
- 积分:1
-
MQTT通讯(基于C# MQTTNet开发)
基于C# MQTTNet开发,Visual Studio 2017打开项目,其他版本不保证好用
- 2019-10-08下载
- 积分:1
-
image_canny_gray
opencv將彩色影像轉成灰階和canny並存檔(opencv convert color images to grayscale and canny and archive)
- 2011-05-11 11:01:57下载
- 积分:1
-
zhixianzhen
matlab编写的,阵列为直线阵,信号进行波束形成,实现信号能量聚集(matlab prepared, the array of linear array, the signal beam forming, gathering energy for signal)
- 2015-03-14 16:42:23下载
- 积分:1
-
STM32F407 UCOS 能正常运行 有注释 可供参考
代码可以在目标板上正常运行,对于学习UCOS的同行有参考价值。
- 2023-06-03 10:35:05下载
- 积分:1