搜索资源列表

  1. cvery_47098510

    0下载:
  2. attendance.exe个人考勤软件是我的一个习作,去年初调试完成后,我把它的全部源码在VC知识库网站(http://www.vckbase.com/)发表,那可以称为1.0版,当时的初衷是介绍我在开发基于对话框的VC++应用程序时如何解决打印和打印预览这个难点问题的。最近我把它又作了一些修改、完善,算作2.0版,准备上传到贵网站介绍给大家。算不上有什么多大的实用价值,一般朋友也就拿来玩玩吧,对于那些遭遇到刻薄、自私、不通人情的老
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:176128
    • 提供者:nickylee
  1. BaseExp

    0下载:
  2. 产生ECC 加密 算法 要选 取的基-ECC encryption algorithm to generate the selected base
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:leslie
  1. fb_library

    0下载:
  2. 提供各种高级界面窗口的基类-Window to provide a variety of high-level interface base class
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:285696
    • 提供者:风凉
  1. good

    0下载:
  2. q new oscilligragh with the free source, which can be compared with the signallab. Best Recommendation for the noncommercial develop as a base cla
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:58368
    • 提供者:朱力军
  1. TaskbarIcon

    0下载:
  2. 任务栏图标添加、删除、闪烁。 右下角图标添加、删除、闪烁 任务栏图标全攻略。 本程序在原有代码基础上修改。纯以交流为目的。-Taskbar icon to add, delete, blinking. The lower right corner of the icon to add, delete, flashing the taskbar icon Raiders wide. This procedure to modi
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:59392
    • 提供者:扎克
  1. GLTemp

    0下载:
  2. OpenGL MFC 基类 VC++程序源码 定义了COpenGLBase类,使OpenGL与MFC结合变得简单方便。-OpenGL MFC base class VC++ Procedures defined COpenGLBase source categories, so that combination of OpenGL and MFC has become easy and convenient.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:fei243
  1. VC++.base

    0下载:
  2. 学习VC++的最基础程序,不可不看,不可不学.-Learning VC++ The most basic procedures, can not see, can not learn.
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-20
    • 文件大小:6589440
    • 提供者:yyz
  1. fft

    0下载:
  2. 基2分频与基于分裂基的fft的实现,特别是新型的倒序算法提高了程序的质量-Base 2-splitting based on the realization of fft-based, especially the new type of reverse algorithm to improve the quality of the procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kevin
  1. sort

    0下载:
  2. 提供的完整的基数排序代码,且该程序通过VC++6.0调试通过,是学习数据结构基数排序的理想资料-Base to provide a complete sort code, and that the procedure VC++ 6.0 debug is passed, is learning to sort the data structure of an ideal information base
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:135168
    • 提供者:杨光
  1. EasyAnalysis

    0下载:
  2. 实现图像处理基本操作的函数库,里面有分割,滤波,增强,边缘检测,形态学操作等基本函数的实现。设计了图像的基类,扩展性好-Image processing to achieve the basic operation of the library, there are segmentation, filtering, enhancement, edge detection, morphological operations, such a
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:3845120
    • 提供者:herman
  1. SortComparor

    0下载:
  2. 比较插入、归并、快速、基数四种排序算法的性能-Comparison of insertion, merge, fast, and base the performance of four sorting algorithms
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:廉静
  1. Orderjishu

    0下载:
  2. 本程序是关于基数排列的程序,是用线性裱的数据结构方式来实现-This procedure is arranged on the base of the procedure, is mounted with a linear data structure approach to the achievement of
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:马维维
  1. Graph

    0下载:
  2. 图的基类以及最短路径算法,dijkstra,floyd,Kruskal算法等,代码来自北大赵海燕老师编著的数据结构与算法。-Graph base class as well as the shortest path algorithm, dijkstra, floyd, Kruskal algorithm, code Zhao Haiyan teachers from Beijing University and edited by t
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:663552
    • 提供者:张淼
  1. jicheng

    0下载:
  2. 定义点Point类作为基类,在此基础上派生出直线Line类和圆Circle类,在Circle类的基础上以不同的属性派生出圆柱Cylinder类和球Spheroid。并要求基类和各派生类具有以下特点: (1) Line类含有计算直线长度和斜率的成员函数。 (2) Circle类含有计算圆面积的成员函数。 (3) Cylinder类含有计算圆柱表面积和体积的成员函数。 (4) Spheroid类含有计算球体的表面积和体积的成
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:482304
    • 提供者:
  1. vodServer

    0下载:
  2. VOD核心源码服务器端,使用Visual C++,需要一定的C++基础,和流媒体知识-VOD core-source server-side, the use of Visual C++, Needs some C++ Base, and streaming media knowledge
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-20
    • 文件大小:169984
    • 提供者:smith
  1. PMS-2

    0下载:
  2. 基DCOM的C/S架构项目管理软件,当前已实现了BUG跟踪功能 供有兴趣的学习、使用和完善。 PMS.exe 是客户端 PMSServer.exe 是服务端-DCOM base of the C/S structure of project management software, the current has been achieved for tracking BUG interested to learn, use and im
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:1229824
    • 提供者:胡虎
  1. display

    0下载:
  2. 地理信息系统的一个功能,对底图进行显示!-GIS, on the base map display
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2704384
    • 提供者:叶风
  1. 5

    0下载:
  2. 共计5个文件:其中4为基础界面程序,1个为硬件接口测试程序。-There are 4 base project *.EXE about quick autoruning and 1 interface test project *.EXE
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:6141952
    • 提供者:wei
  1. chinesechess

    0下载:
  2. 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:朱雪松
  1. XLRecover

    0下载:
  2. 铁路工程中恢复既有线的程序,可以无需曲线资料的情况下按底图中既有线线位快速的进行用地界恢复等工作.-Railway projects in the restoration of the existing line of the procedure, you can no need to curve information both base line by line to land bit faster job sector recov
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:287744
    • 提供者:xxx
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org