-
动态链接库准备过程。静态库与动态库…
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the distinction. How to use tool to view a dynamic link library function of the output, Depends tools, C++ Compiler technology to adapt the name of a dynamic link library function of the impact of the output, extern
- 2022-01-31 13:40:04下载
- 积分:1
-
attiny15定时器控制
attiny15 timer control
- 2022-01-31 19:26:09下载
- 积分:1
-
vc下利用ODBC API对数据库的操作,包括增、删、改。可以移植、通用...
vc下利用ODBC API对数据库的操作,包括增、删、改。可以移植、通用-vc using ODBC API to the database operations, which include additional cut, change. Transplant GM
- 2022-11-16 03:00:03下载
- 积分:1
-
c# written in a simulated Tetris source code, colored box, the logic correctly....
c#编写的一个模拟俄罗斯方块源代码,方块有颜色,逻辑正确。速度快。-c# written in a simulated Tetris source code, colored box, the logic correctly. Speed.
- 2022-11-10 01:25:03下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
ereader for evc4.0 project. source code to view .txt .doc files.
电子书阅读器,EVC4.0环境下的工程(包含所有源码),实现文本等文件的浏览。-ereader for evc4.0 project. source code to view .txt .doc files.
- 2022-08-04 07:24:41下载
- 积分:1
-
本程序可以手动调配颜色,并可混合之,观察名种不同颜色的混合效果,从而逆推alpha值...
本程序可以手动调配颜色,并可混合之,观察名种不同颜色的混合效果,从而逆推alpha值-the procedures manual deployment of colors and can mix short, observations were different colors mixed results, thus Backstepping alpha values
- 2022-12-03 14:30:03下载
- 积分:1
-
Sudoku game, an ancient exercise patience and intelligence games
数独游戏,自古以来的一项锻炼耐心和智力游戏-Sudoku game, an ancient exercise patience and intelligence games
- 2022-04-02 10:54:45下载
- 积分:1
-
一个ADO的数据库访问代码
一个有关ADO数据库访问的代码-one of the ADO database access code
- 2022-03-18 23:02:01下载
- 积分:1
-
将EXCEL表格导入到CAD图形文件中.
将EXCEL表格导入到CAD图形文件中.-EXCEL spreadsheet will be imported into CAD graphics file.
- 2022-03-03 20:22:23下载
- 积分:1