-
使用vs2003开发,vc++7,代码中试用了basicexcel类读写excel文件,可以为需要者所借鉴。...
使用vs2003开发,vc++7,代码中试用了basicexcel类读写excel文件,可以为需要者所借鉴。-Use vs2003 to develop, vc++7, tested code to read and write excel files basicexcel category, we can learn from those who need it by.
- 2022-01-29 00:53:01下载
- 积分:1
-
dos ,dos souce code.很好的dos 源代码
dos ,dos souce code.很好的dos 源代码-dos, dos souce code. good dos source code
- 2022-03-23 23:53:22下载
- 积分:1
-
测试程序,可以很好的利用这个程序解决你所遇到的问题
测试程序,可以很好的利用这个程序解决你所遇到的问题-Test procedure can be a very good use of this procedure to solve the problems encountered by you
- 2023-03-19 17:30:04下载
- 积分: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
-
wuziqi
一个界面整洁的五子棋,很实用,建议大家下载试试看-wuziqi
- 2022-03-20 07:04:48下载
- 积分:1
-
处理最原始的火星MOLA高程数据,但每次只能处理一个轨道。
处理最原始的火星MOLA高程数据,但每次只能处理一个轨道。-Deal with the most primitive MoLa Martian elevation data, but can only deal with one track each.
- 2022-07-07 11:51:21下载
- 积分:1
-
在“浅析VC与Matlab联合编程(一)”中简单介绍了VC与matcom的接口编程,实现了VC调用matcom的一个基本功能,要真正熟练使用接口编程,还要对函数...
在“浅析VC与Matlab联合编程(一)”中简单介绍了VC与matcom的接口编程,实现了VC调用matcom的一个基本功能,要真正熟练使用接口编程,还要对函数调用有一定了解。本文通过一个实例,较详细的介绍如何在VC中调用matcom编译后的函数。-The port program of VC and matcom is simplely introduced in the book-brief analysis of VC and Matlab combination program (part one), a basic function by using VC calling matcom can be achieved. But if you want to truly master the port program you must have some comprehension of the calling of function.That how to call the function after matcom compilation is related in detail by an example in this paper.
- 2022-05-13 15:36:25下载
- 积分:1
-
挂在开始菜单上的日历/日志管理程序
挂在开始菜单上的日历/日志管理程序 -Calendar manage app hanged on start menu
- 2022-12-16 06:20:04下载
- 积分:1
-
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台。...
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台。-Counter written by VC++, high speed when runing.
- 2022-01-31 03:41:50下载
- 积分:1
-
windows下运行中的命令提示!有详细的命令解释,对于电脑不太精通的人是有用的!...
windows下运行中的命令提示!有详细的命令解释,对于电脑不太精通的人是有用的!-windows running in the command prompt! A detailed explanation of the command for the computer people who are not proficient in it is useful!
- 2022-07-05 08:13:23下载
- 积分:1