搜索资源列表
CH14.rar
- c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
CH12.rar
- c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
CH19.rar
- c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
库存管理系统(C++)
- 库存管理系统(C++) 一个C++编写的库存管理系统,拥有增加删除修改输出存盘等功能,学习C++的好程序-repertory management system (C++): A repertory management system using C++. It includes \"add\", \"delete\", \"modify\", \"output\", \"save\" etc. It is useful for C++ leanner.
《C++Builder编程实例技巧》全部源代码
- 这是《C++Builder编程实例技巧》一书中的全部源代码,不用多说了吧。有需要的请拉吧,不要问我书在哪,我也只是偶而发现,顺手收藏.-This is the "C Programming examples Builder skills," a book full source code, the answer of the hour. The need to pull it please, do not ask me what book, I have found only
C++经典数值算法源码
- C++经典数值算法源码 非常难得的经典算法,赶快下载吧-C classical numerical algorithm is a rare source of the classic algorithms, it quickly download
C语言常用算法源代码(荐)
- 包括大量C语言常用算法源代码,我认为还不错的,好东西大家共分享,希望能给大家帮助。-including a large number of commonly used algorithm C language source code, I think it is good, the good things we were sharing the hope that we can help.
XfokSite.Netv1.0
- 一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库,名称为 XfokSite_Free (必须为这个名字) 3、选择该数据库,点击鼠标右键 -> 所有任务 -> 还原数据库 -> 从设备 -> 选择设备 -> 添加 -> 选择程序目录下的数据库里面的文件 二、安装程序 1、如果程序没有放在虚拟目录下,请把所有文件放在网站根目录下,否则会提示出错。 三、设置 1、
黑客反汇编揭秘
- 要知道黑客是怎么练成的,除了要有很好的基础外,还要有专门的工具和技术文章。这本书值得看呀-to know how hackers are challenged, in addition to a very good foundation, but also have specialized tools and technical articles. This book deserves at it
JAVA初学者最新教程
- 针对越来越多的用户喜欢JAVA,我特意奉献给大家JAVA初学者教程,希望能对大家的编程有所帮助,不过,我本人并不喜欢JAVA,所以也没法给大家太多的意见,见谅-response to the increasing number of users like Java, I deliberately dedicated to all Java beginners guide, we hope for programming help, but I do not like Java, so it ca
crypt111
- 测试Linux从2.4内核开始就非常好的支持了网桥,并且还支持生成树协议等高级应用。加入网桥的物理 端口将不分配IP地址,只有网桥虚拟端口可以分配IP ... 4,修改/etc/sysconfig/network-tests from the Linux kernel 2.4 on the very good start to support the bridge, It also support the Spanning Tree Protocol and other advanced app
cyycyhssc
- c语言常用函数手册,免去大家查找函数的过程,用起来非常方便-c function commonly used language manual, we search function is dismissed from the process, it is very convenient use
java_study_code
- this is java book source,use it to study java 2-this book source, use it to study java 2
fuzzyprogrammingofyounger
- 这个程序,是学习模糊数学和软计算的基础,很难得的求隶属度的基础算法!用VB实现,希望大家能够支持,同时要求多加点数!-this procedure is learning fuzzy math and calculated on the basis of soft, it is difficult for the membership based algorithm! VB hope you will support it and request more points!
matlabintro
- very good soft believe it or not ,please come here and download it -very good soft believe it or not, please come here and download it
MATLABGRAPHING
- very good soft believe it or not ,please come here and download it -very good soft believe it or not, please come here and download it
MatlabProgramming
- very good soft believe it or not ,please come here and download it -very good soft believe it or not, please come here and download it
Windows32-asm-lo
- Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本
853
- Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
