-
Air-Supply-Design-and-implementation
气源环境监控系统设计与实现Air Supply Design and implementation of environmental monitoring system(Air Supply Design and implementation of environmental monitoring system)
- 2011-01-09 20:27:46下载
- 积分:1
-
FreeRTOS之Heap_4源码详解及中断安全改进
模仿heap_4,编写实现线程安全中断安全条件下的内存分配函数。
- 2022-01-31 19:25:37下载
- 积分:1
-
0704-allpairsshortestpath-cPP
programa del famoso algoritmo de ordenamiento floyd para grafos empleando una matriz, programa del famoso algoritmo de ordenamiento floyd para grafos empleando una matriz, programa del famoso algoritmo de ordenamiento floyd para grafos empleando una matriz
- 2011-01-21 23:42:32下载
- 积分:1
-
ProComponent-v2.1-Sources
ProE/Toolkit开发库基于同步模式DLL动态链接库形式的二次开发工程。根据官方文档中实例修改实现了根据MFC窗口输入参数自动画圆柱、圆台、棱柱等基本几何形状。即完成了草绘、拉伸、旋转等基本操作的代码实现以及其组合的实现。(备注:软件版本是ProE Wildfire 5.0,对应的开发环境是VS2008。工程所需外部链接库网上可以查到。)(ProE/Toolkit development libraries based on the synchronous mode dynamic link library DLL form of secondary development projects. Modify achieved under MFC window input parameters the base geometry animation cylinder, round table, prism, etc., according to official documents instances. That completed a sketch, drawing, code rotation and other basic operations to achieve and realize its portfolio. (Note: The software version is ProE Wildfire 5.0, the corresponding development environment is VS2008 external link libraries needed projects can be found online.))
- 2021-02-08 15:29:54下载
- 积分:1
-
基于模型的制冷系统智能化仿真研究
BOOK AIRCONDITIONNER
- 2018-11-18 20:42:31下载
- 积分:1
-
打印条形码示例
资源描述
Code128
Code39
两种编码规则的条形码,数字变成条形码的转换方法。
// TODO: Add your control notification handler code here
CDC dc;
int CodeName,printQuality;
LPSTR partial=NULL,text;
CCode39 code39;
CCode128 code128;
UpdateData(TRUE);
text=m_CodeText.GetBuffer (50);
//获取编码方式
CodeName=m_CodeName.GetCurSel();
if(CodeName==CB_ERR)
{
MessageBox("请选择编码方式");
return;
}
switch(CodeName)
{
case 0:
CodeType=CODE39;
break;
case 1:
CodeType=CODE128A;
break;
case 2:
CodeType=CODE128B;
break;
case 3:
CodeType=CODE128C;
break;
}
//获取打印机设备环境
if(!(printDlg.DoModal()))
{
MessageBox("打印错误。");
return ;
}
- 2022-03-22 14:26:04下载
- 积分:1
-
SkinShow
换肤程序小例程,里面实现了程序换皮肤的基本方法,注意,如果程序找不到图片的话,请把pic文件夹放入Debug文件夹。(Skin small routine procedure, which the realization of the procedures for the skin s basic method, note that if not able to locate the picture, please put pic folder Add Debug folder.)
- 2008-12-22 21:39:16下载
- 积分:1
-
shiyan5
说明: 解决lru算法和fifo算法,并比较它们的缺页率和命中率(Fifo lru algorithm and solving algorithms, and compare them with the missing page rate and hit rate)
- 2011-03-13 14:35:36下载
- 积分:1
-
1
说明: Education matlab Language with c practical examples
- 2014-02-18 17:29:56下载
- 积分:1
-
GE
说明: 针对TI DSP C6000系列的局域网监控开发,在CCS开发环境运行。能实现局域网数据包抓包、数据包分析,特定数据包内容读取,异常数据包报警等功能。运行CCS注意配置好安装调用路径(For LAN monitoring the development of TI DSP C6000 series in CCS development environment running. Enables LAN data packet capture, packet analysis, specific packet content to read, malformed packets alarm. Run CCS note configured installation call path)
- 2015-05-12 12:25:43下载
- 积分:1