-
user-level-threads
User level threads library with IPC, TIMERS, Internal Scheduler
- 2012-02-01 18:42:51下载
- 积分:1
-
Mini-Project-in-C-Library-Management-System
department store mangement
- 2019-05-12 23:41:52下载
- 积分:1
-
C# WPF 使用图像控件显示绘制的文本字符串
C# WPF 使用图像控件显示绘制的文本字符串,这里将文字绘制成渐变色样式,十分漂亮,颜色值和字体样式可在实例源码目录的Window1.xaml.cs文件中修改,代码如下:
用图像控件显示绘制的文本字符串
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
//对颜色的定义
MyRadialGradientBrush.GradientOrigin = new Point(0.5, 0.5);
MyRadialGradientBrush.Center = new Point(0.5, 0.5);
MyRadialGradientBrush.RadiusX = 0.5;
MyRadialGradientBrush.RadiusY = 0.5;
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Yellow, 0.0));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Red, 0.25));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Blue, 0.75));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.LimeGreen, 1.0));
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
//要显示字体的定义
string MyText = "开源爱好者";
var MyFont = new FontFamily("宋体");、、字体样式的定义,默认为宋体
FormattedText MyFo
- 2023-04-06 04:45:04下载
- 积分:1
-
Blind-Beamforming-
基于盲波束形成的波达方向──多普勒稳健估计(Based on Blind Beamforming DOA ─ ─ Doppler robust estimation)
- 2013-12-26 12:38:50下载
- 积分:1
-
openvr
openvr api 用于开发兼容steamvr 平台的驱动,可以添加自己的vr设备(for develop steamvr driver)
- 2017-04-13 13:34:12下载
- 积分:1
-
教务处简易源码
简易c版教务处源代码
- 2022-03-11 03:37:09下载
- 积分:1
-
94518687
小学生成绩管理系统(一篇比较简单的论文)我的初稿 题目:小学生成绩管理系统 仅供参考,本人的论文初稿已经比他复杂好几倍了。当然,毕业答辩之前不会贴出来的,嘿嘿 姓名:陈抒 摘要: 小学生成绩管理系统是典型的信息管理系统(MIS),其开发主要内容包括后台数据库的建立和维护 以及前端应用程序的开发两块。对于前者主要要求数据一致性和完整性、数据安全性。而对于后 者则要求应用程序功能完备,易使用。 我将使用ACCESS数据库管理系统创建后台数据库,将在Visual C++6.0编译环境下使用MFC类库中 的ODBC方面的类来创建数据库的前段应用程序,使应用程序能够做到快速安全的维护数据库,并 且提供简单明了的使用界面,满足不同用户的需求。 关键词:ODBC 添加 查找 删除 修改 学籍 成绩 (primary performance management system (a relatively simple thesis) my first draft topics : primary performance management system for reference purposes only, I have the first draft of a paper than the complex several times. Of course, the graduates will not reply before affixed out, laughter Name : Chen Shu Abstract : The primary performance management system is typical of the Information Management System (MIS), its main contents include the development of database background to the establishment and maintenance, and front-end application development 2. Former major requirement for consistency and data integrity, data security. For the latter demanding applications complete functions and easy to use. I will use the ACCESS database management system to create the background database, the V)
- 2005-01-03 21:18:40下载
- 积分:1
-
Qt5.10 GUI完全参考手册(qt教程qt入门)
说明: qt手册,查找api 新手可用很好用!!!!!!!!!!(Qt manual, find API novice available very good use!!!!!!!!!!!)
- 2019-11-26 23:10:32下载
- 积分:1
-
Characterizngthemech
Adult amblyopes can improve positional acuity through practice however, the neural mechanisms underlying this improvement are still not clear. In this study, seven adult amblyopes repeatedly practiced a position discrimination task in the presence of positional noise.
- 2008-07-19 17:44:31下载
- 积分:1
-
西门子PLC以太网s7协议组件
说明: C# Siemens PLC Ethernet S7 protocol using third-party DLL
- 2020-06-12 16:18:08下载
- 积分:1