资源列表
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]所对应
4
- 这是比较好的例子,可单独使用,也可添加为功能模块使用,-This is a good example can be used alone, can also be added as a functional module,
2004081814251013426
- 还可以啦!!有问题请讲-can! ! There are problems, please
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.
RWExcel
- 本源码的开发环境为vc6.0,并以成功编译,实现了在vc环境下通过ODBC方法对Excel文件进行读和写的功能。
database
- 一共有三路串口数据,两路的数据量比较大。串口传上来的一个数据,就绘图,实时显示。一路串口数据量是一秒钟60个数据,另外一路串口数据是一秒钟126个数据。数据在显示后就存在数据库中,数据库操作用的是ado,一个个addnew()。-A total of three-way serial data, the two larger than the data. Pass up a serial port data, graphics, real-time display. All the way to
khgl
- 客户管理,管理客户资料。可新增,修改,删除,快速查询客户资料。-Customer management, management of customer data. Can add, modify, delete, fast query of customer data.
comlink_client
- 数据库读写,串口发送。修改源码中的表结构即可实现ODBC数据库读取发送-Database read and write, serial send. Modify source code in the table structure can be realized ODBC database to read sent
asd
- 车友俱乐部管理会员,这是一款帮助车店管理的数据库系统-Bikers club management members, this is a bike shop to help manage the database system
drug
- 基于Visual Basic和SQL Server实现的药物管理系统,管理药物的进库和销售,药物的查询等。-err
3
- 数据库、XML实例 实例22 mysql类库完成MySQL数据库的添加、删除和修改 实例23 mysqli类库完成MySQL数据库的添加、删除和查询 实例24 获取服务器和系统信息 实例25 分页显示信息 实例26 使用PHP简单实现BBS程序 实例27 使用0DBC函数库完成数据库操作 实例28 使用DOM处理XML-Databases, XML instance Examples 22 mysql MySQL data
