搜索资源列表

  1. hack1211212

    0下载:
  2. 黑客编程代码,包括远程控制代码,enumnetresource代码.cpp,enumsql代码.c-hackers programming code, including remote control code enumnetresource code. cpp, enumsql code. cpp etc.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-04
    • 文件大小:244736
    • 提供者:孙辉
  1. Viterbi(cpp)

    0下载:
  2. OFDM信道编码,用vc实现Viterbi算法-OFDM channel coding, using vc Viterbi Algorithm
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:张秀锋
  1. dibapi.cpp

    0下载:
  2. 该程序是能够处理图象分割和识别等等内容,为朋友提供图象处理原代码.-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.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-04
    • 文件大小:2189312
    • 提供者:ww
  1. studentscore

    0下载:
  2. 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:huangfeng
  1. wince

    0下载:
  2. See Hanoi.cpp for the implementation of this cla
  3. 所属分类:Windows CE

    • 发布日期:2024-05-04
    • 文件大小:805888
    • 提供者:蔡亮
  1. Huffman

    0下载:
  2. 此文件为huffman编码的.cpp及.h文件,实现Huffman压缩编码-This document is for huffman coding. Cpp and. H files, realize Huffman Coding
  3. 所属分类:图形图象

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:冯雪
  1. OpenSVM-1.0.1-Beta-SRC(2)

    0下载:
  2. OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:620544
    • 提供者:njustyw
  1. graphfx_demo

    0下载:
  2. GraphFX - A graph fr a mework.(bar型图表的显示) CGraphFX fr a meworks, include GraphFX.h, GraphFX.cpp, Screen.h, Screen.cpp, ItemArray.h, ItemArray.cpp, Item.h and Item.cpp to your project. -GraphFX- A graph fr a mework. (
  3. 所属分类:绘图程序

    • 发布日期:2024-05-04
    • 文件大小:196608
    • 提供者:wang an
  1. rsa-cpp

    0下载:
  2. RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。-RSA encryption C source code 1978 on the emergence of this algori
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:zen
  1. bridge.cpp

    1下载:
  2. 模拟网桥转发帧的过程。模拟一台两端口的网桥。使用两个数据文件模拟网桥连接的两个局域网段上传输的帧,为了模拟帧传输,从第一个文件读取一个帧,然后从第二个文件读取一个帧,依此类推。对每个帧显示网桥是否会把帧的拷贝转发到其它局域网段,并给出传输结束后网桥中的转发表。-Simulation of bridge fr a me forwarding process. Simulation of a two-port bridge. Simulat
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:63488
    • 提供者:mhb
  1. win32

    0下载:
  2. 《虚拟机的设计与实现c/cpp》(win32平台)源码 好东西大家熟知不多说- Virtual Machine Design and Implementation of the c/cpp (win32 platform) source familiar with few good things we said
  3. 所属分类:书籍源码

    • 发布日期:2024-05-04
    • 文件大小:300032
    • 提供者:teddy
  1. ElGamal

    0下载:
  2. ElGamal密码算法的程序实现,在Dev-Cpp下编译通过,程序中还有较详细的注解.-ElGamal cipher program in Dev-Cpp compiler under the adopted procedures are more detailed comments.
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:杨挺
  1. rsa-cpp

    0下载:
  2. 密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,由于 RSA 加密少量的信息需要大量的时间,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息.-Mi
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:101376
    • 提供者:ivan
  1. shiyancankaoCPP

    0下载:
  2. 清华大学郑莉教授的C++源代码,CPP文件,适合C++的初学者 ,希望对大家有用-Tsinghua University Professor Zheng Li s C++ Source code, CPP file for C++ Beginner, I hope for all of us useful
  3. 所属分类:书籍源码

    • 发布日期:2024-05-04
    • 文件大小:52224
    • 提供者:潘云
  1. RSAraw

    0下载:
  2. 基本C++版RSA加密解密,只有一个cpp文件,供初学者参考修改(不完整版)-Basic C++ Version of RSA encryption and decryption, there is only one cpp file, for beginners reference Laws (incomplete version)
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:xyin
  1. Kmeans

    0下载:
  2. 包含两个文件KMEAN.h,KMEAN.CPP,使用方法非常简单,将数据存成.dat文件,即可对其进行K均值聚类-Consists of two documents KMEAN.h, KMEAN.CPP, very simple to use, the data saved as. Dat file can be K-means clustering
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:XSSun
  1. Plane

    0下载:
  2. 飞机模型-模拟飞机飞行.visual studio.net2005-mfc+opengl.deep exploration 导出opengl cpp文件.-err
  3. 所属分类:OpenGL

    • 发布日期:2024-05-04
    • 文件大小:9887744
    • 提供者:daluo
  1. CPP-Reference

    0下载:
  2. 非常实用的标准C/C++参考文档,希望能与大家共享~-Very useful standard C/C++ Reference documentation, hoping to share with you ~
  3. 所属分类:文档资料

    • 发布日期:2024-05-04
    • 文件大小:161792
    • 提供者:朱建勋
  1. Cpp.Coding.Standard

    0下载:
  2. Cpp Coding Standard 国外某网站倡导的C++编程风格-Cpp Coding Standard advocated a site abroad C++ Programming style
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:228352
    • 提供者:xupan
  1. CDib

    0下载:
  2. CDIB 类 包括.h和.cpp文件 加入工程即可-CDIB includes. H and. Cpp file to the project can be
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:匡木
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org