Welcome![Sign In][Sign Up]
Location:
Search - CPP A

Search list

[Windows Kernel基本遗传学习分类系统 SCS.CPP

Description: 基本遗传学习分类系统 SCS.CPP A Simple Classifier System based on Genetic Learning developed from the Pascal SCS code presented by David E.Goldberg 同济大学计算技术研究所 王小平 2000年7月
Platform: | Size: 630784 | Author: a_jmew@sohu.com | Hits:

[OtherKruskal.cpp

Description: 在权值不同的图中寻找一个最小生成树的问题-different weights in the map to find a minimum spanning tree problem
Platform: | Size: 3072 | Author: 刘通学 | Hits:

[AlgorithmNumerical_Recipes_source_code-cpp

Description: Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program's source code
Platform: | Size: 413696 | Author: 贺亮 | Hits:

[Com Portserial232

Description: serial.h serial.cpp 共两个文件,VC串口封装API类-serial.h serial.cpp a total of two documents, VC serial API Class Packaging
Platform: | Size: 2048 | Author: 张佳平 | Hits:

[Othercaculater.cpp

Description: 这是我做的一个简单的计算器 能显示每一步的结果-This is what I do a simple calculator can show that the results of each step
Platform: | Size: 243712 | Author: 黑皮 | Hits:

[VC/MFCAccelerated.Cpp

Description: c++之父所推荐的一本c++入门参考书,一本不可多得的佳作。-c recommended by the father of a c portal reference books, a rare masterpiece.
Platform: | Size: 894976 | Author: | Hits:

[assembly languagedibapi.cpp

Description: 该程序是能够处理图象分割和识别等等内容,为朋友提供图象处理原代码.-that the procedure was able to handle image segmentation and the identification, and so on, as a friend to provide the original image processing code.
Platform: | Size: 2189312 | Author: ww | Hits:

[Otherbridge.cpp

Description: 模拟网桥转发帧的过程。模拟一台两端口的网桥。使用两个数据文件模拟网桥连接的两个局域网段上传输的帧,为了模拟帧传输,从第一个文件读取一个帧,然后从第二个文件读取一个帧,依此类推。对每个帧显示网桥是否会把帧的拷贝转发到其它局域网段,并给出传输结束后网桥中的转发表。-Simulation of bridge frame forwarding process. Simulation of a two-port bridge. Simulation data files using the two bridges connecting the two LAN segment transmission frame, in order to simulate the frame transmission, from the first document to read a frame, and then read from the second document of a frame, and so on. For each frame whether the bridge will show the frame copy forwarded to other LAN segment, and gives transmission after the end of the bridge forwarding table.
Platform: | Size: 63488 | Author: mhb | Hits:

[Crack Hackrsa-cpp

Description: 密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,由于 RSA 加密少量的信息需要大量的时间,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息.-Micronesia chat using 2048bit of RSA data encryption algorithm for data encryption and digital signatures, RSA encryption as a result of a small amount of information requires a large amount of time, suitable for transmission of key or less important and sensitive information and communications. The realization of the news communications security features include 1. authentication, so that the recipient is convinced that the sender is that he or she is the public key corresponding to that person 2. confidentiality, to ensure that only the desired recipient can read the e-mail 3. integrity, to ensure that information during transmission has not been altered 4. confirm the news arrived, the author confirmed that the recipient received the message.
Platform: | Size: 101376 | Author: ivan | Hits:

[Windows Mobilefunambol-cpp-api-6.0.8

Description: This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Currently, Windows, WinMobile and Linux are actively supported, but you can easily build it on other Unixes or other mobile/embedded platforms.-This SDK allows to integrate a syncml stack in a C++ Application on avariety of platforms. Currently, Windows, WinMobile and Linux areactively supported, but you can easily build it on other Unixes or othermobile/embedded platforms.
Platform: | Size: 1950720 | Author: gaoyuesong | Hits:

[VC/MFCCpp

Description: C++开发语言教材,对初学入门人员有效果,是一本不可多得的入门级教材.-C++ Develop language teaching materials, for beginners there is the effect of entry staff is a rare entry-level teaching.
Platform: | Size: 7232512 | Author: xiao | Hits:

[ADO-ODBCsvd.cpp

Description: compute single value decomposition of a matrix in c
Platform: | Size: 70656 | Author: 张记清 | Hits:

[Algorithmsvd[1].cpp

Description: The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
Platform: | Size: 72704 | Author: 大宾 | Hits:

[AlgorithmCPP

Description: NORAD公布的两行星历数据计算轨道参数模型,本程序包括SGP SGP4 模型,是用C++写的!前面上传了matlab版本,请读者搜索一下就可以找到-NORAD released two calendar data planet orbit-parameter model, the process includes the SGP SGP4 model is C++ Written! From in front of a matlab version, readers can be found on search
Platform: | Size: 97280 | Author: zhanglin | Hits:

[AI-NN-PRbashuma.cpp

Description: C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
Platform: | Size: 2048 | Author: maxwell | Hits:

[Otherredblacktree.cpp.tar

Description: 一个关于读写红黑树的数据结构算法。c++写的。-A red tree on the reading and writing data structures algorithm. c++ written.
Platform: | Size: 4096 | Author: cupidove | Hits:

[Compress-Decompress algrithmshuffman.cpp

Description: c++实现霍夫曼编码,用户先输入一段文字,然后程序执行统计并进行编码,最好输出编码并统计编码平均长度。有类和无类两种形式源代码-c++ achieve the Huffman code, the user to enter a section of text, and then the implementation of statistical procedures and codes, the best output encoding and statistical encoding the average length. There are categories and types of two forms of source code
Platform: | Size: 156672 | Author: 秦一 | Hits:

[Internet-NetworkBandWidthControl.cpp

Description: QOS流量控制,利用QOS编程,简单易懂,是个很好的源程序。-QOS flow control, use of QOS programming, easy to understand, are a good source.
Platform: | Size: 2048 | Author: piaoyun | Hits:

[mpeg mp3avcodec_sample.cpp.tar

Description: 一个Ffmpeg库打开视频文件的例子,基本包含开发所需要的步骤,并详细说明其作用-Ffmpeg library to open a video file of the examples include the development of the basic steps required, and detailed description of its role
Platform: | Size: 2048 | Author: Athlon Yi | Hits:

[Mathimatics-Numerical algorithmsjacobi.cpp

Description: jacobi algorithm (an iterative method of solving a matrix system)
Platform: | Size: 1024 | Author: salvo_totoli | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net