-
DLL in the preparation process. Static and dynamic library of distinction, and t...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
- 2022-03-02 05:51:58下载
- 积分:1
-
C sharp 访问 Excel,无须COM控件
C sharp 访问 Excel,无须COM控件-C sharp visit to Excel, no need for COM controls
- 2022-03-04 04:38:17下载
- 积分:1
-
WIN ZIP主题
这是完整的医药店管理软件是设计来缓解医疗专业人士的工作负荷。主要功能包括进销存,库存和库存控制,会计,客户和供应商的管理。这个软件可以帮助你追踪所有的利润,损失,为医疗店提供更好的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-13 10:44:42下载
- 积分:1
-
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。...
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。-support MPEG4 codec player (requiring support YUV graphics hardware support) IM4 can play in the paper.
- 2022-11-14 18:10:03下载
- 积分:1
-
多
Multi-threaded example source code
- 2022-03-20 09:27:09下载
- 积分:1
-
墨西哥人写的3D图象变换程序,有很多复杂的数学方法在其中,图象非常奇幻...
墨西哥人写的3D图象变换程序,有很多复杂的数学方法在其中,图象非常奇幻-Mexicans wrote 3D image transformation process, there are many complicated mathematical method in which images are fantastic
- 2022-06-29 21:43:06下载
- 积分:1
-
鼠标测试的小程序,使用visual C++编写
鼠标测试的小程序,使用visual C++编写-small mouse tests, the use of visual C preparation
- 2022-03-01 15:15:45下载
- 积分:1
-
check link error injection by php
check link error injection by php
- 2022-07-22 18:20:26下载
- 积分:1
-
avr_oscilloscope.zip液晶示波器
AVR_oscilloscope.zip LCD Oscilloscope
- 2023-03-01 13:15:03下载
- 积分:1
-
到中国的农历日历公历
使用系统 ;使用 System.Drawing ;使用 System.Globalization ;使用 System.Windows.Forms ;命名空间 WinFormLunar 是{公共部分类 FormLunar: 窗体{# 区域私人只读字符串动物、 甘志 ;私人的 TextBox txtLunar ;私人的 DateTimePicker lunarPicker ;私人的 ChineseLunisolarCalendar lunarCalendar ;# Endregion 公共的 FormLunar){# 区域隐藏 () ;甘 ="B、 C、 D、 E 和 F 耿仁桂";芷 ="Zichou 毛贤陈寺吴申徐海";动物 = 大鼠牛虎兔子龙蛇马羊猴 Jigou 猪 ;Application.CurrentCulture = CultureInfo.GetCultureInfo ("zh-CN") ;/ / 中国地区。lunarCalendar = 新的 ChineseLunisolarCalendar () ;/ / 中国阴阳历。txtLunar = 新的文本框) ;txtLunar.Dock = DockStyle.Bottom ;txtLunar.ReadOnly = true ;/ / 只读模式。这。Controls.Add (txtLunar) ;lunarPicker = 新的 DateTimePicker () ;lunarPicker.Dock = DockStyle.Top ;lunarPicker.Format = DateTimePickerFormat.Custom ;/ / 自定义格式。lunarPicker.CustomFormat ="dddd yyyy "years" M "January "d "day" ;
- 2022-02-13 07:36:19下载
- 积分:1