-
VC_program_source_code_achieve_order_management_sy
VC实现订单管理系统程序源码VC program source code to achieve order management system(VC program source code to achieve order management system)
- 2010-08-13 20:32:12下载
- 积分:1
-
OPENCV_行人流量检测
使用C++ OpenCV库进行行人检测,并且计数人流量个数(Use C++ OpenCV library for pedestrian detection and count the number of human traffic)
- 2018-09-20 12:43:08下载
- 积分:1
-
基础示波器 可变换波形频率波的各项参数!!!
基础示波器 可变换波形频率波的各项参数!!!通过按钮实现位置以及频率的变化 双通道!!!颜色 播的粗细以及线型都可以通过按钮或者单选框实现,使用简单。!!!!!!
- 2022-02-12 21:19:52下载
- 积分:1
-
inventry control syatem
inventry control syatem
- 2022-02-25 00:41:27下载
- 积分:1
-
Noise-cancellation
this contain the source code for noise cancellation ,which can be used in c platform.
- 2012-10-21 23:32:37下载
- 积分:1
-
C和指针(第二版)
说明: C语言指针的深入学习,让你不再疑惑,透彻的了解指针的作用(With the in-depth study of C language pointer, you will no longer be confused and understand the function of pointer thoroughly)
- 2019-12-18 09:57:00下载
- 积分:1
-
这是一个含c#源码的图片浏览器程序,界面和功能是模仿的windows自带的图片浏览器。...
这是一个含c#源码的图片浏览器程序,界面和功能是模仿的windows自带的图片浏览器。-This is an image with c# source code browser program, interface and functionality is an imitation of the windows built-in image viewer.
- 2022-03-06 18:51:14下载
- 积分:1
-
基于VS2012+OpenCV读取摄像头的人脸检测和识别
基于VS2012+OpenCV读取摄像头的人脸检测和识别
- 2022-01-21 22:53:56下载
- 积分:1
-
C#演示如何正确关闭程序
C#演示如何正确关闭程序,这是一个Wpf窗体实例,演示WPF窗口如何才是正确的关闭方法。
其实下边这句话最重要:
正确关闭程序的方法:App.Current.Shutdown();
具体的代码写法如下:
//文件名称:Window1.xaml.cs
private void button1_Click(object sender, RoutedEventArgs e)
{//正确关闭程序
App.Current.Shutdown();
}
- 2023-04-28 12:25:02下载
- 积分:1
-
RTree-C
R树的基本操作代码,运用C语言来实现,算法精简。(The basic operation of the R-tree code, using C language to implement the algorithm streamlined.)
- 2021-03-10 08:59:26下载
- 积分:1