搜索资源列表
intellgence
- 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
netphone101
- 其实这只是个耍人的把戏。希望初学者能从源代码中领悟按钮和文本框的衔接。需要连接库(vb6)-fact it is just playing the game. Beginners can hope that the source code for the drift button and text-box interface. Need to link library (VB6)
SQL SERVER与ACCESS、EXCEL数据转换
- This a p熟悉SQL SERVER 2000的数据库管理员都知道,其DTS可以进行数据的导入导出,其实,我们也可以使用Transact-SQL语句进行导入导出操作。在 Transact-SQL语句中,我们主要使用OpenDataSource函数、OPENROWSET 函数,关于函数的详细说明,请参考SQL联机帮助。利用下述方法,可以十分容易地实现SQL SERVER、ACCESS、EXCEL数据转换,hoto of a general purpose timer/counter card
AddressBook
- 一个简易的VC++地址薄管理程序,实际上是一个Access数据库的操作实例,完成地址薄的添加、删除、修改、搜索等常规管理功能,或许对VC++的新手朋友有一定帮助。-A simple VC++ address book management procedures, in fact, is an example of the operation of Access database to complete the address book of add, delete, modify, search
ColorTV_src
- VC++家电报修管理系统,基于Access数据库,实现了家电故障维修信息的添加、删除、修改等,让维修信息一目了然。提高工作效率。程序实际上很简单,也适合VC++的新手朋友学习VC++的ADO操作。-VC++ appliance repair management system, based on Access database, failure to achieve a household electrical appliance repair information to add, delet
Student
- VC++操作SqlServer数据库的参考源程序 VC++操作SqlServer数据库的一个参考程序,主要包括ADO的使用,压缩包内附带有SQLSERVER的备份文件,附加即可,其实你可以把这个程序当作一个数据库编程的教程,它介绍了VC++如何连接SqlServer,添加、删除、备份、修改数据,包含一些常用SQL语句的语法示例等,自带有一个CHM帮助文档,向你讲解一些基础知识,因此对VC入门级选手特别有用 -VC++ operator SqlServer database referen
oledb-2-13
- ATL OLE_DB数据库引擎模板保存数据到一个简单的数组(42KB)-The ATL OLE_DB Provider templates appear to rely on the fact that your data is kept in a simple array
Setup10415356
- VC++调用BBS论坛的一个高级开发代码,编译测试了一下,可以正常编译及运行,运行后连接一个远程的BBS服务器,并可以获取内容,大家可以看截图,好像调用的是浙江大家海纳百川BBS服务器的内容,其实它是一个bbs客户端程序,能够根据bbs的协议原则,对每个字节进行分析,同时也能够同时显示中文和英文,程序有一个缺点就是速度有时候比较慢,希望朋友们改进。 -VC++ calling BBS forum for a high-level development of the code, compil
database
- 全国计算机三级数据库技术电子书2008年版,其实跟2010版一样-National Computer database technology three books 2008 edition, in fact, as with the 2010 Edition
CList_1
- 一个动态的VC++ CList添加删除数据实例,其实是简单的不能简单的,不过入门者还有些并不熟悉-A dynamic VC++ CList add and delete data instance, the simple fact is not simple, but beginners and some are not familiar with
string
- Lesson 9: C Strings This lesson will discuss C-style strings, which you may have already seen in the array tutorial. In fact, C-style strings are really arrays of chars with a little bit of special sauce to indicate where the string ends. This tutori
CreateNewDB
- Delphi源码动态创建sql2000数据库、数据表,生成.sql文件,在sql2000绿色版下测试通过。注意:企业管理器生成的.sql,需要新建一个.txt文件,把内容复制过来,不然会提示第一句有错,go 要去掉。实现思路:先填写好数据库连接信息,这个不用多说吧,然后创建数据集组件,指定连接Connection1给数据集Query1,调用函数,创建数据库,这里调用CreateNewDB函数,其实到这里基本上已经完成创建工作了。-Delphi source code to dynamically
111m
- 很好用的源码,自己没事瞎琢磨去吧,谢谢。其实就是混个会员资格-Good use of the source code, go blind pondering their own right, thank you. In fact, that is mixed with a membership
Battery
- VB笔记本电脑电池电量状态通用检测程序,附上全部源代码,实际上源代码不多,比较简化的程序,可以顺利编译。-VB notebook battery state of general testing procedures, together with all source code, source code in fact small compared to simplify the procedure can be successfully compiled.
ddzfp
- 斗地主发牌算法,这是参考别人的,贴出来供大家参考,其实发牌算法很简单,就是随机数的生成-Landlords licensing algorithm, which is the reference of others, putting them out for reference, in fact, the licensing algorithm is very simple. is the random number generator
HddProtect
- 硬盘保护的一个简单实现,就是发送Idle Immediate命令给硬盘。实际上thinkpad和hp电脑都是通过这个命令,让磁盘磁头立即收回达到保护磁盘的目的-Hard drive protection, a simple implementation, that is to send Idle Immediate command to the hard disk. In fact thinkpad and hp computers through this command, so that a
vcnetcopy2
- VC使用缓冲流复制文件,本例可掌握缓冲流的创建和使用、建立Windows可视化窗体、缓冲流复制文件的机理等,其实程序过于简单,面向VC++初级用户,如果哪位朋友感觉这方面不熟悉,当然也可参考。-VC copy files using the buffer flow, the flow of patients to master the creation and use of the buffer to build Windows visual form, the buffer flow mech
Battery
- VB笔记本电脑电池电量状态通用检测程序,附上全部源代码,实际上源代码不多,比较简化的程序,可以顺利编译。-VB notebook battery state of general testing procedures, together with all source code, source code in fact small compared to simplify the procedure can be successfully compiled.
ddzfp
- 斗地主发牌算法,这是参考别人的,贴出来供大家参考,其实发牌算法很简单,就是随机数的生成-Landlords licensing algorithm, which is the reference of others, putting them out for reference, in fact, the licensing algorithm is very simple. is the random number generator
