-
ODBC读写Excel
说明: VC++ 直接通过ODBC操作读写Excel表格文件的程序,附上源代码(VC ++ program for reading and writing Excel file directly through ODBC operation, with source code attached)
- 2020-03-28 22:53:22下载
- 积分:1
-
union
This program is used to find the union, intersection and exclusive OR for given two sorted arrays.
- 2009-04-27 00:48:58下载
- 积分:1
-
Random
说明: 动态数组的实现, mutablearray 与array 的区别, 以及跳出循环的过程(The implementation of dynamic arrays, the difference between mutable arrays and arrays, and the process of jumping out of the loop)
- 2020-06-16 14:25:20下载
- 积分:1
-
1. THE NET, c#, while operators such as Excel, This can be modified as the basis...
一个.NET库,在c#中操作EXCEL等,可以在此基础之上修改成适合自己的需求-1. THE NET, c#, while operators such as Excel, This can be modified as the basis for their demands
- 2022-03-11 11:07:16下载
- 积分:1
-
C# InputBox控件源码
C# InputBox控件源码
- 2013-10-03下载
- 积分:1
-
Atmega128
Atmega128的一些程序,包括流水灯,PWM等(The Atmega128 some of the procedures, including water lights, PWM, etc.)
- 2012-04-14 22:46:35下载
- 积分:1
-
oRTP
说明: 该源码主要描述了计算机进行数据实时数据传输时所使用的RTP协议,介绍了该协议的基于C++的API函数,及基本的实现过程,有利用实现网络编程。(The main source of data describing the computer real-time data transmission protocol used by RTP, described the agreement based on C++, API functions, and basic implementation process, there is use for network programming.)
- 2010-04-05 14:52:39下载
- 积分:1
-
stack
数据结构 堆栈 实现了以下功能:
cout<<"----------------主菜单---------------"<<endl
<<"* 1.建立 *"<<endl
<<"* 2.输出 *"<<endl
<<"* 3.判断栈是否为空 *"<<endl
<<"* 4.栈的长度 *"<<endl
<<"* 5.输出栈顶元素 *"<<endl
<<"* 6.进栈 *"<<endl
<<"* 7.出栈 *"<<endl
<<"* 8.遍历 *"<<endl
<<"* 9.数制转换 *"<<endl
<<"* 10.清空 *"<<endl
<<"* 11.销毁 *"<<endl
<<"* 12.退出 *"<<endl
<<"--------------------------------------"<<endl<<endl (data structure stack)
- 2013-11-01 11:05:10下载
- 积分:1
-
SerialDotNet2
原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。
鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。
由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。
本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。()
- 2007-09-06 16:58:26下载
- 积分:1
-
Canny
Canny算子提取边缘,matlab进行图像处理,图像锐化(Canny edge extraction operator, matlab image processing, image enhancement)
- 2010-05-06 13:11:04下载
- 积分:1