-
Duilib VS2013 静态链接库 动态连接库 库文件 编译
采用vs 2013编译的Duilib,将Lib引入,Dll放在Debug和Release目录。
参考Alberl的教程
在VS的菜单里,选择【工具】-【选项】-【项目和解决方案】-【VC++ 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-29 23:46:50下载
- 积分:1
-
条码:条码识别,可以直接运行程序;pdf417lib:两
barcode: 条形码识别,直接运行程序即可;
pdf417lib:二维条形码打印(输出为ps格式的文件)。条形码生成器源程序:生成一维条形码,直接运行程序即可;-barcode : barcode recognition, can run the program directly; Pdf417lib : two-dimensional bar code printing (ps output format). Barcode Generator source : one-dimensional bar code generation, can run the program directly;
- 2022-02-28 18:35:23下载
- 积分:1
-
标题栏画标题栏
采用VC++ MFC开发,实现位图自绘标题栏。在函数中PreCreateWindow取消Title Bar上的按钮,DrawTitleBar函数中重绘标题栏,非常有参考价值。
- 2022-07-21 20:15:44下载
- 积分:1
-
客户端的软件,可以实现多客户的聊天和编辑同一文件的功能,同时实现简单的上载功能...
客户端的软件,可以实现多客户的聊天和编辑同一文件的功能,同时实现简单的上载功能-The client software, enables multi-client chat and editing functions of the same document, while achieving a simple upload function
- 2023-07-21 09:30:02下载
- 积分:1
-
Windows程序设计第五版示例源码
《Windows程序设计第五版》配套光盘源码,VS都可编译通过。
- 2022-02-25 11:48:42下载
- 积分:1
-
OpenGL 室内三维建模
利用OpenGL和dxf格式的CAD图纸进行建筑的建模
- 2022-10-03 23:10:06下载
- 积分:1
-
写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。...
写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。-Write a function, and the length of a string, in the main function in the input string and output its length.
- 2023-04-30 11:30:03下载
- 积分:1
-
计算机图形学源码
计算机图形学源码,二维图形编程VC++
- 2022-01-20 23:05:07下载
- 积分:1
-
水的涟漪效应的模拟图像从内cnwizards_0.7.5.105 SE出水效果…
WaterEffect 模拟水波纹 效果 图像
从CnWizards_0.7.5.105里面分离出来的。
效果请看CnWizards_0.7.5.105(最新版)的关于。-Water ripple effect WaterEffect analog images from inside CnWizards_0.7.5.105 separated. See the effect of CnWizards_0.7.5.105 (latest version) on.
- 2022-12-12 03:45:03下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1