-
commonly--algorithms-in-language-C
常用算法合集。包括解微分方程组,差值,数值积分,变换和滤波等(commonly used algorithms in language C)
- 2017-03-03 16:29:45下载
- 积分:1
-
快速行人检测
Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection
- 2022-04-25 16:37:18下载
- 积分:1
-
几个C# 窗口标题栏 按钮 任务栏自定义实例
本源码主要是收集的几个C# 窗口标题栏 按钮 任务栏自定义实例,比如隐藏和显示标题栏、允许和禁止在窗口任务栏显示程序图标等,帮助C#初学者了解一些基础的C#窗口操作知识,有很好的学习参考价值。
private void button1_Click(object sender, RoutedEventArgs e)
{//隐藏标题栏
this.WindowStyle = System.Windows.WindowStyle.None;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//显示标题栏
this.WindowStyle = System.Windows.WindowStyle.SingleBorderWindow;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//禁止在任务栏上显示程序按钮
this.ShowInTaskbar = false;
}
private void button4_Click(object sender, RoutedEventArgs e)
{//允许在任务栏上显示程序按钮
this.ShowInTaskbar = true;
}
如下图所示,点击对应的按钮,可演示对应的功能。
- 2023-03-24 21:30:03下载
- 积分:1
-
ZhengQuanFengXiXiTongShuoMingShu
证券行情分析系统概要设计说明书,配对于证券行情分析系统源代码,源代码不方便 公开。(Stock market analysis system outline design specification, with the securities market analysis system source code, source code is not convenient public.)
- 2013-07-09 17:45:12下载
- 积分:1
-
GETWEButf-8
MFC获取网页的utf-8中文源码
适用于VS2013
可以查看源码,同样适用于VS2008(i Can t speak english...)
- 2014-01-21 21:09:23下载
- 积分:1
-
无线充电
通过单片机控制开关,应用无线充电模块实现充电(Through the single-chip microcomputer control switch, the application of wireless charging module to achieve charging)
- 2020-06-18 12:20:01下载
- 积分:1
-
momeyLeft
查询系统还有多少可用内容,使用BCB编程。(Inquiry System how much content available, the use of BCB programming.)
- 2009-04-20 22:02:08下载
- 积分:1
-
Web ComboBox control
Web上ComboBox控件-Web ComboBox control
- 2022-02-07 21:05:54下载
- 积分:1
-
Windows_API
非常实用的Windows API参考手册,可以方便开发者快速查找所需API(Very useful Windows API reference manual, you can easily find the API developers to quickly)
- 2010-05-16 18:35:32下载
- 积分:1
-
CComm
button of Xp style,provide some infterface of the button control!(button of Xp style, infterface provide some control of the button!)
- 2007-05-09 11:38:32下载
- 积分:1