-
for hsql c#
用于hsql的c#-for hsql c#
- 2022-02-03 15:49:30下载
- 积分:1
-
C++AGV 路径规划与运行仿真程序
在AGV实现过程中,核心就在于AGV路径的规划和AGV自身的调度控制,该程序实现了AGV路径规划与运行仿真(AGV route planing and motion simulation)
- 2017-10-11 01:02:53下载
- 积分:1
-
key_test
键盘的测试功能,用于测试开发系统时的按键状态(Keyboard test functions, the development of systems for testing the key state)
- 2008-07-15 16:16:17下载
- 积分:1
-
图书管理系统(源码+数据库+配置文档)
图书管理系统(源码+数据库+配置文档)
- 2019-07-27下载
- 积分: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
-
STM32F103的WIFI小车主控板程序
基于OpenWRT的WIFI控制小车的主控板程序,带有OLED驱动、PWM的LM298N驱动、超声波驱动,带有五路红外传感器巡线功能等等。
- 2023-05-20 13:05:04下载
- 积分:1
-
峰值法peak_picking
说明: 峰值拾取法法matlab程序,欢迎各位同学下载。(Peak picking method matlab program, welcome to download)
- 2020-12-17 17:29:11下载
- 积分:1
-
Signal-Processing-for-C
数字信号处理C语言程序集 是一本经典的书籍 在算法和编程思想上都值得借鉴(Digital signal processing C language program set is a classic book on algorithms and programming ideologically worth learning)
- 2015-12-28 21:27:41下载
- 积分:1
-
dianzheng
在 8X8 点阵式 LED 显示“★”、“●”和心形图,通过按键来选择要显示的 图形。(Style LED display ★ , ● and heart-shaped figure in 8X8 lattice to the graphics to be displayed by the button.)
- 2015-04-14 19:26:20下载
- 积分:1
-
chap02
c++ primer 源代码下载(第二章)(c++ primer source code download (chapter II))
- 2007-09-05 19:25:08下载
- 积分:1