-
homework
使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。
ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。(Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao.
ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own.
)
- 2010-11-15 09:37:01下载
- 积分:1
-
C#播放wmv视频并填充到文字轮廓中
C#播放wmv视频并填充到文字轮廓中,这个应该是一个艺术字效果吧,本程序实现了两个功能:一、视频文件播放功能(wmv),二、将视频影像填充到文字轮廓中显示,这个就有意思了,最终实现了比较动感的艺术字动画效果,在视频播放方面,主要使用MediaElement();实现,文字填充方面,基于TextBlock.Foreground实现,下面是具体一些的代码:
使用视频剪辑填充文字的线条
MediaElement MyMediaElement = new MediaElement();
MyMediaElement.Source = new Uri("Bear.wmv", UriKind.Relative);
MyMediaElement.IsMuted = true;
VisualBrush MyVisualBrush = new VisualBrush();
MyVisualBrush.Visual = MyMediaElement;
TextBlock MyTextBlock = new TextBlock();
MyTextBlock.FontFamily = new FontFamily("宋体");
MyTextBlock.FontSize = 180;
MyTextBlock.Text = "编程";
MyTextBlock.FontWeight = FontWeights.Bold;
MyTextBlock.Foreground = MyVisualBrush;
this.Content = MyTextBlock;
运行截图如下,不过本站截图是静态的,看不到本示例的动画效果,请下载源码在VS中编译运行,查看效果。
- 2022-01-26 01:31:34下载
- 积分:1
-
TCD1200
用C51语言编程,实现了单片机AT89C51产生线阵CCD(TCD1200)驱动所需的时序。希望对大家有用。(With C51 language programming, microcontroller AT89C51 produce linear CCD (TCD1200) drive required timing. I hope useful.)
- 2021-02-23 08:39:40下载
- 积分:1
-
我们将实现简单的用户信息注册功能,并对用户密码进行加密保存....
我们将实现简单的用户信息注册功能,并对用户密码进行加密保存.-we will achieve a simple user registration information functions, and user password encryption.
- 2022-10-28 18:00:04下载
- 积分:1
-
Snake
程序由C++编写,贪吃蛇程序,经运行无误,贪吃蛇长度无限制……(C++ written Snake program, run correctly, Snake length unlimited ...)
- 2013-01-10 21:18:13下载
- 积分:1
-
Qt5.5.1 + VS2010 + qrencode-3.4.4 二维码编码
qrencode-3.4.4是一个用C语言编写的生成二维码(QR Code)的程序库,虽然是开源库,用法很简单,但是没有提供在VS系统下编译的项目文件,所以在windows下使用不太方便。为此,下面提供用VS 2010 编译生成静态库qrcodelib.lib。程序里已经包含VS2010编译好的库qrcodelib.lib
- 2023-04-06 21:20:04下载
- 积分:1
-
main
Un jueguito echo para practicar lenguage C
- 2014-10-07 19:09:01下载
- 积分:1
-
MYAVL
An implementation of AVL tree very useful for understanding searching in graph.
- 2015-01-23 06:13:44下载
- 积分:1
-
生成rsa秘钥 rsa
生成rsa秘钥对,生成私钥和公钥,用来加解密数据或数字签名(Generate rsa key pair, generate private key and public key, used to encrypt and decrypt data or digital signature)
- 2020-06-22 00:20:02下载
- 积分:1
-
ATmega2560单片机程序
主控与单片机之间通过串口通信,主控向单片机发送控制命令,单片机向主控发送测量信息
- 2022-03-09 20:16:56下载
- 积分:1