-
ArcGIS Engine 开发从入门到精通源程序3(共4)
ArcGIS Engine 开发从入门到精通源程序3(共4)(Development of ArcGIS Engine from Initial to Proficient in Source Program 3(4))
- 2020-06-20 18:20:02下载
- 积分:1
-
XXXOPCSRV
一个modbus协议的opc server(an agreement modbus connection Oligomeric Proanthocyanidins server)
- 2006-08-16 15:33:50下载
- 积分:1
-
c 接口与实现 书中的源码
c 接口与实现书中原码:这是工业级的 c 代码,绝佳的 c 代码参考模板。书中详细讲解了接口与实现如何分离,抽象编程的方法等等。还提供了大量的,应用于实践的代码,健壮,优雅。
- 2022-11-29 02:20:03下载
- 积分:1
-
51C
说明: 是我们学校学生作品只是用来分享,有电路图,有程序,关于51单片机的(Our school is only used to share student work, there are circuit diagrams, a process, on the 51 SCM)
- 2010-04-30 18:46:30下载
- 积分:1
-
DesktopSet1
自己做的ActiveX系统配置控件,单击按钮打开桌面图标设置1对话框,实现:
隐藏所有桌面图标及图标小箭头;
修改我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站(空)、回收站(满)等桌面图标的提示内容;
设置我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站等图标的名称;
设置我的电脑、计划任务、控制面板、打印机、拨号网络、网上邻居、浏览器、回收站等的图标;
可以部署在服务器上,适合在公共电脑等不方便带文件的场合进行快速系统配置,也适合嵌入到其它程序中,进行快速开发。(Make its own system configuration of ActiveX controls, click the Settings button to open the Desktop icon in one dialog box, and realize:
Hide all desktop icons and a small arrow icon
Modify my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin (empty), the Recycle Bin (full) desktop icon prompts such content
Set up my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin icon s name, etc.
Set up my computer, planning tasks, the control panel, printers, dial-up network, Network Places, browser, Recycle Bin icon, etc.
Can be deployed on the server for computers in public with a document inconvenient forum for rapid system configuration, is also suitable for embedding into other programs, for rapid development.)
- 2009-02-12 11:06:13下载
- 积分:1
-
四旋翼飞行器
四轴飞行器基本原理,文件讲述了四轴飞行器的一些基本知识。(Fundamentals of four axis aircraft)
- 2017-07-17 10:52:39下载
- 积分:1
-
C# DataGridView初级操作范例
这是一个C# DataGridView初级操作范例,演示了连接数据库、读取数据库、移动数据库指针到下一条、上一条记录的操作,以及将数据绑定到DataGridView控件中显示的整个过程,比较基础级的C#源码,因此希望新手参考:
private void shippersDataGridView_DataError(object sender, DataGridViewDataErrorEventArgs e)
{//如果错误发生在提交操作过程中,则在 MessageBox 中显示该错误
if (e.Exception != null && e.Context == DataGridViewDataErrorContexts.Commit)
{//测试时在Phone列中输入一个超长的字符串
MessageBox.Show(e.Exception.Message, "信息提示", MessageBoxButtons.OK);
}
}
- 2022-01-22 02:28:43下载
- 积分:1
-
C8051F120中文资料
C8051F120中文资料 帮助需要朋友参考学习使用(C8051F120 datasheet Help Need Friends Reference Learning)
- 2019-03-26 09:22:39下载
- 积分:1
-
MATLAB三次样条插值法 求信号的包络线 源代码
MATLAB三次样条插值法 求信号的包络线 源代码(MATLAB cubic spline interpolation method for the signal envelope source code)
- 2017-10-23 09:33:16下载
- 积分:1
-
WPF画曲线图源码
说明: 源码描述:
一、源码特点
一款用wpf画柱状图,扇形图,折线图,适合初学者学习使用,有需要的朋友不要错过
二、注意事项
开发环境为Visual Studio 2013,使用.net 4.5开发。
作者:青雨木(Source description:
I. Source Code Characteristics
Wpf is a bar chart, sector chart, polyline chart, suitable for beginners to learn to use, friends in need do not miss
II. Notes
The development environment is Visual Studio 2013, developed with. net 4.5.
Author: Qingyumu)
- 2020-06-23 02:40:01下载
- 积分:1