您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Accelerated C# 2005(英文版)

  2. 该书全面的介绍了C#的一些知识。Visual C# .NET (C#) is relatively easy to learn for anyone familiar with another object-orientedlanguage. Even someone familiar with Visual Basic 6.0, who is looking for an object-oriented language,will find C# easy to pick up. Howev
  3. 所属分类:C#

    • 发布日期:2007-08-02
    • 文件大小:2097152
    • 提供者:wanglang002004
  1. 轻量级C++编译器devcpp

  2. Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. It can creates native Win32 executables, either console or GUI, as well as
  3. 所属分类:C++

    • 发布日期:2009-04-28
    • 文件大小:12582912
    • 提供者:luoxiafei
  1. C++ Neural Networks and Fuzzy Logic

  2. The number of models available in neural network literature is quite large. Very often the treatment is mathematical and complex. This book provides illustrative examples in C++ that the reader can use as a basis for further experimentation. A key t
  3. 所属分类:C++

    • 发布日期:2009-05-11
    • 文件大小:1048576
    • 提供者:rainbowshine521
  1. 考试中的人机对话C++编程例子之一

  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : 考试 ======================================================================== AppWizard has created this 考试 application for you. This applica
  3. 所属分类:C++

    • 发布日期:2009-05-31
    • 文件大小:96256
    • 提供者:whwits
  1. Financial Applications Using Excel Add-in Development in C/C++

  2. This book is intended to provide the reader with a guide to the issues involved with creating powerful and reliable add-ins for Excel. With years of use, many people build up the experience and understanding needed to create custom functions for Exc
  3. 所属分类:C

    • 发布日期:2009-06-09
    • 文件大小:6291456
    • 提供者:xmlai
  1. c++ standard library practical tips

  2. For the last 10 or so years, I’ve been programming in C++. I really enjoy the language for its power, brevity, and accommodation of three major programming styles—structured programming, object-oriented programming, and generic programming. In addit
  3. 所属分类:C++

    • 发布日期:2009-06-23
    • 文件大小:5242880
    • 提供者:blue_thinhorse
  1. c语言常用算法源代码

  2. #include "stdio.h" #include "conio.h" #include "string.h" #define MAX 5000 int start,end,nodenum; void save1(); void save2(); void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int t[14],i,j,m; int num_node[4]; int node_number; int n umber=0; float v
  3. 所属分类:C

    • 发布日期:2009-06-29
    • 文件大小:320512
    • 提供者:tianzhu131
  1. 图书管理系统c语言!!!!!!!!!!!!!!!!!

  2. C语言源代码的图书管理系统 #include #include #include #include struct bookData { int booknumber; char bookname[30]; int store; }; struct Person { char name[20]; char studynumber[10]; int count; b ookData Rbook[2]; //bookData Rbook; }; class History { public: His
  3. 所属分类:iOS

    • 发布日期:2009-06-30
    • 文件大小:101376
    • 提供者:browlahrozu
  1. 迷宫游戏的c++源程序

  2. C++迷宫源码 WIN32 APPLICATION : maze AppWizard has created this maze application for you. This file contains a summary of what you will find in each of the files that make up your maze application. maze.cpp This is the main application source file. maze
  3. 所属分类:C++

    • 发布日期:2009-07-20
    • 文件大小:119808
    • 提供者:yjbbrqw
  1. C++入门经典(第3版)

  2. C++入门经典(第3版): I created all the files under Microsoft Windows so lines are terminated by CR/LF. In addition to this "ReadMe" file you will find three zip archives in the primary archive, so you need to unzip each of these to get at the code. The cod
  3. 所属分类:C++

    • 发布日期:2009-07-27
    • 文件大小:474112
    • 提供者:learlyx
  1. 字幕取词C++源码 HOOK DLL

  2. 字幕取词C++源码,The appWizard has created this Mousehook DLL for you. This DLL not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your DLL. This file contains a summary of what you will find
  3. 所属分类:C++

    • 发布日期:2009-08-12
    • 文件大小:18432
    • 提供者:swallowjiang
  1. C++Builder6.0自带VCL控件使用实例.rar

  2. 实例很丰富详细,初学必备 \EXAMPLES ├─ADO │ ├─BRIEFCASE │ └─SHAPE ├─APPEVENTS ├─APPS │ ├─AUTOCON │ ├─AUTOSRV │ ├─CANVAS │ ├─COLORDLG │ ├─CURSORS │ ├─DOODLE │ ├─FINDREP │ ├─HEADER │ ├─IMAGEVIEW │ ├─IPCDEMOS │ ├─MINICOMP │ ├─MULTIPAG │ ├─OWNERLIST │ ├─PRINTING │ ├
  3. 所属分类:C++

    • 发布日期:2009-08-13
    • 文件大小:3145728
    • 提供者:haiandj
  1. 学生成绩管理系统(C语言编)

  2. #include #include #include #include #include #define FNAME "student.dat" #define N 200 #include"stu.h"//头文件:相关结构定义,常量及全局变量定义,函数声明 #include"jiemian.cpp"//界面设 置,头文件 #include"menue.cpp"//菜单模块:显示主菜单 #include"Add.cpp"//可追加的输入学生信息 #include"Find.cpp"//按学号或
  3. 所属分类:C

    • 发布日期:2009-08-21
    • 文件大小:368640
    • 提供者:pastorale520
  1. dbscan c# implementation

  2. I find this dbscan file in some website and think it may be helpful who are trying to implement dbscan in c#.
  3. 所属分类:C#

    • 发布日期:2009-08-28
    • 文件大小:22528
    • 提供者:pobudeyi
  1. how to program combining matlab and c++

  2. THIs file includes: 1,a manual for using matlab;2, how to call vc functions in matlab using mexfunction with detailed procedure;3,how to use matlab functions in c++ through comtool and other means, such as matcom.4,the api reference for matlab.you m
  3. 所属分类:其它

    • 发布日期:2009-08-28
    • 文件大小:7340032
    • 提供者:pobudeyi
  1. C++find()函数用法

  2. 压缩文件中包括find()函数的说明和具体使用方法的CPP 文件,find()函数可能很多人没有使用过或者了解一些,其实是一个很使用的函数
  3. 所属分类:C++

    • 发布日期:2013-05-08
    • 文件大小:24576
    • 提供者:zhangweijiqn
  1. DICOM医学图像处理:fo-dicom网络传输之C-FIND and C-MOVE代码

  2. 博文DICOM医学图像处理:fo-dicom网络传输之C-FIND and C-MOVE中的C-FIND服务的完整工程代码
  3. 所属分类:C#

    • 发布日期:2014-11-30
    • 文件大小:41984
    • 提供者:zssureqh
  1. Linux C语言 各类习题代码

  2. arg.c choucha.c factorial.c leapyear.c ptr_func.c stack.c test-sd.c big_data.c circular_size.c factorial_enhance.c max_common.c ptr_test.c str_tok.c tree.c big_mult.c count.c find.c mystr.c queue.c struct.c union.c caser_read.c data_cmp.c fun_ptr.c
  3. 所属分类:C

    • 发布日期:2015-06-19
    • 文件大小:21504
    • 提供者:springwinter008
  1. DICOM 常用服务C-STORE C-ECHO等代码实例

  2. DICOM 常用服务C-STORE C-ECHO等代码实例
  3. 所属分类:C#

    • 发布日期:2016-07-25
    • 文件大小:4194304
    • 提供者:zhangqipeng3092
  1. c++ find函数功能.zip

  2. c++与opencv结合编写find函数,实现与matlab中find相同的功能。
  3. 所属分类:电信

    • 发布日期:2021-01-29
    • 文件大小:2048
    • 提供者:qq_43241391
« 12 3 4 5 6 7 8 9 10 ... 50 »