-
Warehouse-MIS
仓库管理信息系统,可实现对仓库管理的一些基本操作,如各种型号物品的数量,出库入库记录等。(Warehouse management information system can achieve some of the basic operations of warehouse management, such as the number of models of various items, the library storage records.)
- 2014-01-09 20:17:08下载
- 积分:1
-
WindowsFormsApplication3
用于抓取网页文字,转换成TXT记事本格式(Used to crawl Web Text)
- 2020-06-22 19:20:01下载
- 积分:1
-
MVC多语言开发示例
环境:vs2012 asp.net mvc4.实现方式:resource 资源文件,根据路由规则中Lang参数来判断载入哪种语言方式
- 2015-06-16下载
- 积分:1
-
usb3.0下载程序的源码
usb3.0下载程序的源码:CYUSB3014从RAM起动加载这个程序。通过这个程序将最终的产品程序下载到FLASH中。最后CYUSB3014从FLASH启动,就可以实现程序的引导。
- 2022-02-22 00:56:07下载
- 积分:1
-
C# 从RichTextBox 控件中提取文本内容
C# 从RichTextBox 控件中提取文本内容,并设置RichTextBox 控件中的字体大小-附完整源代码,
private void button1_Click(object sender, RoutedEventArgs e)
{//从RichTextBox 控件中提取文本内容
TextRange MyText = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MessageBox.Show(MyText.Text, "RichTextBox控件中的文本内容",MessageBoxButton.OK);
}
private void button2_Click(object sender, RoutedEventArgs e)
{//设置RichTextBox 控件中的字体大小
TextRange MyText = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MyText.ApplyPropertyValue(TextElement.FontSizeProperty, 36.00);
MyText.ApplyPropertyValue(TextElement.FontWeightProperty, FontWeights.Bold);
- 2022-09-21 17:55:02下载
- 积分:1
-
C8051F
c8051f的相关代码,包括USB通讯、SIP通讯、AD采样、时钟设置等(related code of c8051f, including USB communication, SIP communications, AD sampling clock settings)
- 2012-10-08 10:40:30下载
- 积分:1
-
H-V different strain rate
ABAQUS中UHARD本构方程定义,代码为一组不同应变速率的不同FOR文件,对学习ABAQUS本构程序编写很有帮助。(ABAQUS constitutive equation definition)
- 2018-08-14 09:42:13下载
- 积分:1
-
20140624-TinyXml_2_6_2
TinyXML 这是一个XML的解析器 用C++语言实现 的 可以用来读取和保存XML文件(TinyXML This is an XML parser in C++ language can be used to read and save the XML file)
- 2014-07-10 19:12:58下载
- 积分:1
-
lmsbutong
LMS算法收敛因子不同的MATLAB的程序(matlab in LMS convergence factor)
- 2013-04-07 17:58:02下载
- 积分:1
-
基于STM32的双闭控制直流无刷电机BLDC
基于STM32的双闭控制直流无刷电机BLDC
速度,转矩闭环,带霍尔传感器,上位机调节。
基于STM32的双闭控制直流无刷电机BLDC
速度,转矩闭环,带霍尔传感器,上位机调节。
- 2023-08-21 18:05:04下载
- 积分:1