Location:
Search - www.pudn.c
Search list
Description: Visual C++的编程实例,可供初学者和研究者的学习和修改。内容繁多,建议把实例3~30都下载。同时感谢www.pudn.com网站,提供了程序员和技术人员学习的机会。-Visual C programming examples for beginners and researchers of learning and revision. The variety, proposed three examples to 30 downloaded. Thanks www.pudn.com website, the programmers and technical staff of learning opportunities.
Platform: |
Size: 135373 |
Author: 罗志灶 |
Hits:
Description: 如意小助手这个用C#和SQL Server 2000编写的餐厅管理系统软件.由四个组 ...[ZLDQ.rar] - 此为本人经过长达3年多的呕心沥血搜集整理而的CHM版的综合资料大全,内容函盖了软件技术(DELPHI,NET,JAVA方面)、项目管理(项目文档、需求、风险、测试、辅助. 文件列表(点击判断是否您需要的文件): 如意餐厅小助手 ...
www.pudn.com/downloads31/sourcecode/windows/csharp/detail101379.html - 19k - 补充材料 - 类似网页
Platform: |
Size: 25207 |
Author: zengyuanqing |
Hits:
Description: 一、简介
VSession语音通信控件通用版。VSession语音通信控件版本2.0,集成G729A压缩算法,实时传输协议,支持一对一(点对点),一对多(广播式),多对多(会议式)的实时通话,话音清晰流畅!使用简单方便!如果你只需要进行点对点的通话,你也可以在http://www.pudn.com/dl.asp?id=379110或者http://www.skycn.com/soft/40977.html 或http://blog.csdn.net/nuaacsq/;下载语音通信控件点对点专用版!
VSession语音通信控件适用于:VC++,VB, NET平台,C++Builder,DELPHI,.或网页应用程序等。您只要先在系统中注册控件(双击开发包中的文件“安装.bat\",可完成控件的注册)然后在各种开发环境下就可以像使用一般控件一样地方便地使用了。
Platform: |
Size: 338097 |
Author: Chsq |
Hits:
Description: 有人发过) [ 1 2 ] frogsu 2007-10-26 17 558 2008-02-17 10:...PCI总线设备开发宝典 清晰版 ( +5 ) hndaszlxm 2006-11-08 12 1728 2007-12-29 08:16 by: cmysndht 【转载...
www.hjcz.org/bbs/thread.php?fid-45.html 65K 2008-2-21 - 百度快照
www.hjcz.org 上的更多结果
PCI总线的中断处理技术 EBooks 电子书籍 - www.pudn.com
[Addison.Wesley.pci.Express.System.Architecture.eBo] - pci Express系统结构电子书 [pciBusDevelopCD.rar] - pci总线设备开发宝典随书自带光盘,有Pci9052源代码,原理图等 [徐士良C常用算法程序集(第二版).rar] - 徐士良C常用算法...
www.programsalon.com/downloads40/ebook/de ... 12K 2007-10-21 - 百度快照
Platform: |
Size: 5361732 |
Author: |
Hits:
Description: 欢迎光临程序员联合开发网(www.pudn.com),目前源码总数389627,今日更新14个. 【下载中心】
继续下载文件22641
您当前还不能下载源码,您必须上载5个C或Java的好源码站长审核后才能下载(如果已上载请等待2小时后再试,查看您的上载日志, 初学者如何在线阅读源码)。也可以【立刻开通VIP会员】。您是愿意继续在门外观望,还是愿意进来享受这里的一切?请【上载源码】,站长审核后会开通您的帐号。Pudn大家庭欢迎您的加入!有疑问【请留言】。
Platform: |
Size: 1167291 |
Author: copycat |
Hits:
Description: 一个简单的c++编写的计算器-a simple caculator writen by c
Platform: |
Size: 20480 |
Author: mch |
Hits:
Description: 计算器 能够分析表达式,看看吧,很有用的,用能挺强的-Computer can analyse the expression.Look at it,it is useful and it s function is effective.
Platform: |
Size: 75776 |
Author: 清澈 |
Hits:
Description: 功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successfully
Platform: |
Size: 313344 |
Author: 熊方勋 |
Hits:
Description: Visual C++的编程实例,可供初学者和研究者的学习和修改。内容繁多,建议把实例3~30都下载。同时感谢www.pudn.com网站,提供了程序员和技术人员学习的机会。-Visual C programming examples for beginners and researchers of learning and revision. The variety, proposed three examples to 30 downloaded. Thanks www.pudn.com website, the programmers and technical staff of learning opportunities.
Platform: |
Size: 223232 |
Author: 罗志灶 |
Hits:
Description: 程序说明:
Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。
DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍
聚类示例数据来自于sxdb.mdb,一个Access数据库。
已知问题及进一步改进建议:
问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合
解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果
上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同
解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同
进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte)
然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作
也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^
Eric Guo
<http://www.cnblogs.com/ericguo/>
-procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: |
Size: 26624 |
Author: Huang Yi |
Hits:
Description: Slow C++ Compilations?
IncrediBuild makes MSVC compile 10 times faster. Free 30-day trial
www.xoreax.com
-Slow C Compilations IncrediBuild makes MS VC compile ten times faster. Free 30-day trial ww w.xoreax.com
Platform: |
Size: 289792 |
Author: 胡蜂 |
Hits:
Description: 如意小助手这个用C#和SQL Server 2000编写的餐厅管理系统软件.由四个组 ...[ZLDQ.rar] - 此为本人经过长达3年多的呕心沥血搜集整理而的CHM版的综合资料大全,内容函盖了软件技术(DELPHI,NET,JAVA方面)、项目管理(项目文档、需求、风险、测试、辅助. 文件列表(点击判断是否您需要的文件): 如意餐厅小助手 ...
www.pudn.com/downloads31/sourcecode/windows/csharp/detail101379.html - 19k - 补充材料 - 类似网页
-Wishful small assistants that use C# And SQL Server 2000 prepared by the restaurant management system software. By the four group ... [ZLDQ.rar]- This is my After 3 years of dedicated collecting and collating the CHM version of the integrated Sourcebook, which covers software technology (DELPHI, NET, JAVA), the project management (project documents, demand, risk, testing, aids. document list (click to determine whether you need a document): Ruyi Restaurant helper .. .www.pudn.com/downloads31/sourcecode/windows/csharp/detail101379.html- 19k- supplementary materials- Similar pages
Platform: |
Size: 24576 |
Author: |
Hits:
Description: 一、简介
VSession语音通信控件通用版。VSession语音通信控件版本2.0,集成G729A压缩算法,实时传输协议,支持一对一(点对点),一对多(广播式),多对多(会议式)的实时通话,话音清晰流畅!使用简单方便!如果你只需要进行点对点的通话,你也可以在http://www.pudn.com/dl.asp?id=379110或者http://www.skycn.com/soft/40977.html 或http://blog.csdn.net/nuaacsq/;下载语音通信控件点对点专用版!
VSession语音通信控件适用于:VC++,VB, NET平台,C++Builder,DELPHI,.或网页应用程序等。您只要先在系统中注册控件(双击开发包中的文件“安装.bat",可完成控件的注册)然后在各种开发环境下就可以像使用一般控件一样地方便地使用了。-err
Platform: |
Size: 337920 |
Author: Chsq |
Hits:
Description: 用C++编写的一个不错的windows编程计算器程序-err
Platform: |
Size: 1890304 |
Author: zhoubin |
Hits:
Description: C陷阱与缺陷的中文和英文版,http://www.pudn.com/downloads9/ebook/detail35740.html李李的上载是有加密的,这个没有,解压即可-《C Traps And Pitfalls》editions in Chinese and English
Platform: |
Size: 5010432 |
Author: |
Hits:
Description: JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。[编辑本段]JSON与XML的比较
◆可读性
JSON和XML的可读性可谓不相上下,一边是建议的语法,一边是规范的标签形式,很难分出胜负。
◆可扩展性
XML天生有很好的扩展性,JSON当然也有,没有什么是XML能扩展,JSON不能的。
◆编码难度
XML有丰富的编码工具,比如Dom4j、JDom等,JSON也有json.org提供的工具,但是JSON的编码明显比XML容易许多,即使不借助工具也能写出JSON的代码,可是要写好XML就不太容易了。
◆解码难度
XML的解析得考虑子节点父节点,让人头昏眼花,而JSON的解析难度几乎为0。这一点XML输的真是没话说。
-The JavaScript Object Notation (JSON) is a simple and lightweight data interchange format. This project provides libraries for manipulating JSON objects for various languages. For more information on JSON, visit http://www.json.org/
Platform: |
Size: 663552 |
Author: 王洋 |
Hits:
Description: 一个开源的NTP客户端程序,遵循rfc1739标准进行系统时间对时-an open source NTP client program, which follows the standard rfc1739
Platform: |
Size: 295936 |
Author: 马志勇 |
Hits:
Description: 企业网站管理系统能帮助你更好的更高效的实现企业管理-Enterprise website management system can help you better achieve more efficient business management
Platform: |
Size: 3015680 |
Author: starwin |
Hits:
Description: 控制AD采样的程序,希望对大家能有所帮助!不对之处请多多指导!-I think it is a goog pragram ,I hope it is good for you !
Platform: |
Size: 1024 |
Author: zhuyujie |
Hits:
Description: 1. 这是对之前MyOOCFwV1_0(http://www.pudn.com/downloads229/sourcecode/middleware/detail1079540.html)的完善,解决了之前的bug
2. 新添源码(src目录下):CharString、链式栈、链式队列、先序二叉树
3. 新添测试代码,放在test目录下
4. 运行环境:Linux + Eclipse IDE for C/C++ Developers-1. This is the improved version of the previous MyOOCFwV1_0(http://www.pudn.com/downloads229/sourcecode/middleware/detail1079540.html), having checked out and resolved some bugs
2. New source codes(under "src"): Char String, Linked Stack, Linked Queue, PreOrder Binary Tree
3. New codes for testing is under the directory of "test"
4. Enviroment: Linux+ Eclipse IDE for C/C++ Developers
Platform: |
Size: 33792 |
Author: |
Hits: