-
CompactDataBase
mfc,才有用ado操作access数据库,解决数据库删除内容后无法自动压缩大小的问题(mfc, only access the database using ado action to resolve the contents of the database are not automatically remove the compressed size of the problem)
- 2011-06-25 10:47:24下载
- 积分:1
-
TMS320f2808_例程程序
一些学习TI DSP2808 芯片程序的例程,包括定时器中断,格式文件,多频率正弦信号,SPI接口
- 2022-09-01 10:45:03下载
- 积分:1
-
maodv-code
多目标路由传输协议,有兴趣可以那它做一些与其他路由协议的对比(Multi-objective routing Transfer Protocol, are interested in it can do something with the other routing protocol comparison)
- 2009-06-22 10:00:30下载
- 积分:1
-
KEPWARE C# DEMO
说明: 使用C# 语言编写的通过OPC中间件进行下位机数据读写DEMO(Read/Write data from OPC by C#)
- 2020-12-23 11:39:06下载
- 积分:1
-
ACSO
说明: 采用C++语言编写蚁群优化算法程序,解决问题(using C language ant colony optimization algorithm to solve problems)
- 2006-03-28 11:14:13下载
- 积分:1
-
智能粮仓
说明: 智能粮仓管理系统,可以读取温度,湿度,大气压并且自动调节,还有用户登录管理界面(Intelligent granary management system, can read temperature, humidity, atmospheric pressure and automatically adjust, and user login management interface)
- 2019-03-28 16:27:46下载
- 积分:1
-
ARM(s5pv210)采用V4L2采集USB摄像头图像,送入OPENCV做图像识别,然后经过h264硬件编码后经过ORTP编码通过wifi传输到PC端,在vlc media播放器实时播放视频-ARM
不错 可以使用的 V4L2采集 用H264压缩~ ARM(s5pv210)采用V4L2采集USB摄像头图像,送入OPENCV做图像识别,然后经过h264硬件编码后经过ORTP编码通过wifi传输到PC端,在vlc media播放器实时播放视频-ARM (s5pv210) using V4L2 USB camera image capture, image recognition into OPENCV do, then after h264 hardware encoding After encoding via wifi ORTP transferred to the PC side, real-time playback of video in vlc media player
- 2022-02-09 14:08:49下载
- 积分:1
-
spoof.c
Tool to kill running TCP connections on the network by sending TCP FIN/RST packets similar to the chinese firewall. Guarantees all available network bandwidth is yours.
- 2010-06-05 07:26:58下载
- 积分:1
-
CCP
说明: Vector基于CAN的标定协议原码及例程说明文档(vector ccp C code & document)
- 2019-07-09 15:47:10下载
- 积分:1
-
C# wpf方法的最大化和最小化窗口
Viaual C# 使用wpf方法实现最大化和最小化窗口,和默认的方式似乎有些不同.有兴趣的可参考以下代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//最大化显示窗口
this.WindowState = System.Windows.WindowState.Maximized;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//最小化显示窗口
this.WindowState = System.Windows.WindowState.Minimized;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//还原窗口
this.WindowState = System.Windows.WindowState.Normal;
}
private void button4_Click(object sender, RoutedEventArgs e)
{//关闭窗口
this.Close();
}
- 2022-01-25 15:01:45下载
- 积分:1