搜索资源列表
VisualBasicReportingExam
- 用VB6.0编写的,我以前一直是用VFP,但觉得它不能生成真正的可执行文件,而且在数据处理上不如书本上对VB的介绍那么强大,所以在1999年1月开始学习VB编程,主要针对数据库进行处理,当对VB数据库编程的基础有一定的了解后就想编写个小东西来实践一下,选什么题材呢,想到自己的钱老是莫明其妙的变少,不如就从这方面开始吧。-VB6.0 prepared in the past, I have been with VFP, but felt it could not generate a real e
l7
- 时考虑到在哈夫曼中要每次挑选两个频率最小(即出现次数最小,我那个hNode里的value 是出现的次数),很自然的就想到了std::priority_queue容器,优先队列每次都会弹出队列 中权值最高的元素,这个特性无疑是实现哈夫曼算法的最佳选择。 ... -to consider the Huffman each selected to be the smallest two frequencies (that is, the minimum number, which I hN
pkglxt
- 转载的一个派课管理系统,觉得做得不错.虽然不是自己写的,但好东西需要传播.不是吗?这是用Vb写的,希望对朋友们有帮助-were reproduced in a class management system, think is doing quite well. Although it is not his writing, but good things need to spread. This is not yet used Vb write, and I hope to help frie
mylive11
- 我的生活,一个不错的日记本,相信你回喜欢的!-my life, a good diary of this, I think you like the back!
vcd
- 一个关于VCD销售的系统,界面做得很好看的!我觉得!-a VCD sales of the system, the interface do look good! I think!
第11章
- 自认为不错的书上的经典数据库案例-think a good book on the classic database case
365191126QCZZ
- VB+sql2000实现的汽租赁管理系统,系统稳定,功能齐全,包含数据库文件。本人认为很好用-VB+ sql2000 realized gas lease management system, system stability, a full-featured, including the database file. I think a good use
accessSavePic
- 直以来,好多人认为ACCESS及其他小型桌面数据库无法存取jpg图片,本人也一直在探寻小型数据库存取jpg图片的方法,终于有所收获,试验成功,可以方便地将jpg存到ACCESS数据库中及正常通过image显示,现将代码公布给大家,有这方面需要的朋友可以参考-Straight years, a lot of people think that ACCESS and other small desktop database can not access the jpg image, I have a
DAOandAccess
- 我们将用到两种方法:SQL和DAO类函数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。-We will use two methods: SQL and the DAO class functions to mix to achieve them, head to do so, I think I can make you more convenient and flexible to use them to accomplish what you wa
shujuku
- 数据库源代码(从基础代码到高级代码)个人认为很有用的东西-Database source code (from basic to advanced code code) think something useful
access
- Office办公软件包中的一部分,以其友好的操作界面和卓越的数据管理能力而日益成为中小型管理信息系统的理想开发环境,在各行各业得到了广泛的应用。但在应用中我们发现,Access在报表输出上还存在一些不足:尽管它可以很好地处理一些基于页面的报表,但对一些复杂报表或一些特殊报表的处理能力却很难令人满意,这主要是由于Access系统附带的报表设计器太过直观,缺少了程序设计和文字处理所需的必要的灵活性。而Word作为Microsoft Office家族中的重要成员——字处理器,其强大的文字处理功
SQL-Server2005
- 这是一本有关SQL 2005的应用书籍,个人认为思路很清晰,是一本不可多得的好书-This is a book on SQL 2005 application, personally think that ideas are clear, is a rare books
ShowSsqs
- 是去想的画法 对初学者有一定的意义 课参考-Significance of class reference is to think about the painting for beginners
1_2013815955
- 阿尔额我去问啊热舞热我认为认为他个微软官方微软 个人个人风格他认为都认为热我认为风格的无法温柔额外-Al amount I ask ah dance hot I think that he was a Microsoft official Microsoft Personal style that he thinks are hot I think everyone is extra gentle style that can not be
qt_MySQl
- 编译开发平台: qt5.2.1 功能: 1、登陆到MySQL,在界面中可以浏览在mysql某个表存储的图片, 2、向表中存入图片 3、对表中的图片进行排序, 4、删除图片, 5、截取屏幕的功能 6、从MySQL中下载图片 7、还可以截取实时屏幕并将图像灰度化(黑白),降低像素(降低网络传输的数据量)并在网络中传输到服务 器端(即client_pic端), 操作:附加功能->隐藏(此处设定有网络传输功能,如果不选取只有截取一张图 片的功能)->设
fangdichanguanli
- 这个是一个房地产管理的源码,我觉得此程序的有新的创意.-This is a source of real estate management, I think there are new ideas for this program.
jishuqi
- 大家都认为用SDK做非常难,就是建立框架然后再对框架进行消息处理。 跟Windows自带的计数器很类似,在这里和各位WIN32 SDK爱好者交流交流。-We all think that is very difficult to do with the SDK is to establish a framework and then right framework for message processing. Windows comes with a counter is very simil
processofsurveillance
- 监视进程,监视其他程序进程,个人认为很不错-Surveillance process to monitor the process of other programs, personally think that is pretty good! ! ! !
ACCESS
- 本例子中通过DAO来创建、读写Access文件. 示例中用到两种方法:SQL和DAO类函数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄。-This example is created by DAO, read Access files. Example used in two wa
jishuqi
- 大家都认为用SDK做非常难,就是建立框架然后再对框架进行消息处理。 跟Windows自带的计数器很类似,在这里和各位WIN32 SDK爱好者交流交流。-We all think that is very difficult to do with the SDK is to establish a framework and then right framework for message processing. Windows comes with a counter is very simil