搜索资源列表
再现Windows的CD播放器
- 再现Windows的CD播放器 AppWizard has created this MyCDPlayer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file con
L-studio.bin
- 我上载过l系统代码,但是如果没有这个编译器的话,代码是看不了的,那些代码也变得毫无意义。这个软件网络上是没的下载的(不信上网找),是我实验室中花了500美金买的。-I posted off-system code, but without the compiler so, the code is not to see, those codes become meaningless. The network software is not downloaded from the (not beli
BPVB
- BP算法VB源代码,在网上找的,不知能不能用-BP algorithm VB source code on the Internet to find, I do not know if can use
ddvip_com_053157d3a2547b
- 一个很难找到的,我找到了 哈哈,可以-a very difficult to find, I found a haha, you can try
GPRSAT
- GPRS的AT指令集合,从网上找的,希望对大家有所帮助!-GPRS AT command set, from the Internet to find, I hope you all have a right to help!
a[i]=i
- 寻找数组中a[i]=i分治算法,主要采用类似的二分法的算法-find an array a [i] = i partition algorithm, similar dichotomy in the algorithm
WINPY.WINPY.TXT 有WINPY.MB转换得来
- WINPY.TXT 有WINPY.MB转换得来,用于拼音输入和汉字拼音对照。网络上没找到。,WINPY.MB conversion WINPY.TXT have come for the Chinese phonetic alphabet input and control. Not find the network.
hgeAnimation.rar
- hge的程序小demo,不是自己写的,也是从网上找的,希望大家能有用!,hge procedures for a small demo, not her own writing, but also from the Internet to find, I hope we can be useful!
wavlet.rar
- 一本经典的小波教程!很难找的哦。本人在学习的过程中,通过这本书,有了更深的体会,A classic wavelet tutorial! Oh, very difficult to find. I am in the learning process, through this book, with a deeper understanding
ICO
- 本人收集了用vb做程序设计的一批图标,欢迎大家下载使用。-I collect with vb programming so a group of icons, are welcome to download.
find-files
- VB开发人员都会遇到文件定位的问题。VB提供的Dir[(pathname[, attributes])]函数应该可以满足各种文件定位问题。使用Dir函数时,我们必须给它提供文件的全部路径,否则是找不到的。而有时我们往往是不知道文件的路径的,如果要利用该函数来定位文件,我们必须编写一定的代码。笔者在利用该函数编制查找文件的函数时,颇费了些工夫,可是发现查找的效率不高,效果不太理想。那么有没有编码少且更快的方法查找文件呢?笔者后来利用一个 API函数成功地编制了一个高效率的查找文件的函数。-VB d
MFCgraphicsApplication
- 这是一个非常好的MFC绘图实例,我找了很久才找到,希望和大家一起分享!用VC++编写的.-This is a very good example of MFC graphics, I find for a long time to find, I hope to share with everyone! Using VC++ prepared.
tsqt
- 本程序为天书奇谈起点专区辅助工具,内有自动战斗(调用游戏本身自动功能,可有效减少操作时间),人物一键加药,宠物一键加药,挂机采集这几个功能。 文件说明: HH.exe为主程序(必要文件) config.ini为配置文件(必要文件) cjfb.edb为存放采集封包的数据(必要文件) 外挂作坊1.5-第六版.ec,Super-EC_3.0.ec,外挂海万能模块1.7贺岁版.ec三个为模块(只需要用工具的可以删除) HH.e为易语言源码(只需要用工具的可以删除) 程序使用的
jiemiandaima
- 做一个简单的界面,从书上找到,希望有用吧,可以参考下-A simple interface, from the book to find, I hope it be useful, you can refer to the following
AnimationDemo
- 用CSharp做的动画程序,从网上找到的,感觉不错,与大家共享-CSharp do with the animation process, from the Internet to find, I feel good, and share
CPP-Module-I
- C++ is a powerful language that unifies high-level programming paradigms, such as object oriented programming, with low-level efficiencies, such as the ability to directly manipulate memory. For these reasons, C++ has been embraced as the language of
wajinzi
- 挖金子程序的源代码,从网上找的,我上传是为了下载另一个文件-Digging gold program source code from the Internet to find, I upload to download another file
ACM
- ACM里面的1100,建议大家慢慢学些C++,还有一些大家可以找我要-ACM inside of 1100, everyone slowly learn C++, we can find I want to
2.NoteBookExFind
- C#写的一个记事本类似的文本编辑器,不是我写的,我也是在PUDN上下的,源文件叫NoteBook,现在找不是网址了,不好意思。我之所以上传是因为我为他增加了后台监视剪贴板的功能,只要剪贴板发生就可以查找了。其中我做的工作是,增加后台进程,增加发送接收消息机制,改变原作者的打开保存乱码问题。本人没学过C#(我用C++),不好意思,搞了一天才搞定,之前没搞过,软件还有很多bug,凑合能用,我也是为了项目需要才要做的,别人再改吧,我的联系方式laoshufeifei@qq.com-Similar to
QSearchStr
- 一种改进的Boyer-Moore的字符串查找算法(Sunday),比BM算法快3倍以上,尤其适合长串的查找。 本人编写的类CQSearchStr以无符号字符串形式查找,故可广泛用于非ANSI编码的程序。-An improved Boyer-Moore string search algorithm (Sunday), than BM algorithm is more than three times faster, especially for long strings Find.