-
Scheme
A language built over scheme
- 2014-09-15 20:47:32下载
- 积分:1
-
员工管理系统
开发使用 csharp 员工管理系统
- 2022-04-24 01:34:58下载
- 积分:1
-
test_avi_file
Opencv视频教程之读取视频和摄像头
Opencv视频教程之读取视频和摄像头(Read of Opencv video tutorial video and camera)
- 2015-10-09 20:58:16下载
- 积分:1
-
2016-homework2-demo
xaml开发第二弹,第二课程资料包basic (xaml development of second bomb, the second basic course pack)
- 2016-06-04 15:49:45下载
- 积分:1
-
ripemd
说明: 标准的RIPEMD杂凑密码算法,非常适合算法初学者(The Standard RIPEMD cipher algorithm is very suitable for beginners)
- 2020-04-28 16:58:29下载
- 积分:1
-
坐标转换以及坐标转换参数计算
在进行本地坐标与经纬度坐标转换时,需要进行椭球转换,本软件可以进行自定义投影,计算坐标转换参数,批量转换坐标
- 2022-03-22 10:10:40下载
- 积分:1
-
C# 定义文本框中的字体样式(粗体 斜体 下划线等)
这个示例比较简单,但挺有用,特别是使用C#处理一些文本时尤其实用,比如设置字体的样式:粗体、斜体、下划线、删除线、字体选择、字体颜色定义、字体大小(字号)定义等,下面是一些相关的定义操作:
fontDialog1.AllowVectorFonts = true;//设置用户可以选择矢量字体
fontDialog1.AllowVerticalFonts = true;//设置字体对话框既显示水平字体,也显示垂直字体
fontDialog1.FixedPitchOnly = false;//设置用户可以选择不固定间距的字体
fontDialog1.MaxSize = 72;//设置可选择的最大字
fontDialog1.MinSize = 5;//设置可选择的最小字
if (fontDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了字体
{
if (richTextBox1.SelectedText == "")//判断是否选择了文本
richTextBox1.SelectAll();//全选文本
richTextBox1.SelectionFont = fontDialog1.Font;//设置选中的文本字体
}
完整的源码示例,请下载本源码。
- 2022-05-17 20:48:47下载
- 积分:1
-
MATLAB-SimMechanics
MATLAB-SimMechanics机构动态仿真讲解教程(Dynamic simulation of MATLAB-SimMechanics bodies to explain the tutorial)
- 2012-06-27 16:39:36下载
- 积分:1
-
rsvp_main
RSVP 程序 用C开发 原理都清楚 很明了的注释 希望对大家有用
-RSVP program development using C is to understand the principle is clear to all of us hope that the notes useful
- 2009-07-27 09:55:52下载
- 积分:1
-
OBD_Bootloader源程序_V1.0_2017.12.8
远程升级boot代码跳转部分,GPRS协议部分暂时不用理会,关键是BootLoader代码才是跳转部分,实现flash中A区,B区的切换(Remote upgrading boot code jump part, GPRS protocol part temporarily ignored, the key is BootLoader code is the jump part, realize Flash in A area, B area switch.)
- 2018-02-05 15:42:44下载
- 积分:1