-
eight_office
VC++2005编程实例源代码\第8章 Office自动化编程实例,包括14个实例:如何使用VC++动态创建播放幻灯片,如何直接播放幻灯片文件如何使用自动化运行Word宏,如何使用自动化导出Word文件, 如何使用自动化导出Excel文件、Excel图表、Excel工具栏、Excel查询表(VC++ 2005 source code programming examples in Chapter 8 Office automation programming examples, including the 14 examples: how to use VC++ Dynamic slide show created, how to direct the slideshow document how to use automation to run Word macro, how the use of automation to export Word documents, how to use automation to export Excel documents, Excel charts, Excel toolbar, Excel query table)
- 2008-12-22 14:01:19下载
- 积分:1
-
c++
说明: 用编程语言c++实现的二叉排序树,二叉树,冒泡排序,希尔排序(Binary Sorting Tree, Binary Tree, Bubble Sorting, Hill Sorting Realized by C++ Programming Language)
- 2020-06-18 19:40:01下载
- 积分:1
-
Dbscan聚类算法
Dbscan聚类算法,可以实现多维数据的聚类。
- 2022-04-20 06:26:00下载
- 积分:1
-
code
p2p聊天实验室,有界面,运行在qt。可以发送消息,显示消息和状态。(P2P chat lab, interface, running in QT.Messages can be sent, messages and states are displayed.)
- 2017-12-18 21:47:00下载
- 积分:1
-
在线商店
你好这里是多重预订项目的项目
网上购票完美工作没有数据库会得到电子邮件 notifiaction
高背景
高速度 visual basic C# 语言项目
- 2022-08-24 14:57:39下载
- 积分:1
-
guoqudongDLL
另一种思路注入目标进程的方法 可作为拓宽思维的例子(zhuru dll)
- 2013-10-21 15:29:03下载
- 积分:1
-
CAA
说明: CAA二次开发的基础教程,其中属于CAA开发的入门教程,图形界面开发;建立窗口相关及回调函数的编辑。(The basic course of CAA secondary development, which belongs to the introductory course of CAA development, the development of graphical interface, and the editing of window correlation and callback function.)
- 2019-04-10 19:33:07下载
- 积分:1
-
Lang_C10_ppt
it s about a course in language C++ writen by professional professor in university course number 88
- 2015-04-01 19:31:40下载
- 积分:1
-
IO_SOFT_UART_USE_TIMER
说明: 1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕(err)
- 2008-09-16 13:37:34下载
- 积分:1
-
例
#include
int main()
{int i,sum=0;
i=0;
while (i
- 2023-08-01 17:45:04下载
- 积分:1