-
样品检验项目系统
这是一个用vb+SQL Server数据库编写的样品检验代码。包括样品的购买库存以及检验的各项程序,是一个很好的vb数据库参考代码(with vb+ SQL Server database prepared by the test sample code. The samples include the purchase of inventory and inspection procedures, is a good reference source database vb)
- 2005-03-23 18:11:17下载
- 积分:1
-
0416
一些關於查詢的簡單源碼...........................................................................(On a simple query-source)
- 2009-04-30 06:36:03下载
- 积分:1
-
芯片验证漫游指南附赠源代码
芯片验证漫游指南附赠源代码,适合初学者学习(Chip Verification Walkthrough Guide with Source Code)
- 2019-03-10 19:59:30下载
- 积分:1
-
eFAST
说明: eFAST全局敏感度分析matlab程序,可设置自己的参数(EFAST global sensitivity analysis matlab program can set its own parameters)
- 2021-04-09 18:38:59下载
- 积分:1
-
Commonnn
说明: IE浏览器下是将内容复制到Excel,需用户手动保存Excel文档 非IE浏览器可直接导出Excel文件(In IE browser, the content is copied to excel, and the user needs to save the excel document manually)
- 2020-02-24 19:58:01下载
- 积分:1
-
sanxiangnibian_igbt
说明: 此模型采用六个IGBT搭建成逆变桥,通过六个脉冲发生器产生六路脉冲,控制igbt的状态,产生三项交流。(In this model, six IGBTs are used to build the inverter bridge, and six pulses are generated by six pulse generators to control the state of IGBT and generate three AC.)
- 2020-04-16 21:56:20下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三...
数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~-numerical analysis courses on the plane Lagrange polynomial interpolation polynomial interpolation existence and uniqueness to the number not exceeding N polynomial Hn pool to meet the conditions of polynomial interpolation Ln (x) ^ Hn is the only exists! Newton"s three color ~
- 2022-08-09 11:34:55下载
- 积分:1
-
Spark RDD以及其特性
说明: Spark RDD以及其特性的流程图,请使用visio打开(Spark RDD and flow charts of its features, open with Visio)
- 2020-06-18 19:20:01下载
- 积分:1
-
有关英汉汉译字典的java程序源代码,具有翻译的功能
有关英汉汉译字典的java程序源代码,具有翻译的功能-On the English-Chinese translation dictionary java source code, with translation function
- 2022-01-25 22:44:34下载
- 积分:1