搜索资源列表

  1. analyzer

    0下载:
  2. 简易的词法分析器,满足编译原理,Visual C++编写,vs2013运行-a simple Lexical Analyzer by visual C++
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:2292736
    • 提供者:何阳
  1. MFC-CapPack2

    0下载:
  2. 一个利用WINPCAP拦截所有数据包的程序,记录保存、分析包数据,MFC界面,VS2013开发-A program to use WINPCAP to intercept all packets, record keeping, data analysis package, MFC interface, VS2013 development
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-06
    • 文件大小:134144
    • 提供者:陈工
  1. ChargeAccount

    0下载:
  2. vs2013环境编写,与access数据库通讯,简单构建登录界面,实现了个人账单的记录和查询。其中包括修改和删除,单个条件和多个条件查询。-vs2013 prepared environment, and access the communications, build a simple login interface to achieve a personal record and billing inquiries. Includ
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:340992
    • 提供者:李永健
  1. fibonacci

    0下载:
  2. fibonacci数列的C++实现方法,版本为VS2013-Fibonacci sequence
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:2429952
    • 提供者:
  1. Polynomial

    0下载:
  2. 本程序采用c/c++实现一元多项式的加法、减法和乘法运算,利用数据结构中的顺序存储方式和链式存储方式实现,程序在vs2013中编译通过,本压缩包是vs2013的项目文件,包含编译成功的可执行文件exe和源代码。-This program uses c/c++ to realize the addition, subtraction and multiplication of the data structure, the use of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-06
    • 文件大小:3707904
    • 提供者:
  1. dep-and-col

    0下载:
  2. VS2013+OPENCV2.4.9+kinect2.0实现深度彩色图像-VS2013+OPENCV2.4.9+kinect2.0 realize the depth of the color image
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:27648
    • 提供者:赵宇婷
  1. test2

    0下载:
  2. vs2013下运行摄像头的测试程序,主要是opencv运行前的摄像头连接情况的测试-vs2013 running camera test program
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:6668288
    • 提供者:liu
  1. CompilerCminus

    0下载:
  2. 这个文件是编译原理课程设计的实验代码,这段代码中包括了词法分析以及语义树的生成,工程的话用vs2013打开,如果版本低的话,直接把里面的头文件与源文件拷出来在相关的c语言开发环境里建个新的工程就行了,里面有一个例子,直接跑就行了。-This file is experimental code compiler theory of curriculum design, this code is included in the lexica
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1247232
    • 提供者:
  1. demo_Contour_generation

    0下载:
  2. 在vs2013下,采用mfc实现的等值线生成算法的简单demo,包括网格序列法和三角剖分法。内附核心代码、结果截图、实验报告。-demo of Contour_generation, written in c++ with mfc
  3. 所属分类:绘图程序

    • 发布日期:2024-05-06
    • 文件大小:2168832
    • 提供者:sunshine
  1. NetworkPortMapping

    0下载:
  2. 内网端口映射程序,vs2013上编译通过,可以把内网主机端口映射到路由器-Network port mapper on vs2013 compiled by the network can be mapped to a host port Routers
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-06
    • 文件大小:207872
    • 提供者:zhbb
  1. SCOMMV23

    0下载:
  2. 这是vc6/vs2013平台运行的串口调试助手源码,使用SSCOM ActiveX 控件实现-standard serail port debug source code
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-06
    • 文件大小:6224896
    • 提供者:黄李安
  1. mofang

    0下载:
  2. VS2013+opengl,魔方游戏,适合初学者,用来练手不错,不过单纯想学习opengl的人,不太适合-VS2013+opengl, Cube games, suitable for beginners to practice hand is good, but simply want to learn opengl people, not suitable
  3. 所属分类:OpenGL

    • 发布日期:2024-05-06
    • 文件大小:11405312
    • 提供者:肖传利
  1. DayInYear

    0下载:
  2. 计算某年中,某月第几个星期的日期。本算法用C++编写,以vs2013为IDEA实现平台平台。-Calculation of a year, the date the first few weeks of a month. The algorithm uses C++ write to vs2013 platform for the IDEA implementation platform.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:4096
    • 提供者:韩风
  1. EmguCV_Capture

    0下载:
  2. 使用CSharp\VS2013和EmguCV3.0,读取文件图片或笔电自带的摄像头,Mean,Gray,Threshold,Watershed处理.-Using CSharp\VS2013 and EmguCV3.0, read the file picture or laptop s built-in camera, scheme, Gray, Threshold, Watershed.
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:1649664
    • 提供者:王明
  1. TPLZ

    0下载:
  2. 一个用C++编写的生成托普利兹矩阵的小程序,运行环境VS2013-Written by C++ generate a Toeplitz matrix of small programs, operating environment VS2013
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:王雪丰
  1. CameraCtrl

    0下载:
  2. VS2013+OpenCV2.4.9下的MFC简单摄像头控制程序,涉及摄像头的打开和关闭,拍照和录制-MFC simple camera programm on VS2013 and OpenCV2.4.9, involving opening and closing the camera, take pictures and record
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-06
    • 文件大小:142336
    • 提供者:Leakey Fo
  1. MysqlTest

    0下载:
  2. Mysql C++ 连接示例代码,VS2013,win32/win64-Mysql C++ connector demo,VS2013,win32/win64
  3. 所属分类:数据库编程

    • 发布日期:2024-05-06
    • 文件大小:29025280
    • 提供者:jackong
  1. EmailManagement

    0下载:
  2. 数据库课程设计简单的邮件管理系统。可以用VS2013连接oracle数据库,实现一些简单的操作-Database design courses simple mail management system. VS2013 can be used to connect oracle , to achieve some simple operations
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:19595264
    • 提供者:zhaoxuan
  1. MFC--Picture-control-OpenCV-2.4.9

    0下载:
  2. 本实例使用vs2013 中的 vc++结合opencv2.4.9进行图片显示。图片显示在picture contrrl,然后进行图片边缘提取-This example uses the vc++ vs2013 opencv2.4.9 be combined picture is displayed. Picture appears in the picture contrrl, then image edge extraction
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:10668032
    • 提供者:wangningfeng
  1. saler

    0下载:
  2. 动态规划解决tsp问题,初学者使用,测试城市建议少于10个,调试环境为vs2013。-Dynamic programming to solve tsp problem, beginners, recommended that fewer than 10 test cities, debugging environment for vs2013.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:hyqhh
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »

源码中国 www.ymcn.org