-
电能计量芯片SUI-101A数据资料
电能计量芯片SUI-101A数据手册 在STM32或51单片机数据处理
- 2021-05-06下载
- 积分:1
-
ucgui实现了触屏菜单,滑动菜单,菜单响应,简单交互
基于ucgui3.98,现已实现了触屏操作,点击主屏幕弹出菜单,某些菜单有二级菜单,可以滑动菜单选择并进入子菜单,菜单具有交互功能。
- 2022-03-15 02:15:50下载
- 积分:1
-
NewModel_PUBLIC
四旋翼飞行器在MATLAB下的建模程序,非常好,非常真实(Four-rotor aircraft under the MATLAB modeling program, very good, very durable)
- 2011-05-23 22:01:13下载
- 积分:1
-
Time-converter
时间转换器,上课做的小作业,新学者可以拿来练手用(Time Turner, do little homework in class, you can try to use new scholars
)
- 2016-03-24 11:26:23下载
- 积分:1
-
C# 强制断开SQLServer服务
C# 强制断开SQLServer服务,在C#的程序中断开SQL服务器,其实实现起来挺简单,虽然不常用,就当做是一个简单的SQL技巧吧,了解一下总是没错的,代码如下:
string strShutdown = "SHUTDOWN WITH NOWAIT";//创建SQL字符串
SqlCommand cmd = new SqlCommand();//创建命令对象
cmd.Connection = con;//设置连接属性
cmd.Connection.Open();//打开数据库连接
cmd.CommandText = strShutdown;//设置将要执行的SQL语句
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("已成功断开服务");//弹出消息对话框
- 2022-08-25 01:38:36下载
- 积分:1
-
第27章 透明位图背景上的滚动字幕实例
第27章 透明位图背景上的滚动字幕实例该程序可以方便实现字幕的滚动效果,程序简单易懂(transparent bitmap on the background of rolling subtitles examples of the procedures to facilitate the achievement of subtitles rolling results, procedures simplified)
- 2005-03-23 21:54:45下载
- 积分:1
-
Calculate
This is simple calculator program.
I m making a GUI calculator interface in MFC.
this program works pretty well.
- 2011-07-28 15:22:25下载
- 积分:1
-
Ean-look-look
可以实现个性按钮,值得一看,不错的源码 值得推荐(Can realize personality button, worth a look, good source Is worth to recommend)
- 2017-05-05 19:24:26下载
- 积分:1
-
mfc-shiyan3
一个标准的MFC Windows应用程序
要求:1、创建一个单/多文档的MFC程序,使其具有自定义的菜单、工具栏和状态栏。
2、菜单和工具栏的功能自定义。
3、应用程序的背景是一幅位图图片。
4、工具栏应该可以显示和隐藏,而且它有一个菜单不具有的功能。
(A standard MFC Windows application requirements: 1, to create a single/multi-MFC documentation procedures, so that it will have custom menus, toolbars, and status bar. 2, menus and toolbars custom functions. 3, the application of the background is a bitmap image. 4, the Toolbar should be able to show and hide, and it does not have a menu function.)
- 2009-04-13 13:52:13下载
- 积分:1
-
bp_filter
说明: 带通滤波。该程序用matlab实现梯形窗的带通滤波,可以直接调用(Band-pass filter. Trapezoidal matlab implementation of the program window with a band-pass filter, can be called directly)
- 2011-02-23 15:02:58下载
- 积分:1