资源列表
RWExcel
- 本源码的开发环境为vc6.0,并以成功编译,实现了在vc环境下通过ODBC方法对Excel文件进行读和写的功能。
ArxDatabase
- 运用VC的ado调用网络SQL SERVER,可写入图象文件,并可读区图象文件为某一文件名的形式存储在本地机器上。-ado use VC network called SQL Server can be written into the document image, the image area can be read for a particular document in the form of documents were stored in the local machine.
2004081814251013426
- 还可以啦!!有问题请讲-can! ! There are problems, please
4
- 这是比较好的例子,可单独使用,也可添加为功能模块使用,-This is a good example can be used alone, can also be added as a functional module,
2
- 1. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[n]为一个布尔型数组,n为数组大小。由于2是第一个素数,所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应
5
- 1. 编写一个使用指针返回类型的函数,使用该函数在字符串中搜索一个子串,并返回第一个相匹配的子串指针。该函数的原型如下: 输入为3行。第一行为两个整数,表示字符串和需要查找的子串的长度。第二行为字符串,第三行为子串。 输出见main函数。 程序的一个输入输出样例为: Enter the length of string and substring 10 5 abcdefghij defgh find substring:defghij -1. Write a
db
- 数据库操作--ODBC篇(随书光盘)-database operations -- Part ODBC (CD with the book)
vfp-Plugin
- 此示例,演示foxpro做插件功能,很簡單在此不多說,具體請看源碼!
program
- 数据结构程序设计,按照老师要求,对迷宫,多项式相乘,大数相乘问题进行解决。-Data structure programming, the teacher asked, maze, multiplying polynomials, multiply large numbers issue resolved.
sqlserverback
- sql完全备份 目的中的备份到如果原来有路径和名称则选中名称点删除,然后点添加,如果原来没有路径和名称则直接选择添加-The purpose of a full backup sql backup to have if the original path and name of the selected point of the deletion of the name, then add, if the original path and name did not directly selec
EX_Database07
- 使用ADO技术在Access表中添加记录的小例子
sjcl
- 一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:\Program Files\database\即可,数据处理功能齐全,而且在视图列表中,双击某一条记录即可进行修改,非常方便。而且界面按钮都是经过处理的特别漂亮。-A small database software used to prepare VC, databases with ACCESS, the data source using ODBC,
