-
MatlabandVC++
说明: 文章叙述了VC++和matlab之间的接口,是用他们同时开发一个项目的好文章(The article describes the VC++ And the interface between matlab, is to use them to develop a project at the same time a good article)
- 2008-12-05 19:05:21下载
- 积分:1
-
SingleCalibrate
基于opencv的相机单目标定程序,很好的学习资源,做图像矫正的可以看看~(Opencv based on a single target of the camera program)
- 2015-05-06 13:53:42下载
- 积分:1
-
exata crack
c++ 和 exata 的联合调试软件,和自己的调试方法,主要对重新编译这里经行了说明(c++ and exatahe joint debugging of the software, and their own debugging methods, mainly for the recompilation of this line)
- 2018-10-10 15:22:50下载
- 积分:1
-
C# 向StatusBar状态栏控件中添加窗格面板
C# 向StatusBar状态栏控件中添加窗格面板及文字,也就是把窗口的状态栏分栏,分隔成若干个小区域,显示不同的信息,比如文字提示或图标等。
向StatusBar控件添加窗格面板
StatusBar statusBar1=new StatusBar();
statusBar1.Panels.Add("中华人民共和国");
statusBar1.Panels.Add("重庆市");
statusBar1.Panels.Add("罗斌");
statusBar1.Panels[0].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[1].AutoSize = StatusBarPanelAutoSize.Spring;
statusBar1.Panels[2].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[0].BorderStyle =StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[1].BorderStyle = StatusBarPanelBorderStyle.Sunken;
statusBar1.Panels[2].BorderStyle = StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[2].Icon = new System.Drawing.Icon( @"Error.ico");
statusBar1.ShowPanels = true;
this.Controls.Add(statusBar1);
- 2022-05-17 04:53:06下载
- 积分:1
-
Matrice_ABCD
surfacique courant coupleur 3db
- 2019-01-07 06:20:21下载
- 积分:1
-
词法分析
应用背景
设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。
关键技术
算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想是根据扫描到单词符号的第一个字符的种类,拼出相应的单词符号。
- 2023-04-22 11:15:02下载
- 积分:1
-
Paway.Windows.Forms
C#窗体个性 设计 像QQ一样的窗体设计,主要实现 winfrom 的窗体个性化(C# form personalized design like QQ form design, winfrom form personalized)
- 2013-02-07 11:18:16下载
- 积分:1
-
fadh
计算机算法基础第三版华中科技大学4.5.6。8章课后答案(Computer algorithm based on the third edition of Huazhong University of Science 4.5.6. 8 after the answer)
- 2013-06-28 23:45:54下载
- 积分:1
-
ShopPrice
主要实现如下功能:
1.快速查询某件产品的进价、售价和供货单位。
2.快速查询供货商的的电话,以便打电话询问商品是否有货。
3.可以按照数据库各字段进行排序显示
DB下为Sql2005数据库,附加即可
注意:该系统需要Asp.netMVC框架支持(The main functions are as follows:
1 a fast query of the purchase price of the products, price and delivery unit.
2 quickly check the supplier s phone, in order to make a phone call to ask whether the goods are available.
3 can be sorted according to the field
DB under the Sql2005 , can be added to
Note: the system needs Asp.netMVC framework support)
- 2016-09-26 18:20:02下载
- 积分:1
-
c# 仿 visual studio风格窗体 winform源码下载
visual studio风格窗体
- 2013-09-04下载
- 积分:1