CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - basic c programming

搜索资源列表

  1. masm3280

    0下载:
  2. 结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3130579
    • 提供者:好好
  1. ping_srcedittion

    1下载:
  2. 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:14481
    • 提供者:赵锐
  1. OPC1234

    2下载:
  2. C#的OPC通讯编程类,需要OPC Core Components 2.00 SDK(在网上很容易搜到). 源码中包含了一些OPC通讯编程的基本要点,可供参考.-C# OPC communication programming class, (on-line needs OPC Core Components 2.00 SDK to be very easy to obtain by search) In the source code has contained some OPC c
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2959
    • 提供者:zhc
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the origin of the center circle.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6985
    • 提供者:管声俊
  1. VSExam2

    0下载:
  2. 这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Studio与VC++的基本的语法结构的区别,包括消息映射和字符串的处理。通过比较,可以使大家更好的在Visual Studio下进行编程-This is a model to establish dialog works. It is not too difficult, for beginners. However, the code fe
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:3624999
    • 提供者:王佳明
  1. VisualBasic100example

    1下载:
  2. Visual Basic 6.0控件实用程序设计100例 Visual Basic 6.0控件实用程序设计100例-Visual Basic 6.0 programming practical controls 100 cases Visual Basi c 6.0 Utility Control Design 100
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4572247
    • 提供者:wu
  1. Exampleturboc

    0下载:
  2. tc的试验说明以及源码,tc基础练习,对于熟悉c语言基本编程很有帮助-tc test notes and source code, tc based exercises, for those familiar with the basic programming language c helpful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1199079
    • 提供者:王立东
  1. 3dPlot

    0下载:
  2. MATFOR 3D plot Visual C++ program. MATFOR is a set of libraries developed to enhance computation and visualization in different programming environments: C++, Fortran, Visual Basic and Visual C#. Especially designed for scientists and engineers, MA
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:58189
    • 提供者:donotspam
  1. qq.rar

    0下载:
  2. 用C#制作的qq模拟qq软件,具有界面美观,功能基本符合要求,对学习c#界面编程和网络通讯有一定帮助,With C# Produced qq simulated qq software with beautiful interface, function the basic qualification requirements are met, learning c# Interface programming and network communications have some help
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:6012026
    • 提供者:雍帅
  1. test1_2

    0下载:
  2. 求X和Y两个字符串的最长公共子序列。(X和Y字符串分别存放在ASCII码文件2X.txt和2Y.txt中) 要求:根据动态规划法基本设计思想,将实现任务的C语言程序代码和运行结果填写在试卷上。 -Two strings X and Y find the longest common subsequence. (X and Y strings are stored in ASCII files 2X.txt and 2Y.txt in) requirements: According to
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:183805
    • 提供者:youbin
  1. D3DApp

    0下载:
  2. 3D游戏程序设计入门(DX9)的C++框架 非常适合初学者使用,D3D9_0是一个最基本的框架,编程人员只需要将D3D9_0目录下的 D3DOtherApp.h/cpp文件名及其中的CD3DOtherApp类改为自己喜欢的名称即可。同时可以将 这两个文件复制若干次,并改名,从而在一个项目中包含多个不同示例的D3D例程。-Introduction to 3D Game Programming (DX9) of C++ framework is ideal for beginners t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:14510
    • 提供者:隐名
  1. D2DVideoRenderer

    1下载:
  2. 使用DirectShow开发的个小东东,使用Visual Studio 2010 在Windows 7编译并测试通过。-This is about DirectShow development in general and filters development in detail. I decided to share the knowledge and experience in this area so there will be a simple tutorial for develop
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:83647
    • 提供者:alex
  1. Cdeep-thinking

    0下载:
  2. 可以说看透了这本书一些还算不错的公司的笔试的c语言的非编程题基本没有问题,非常经典,短小而又清晰。-Can be seen through some pretty good company of this book written c language programming question basic, very classic, short and clear. .
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:812101
    • 提供者:赵巍
  1. Start DirectX 9

    0下载:
  2. There exists a gap in the game programming market where beginning programmers are finding themselves without an introductory guide. Existing books focus on the 3D component of DirectX only, leaving readers without a complete understanding of DirectX.
  3. 所属分类:DirextX编程

    • 发布日期:2012-11-03
    • 文件大小:2078705
    • 提供者:mascotinhofera
  1. MFC

    0下载:
  2. 一个学习MFC最基本也最全面的源代码实例,包含了基于C/S架构的socket网络编程,也包含了database,初学者必看-MFC learning the most basic and most comprehensive source code examples, including based on the C/S structure of the socket network programming, but also includes a database, for beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:216623
    • 提供者:彭宗山
  1. Csharp

    0下载:
  2. C#基本知识和网络编程 AD0.NET, ASP.NET, WCF, WPF, Microsoft.net 演示文稿-C# basic knowledge and network programming AD0.NET, ASP.NET, WCF, WPF, Microsoft.net presentation
  3. 所属分类:CSharp

    • 发布日期:2017-06-02
    • 文件大小:14759559
    • 提供者:彭烟
  1. 猫猫

    0下载:
  2. 汉诺塔程序 C++ 最基本的汉诺塔编程 通过测试没有错误-Tower of Hanoi procedures C++ Basic programming Hanoi did not pass the test error
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-08
    • 文件大小:4062
    • 提供者:刘强
  1. aaa

    1下载:
  2. Visual C++ 6.0应用编程150例,主要内容是界面方面的实例小程序,比如控件使用,对话框,文档等的菜单,工具栏,状态栏的一些应用,以及数据库的相关基本操作-Visual C++ 6.0 application programming 150 cases, the main content is an example of a small interface program, such as the use of controls, dialog, document, such as m
  3. 所属分类:GUI Develop

    • 发布日期:2014-04-27
    • 文件大小:2768663
    • 提供者:huangchen
  1. code

    0下载:
  2. 先从Windows编程入手,然后引入MFC编程,再分别介绍MFC编程环境下的基本概念,进而一步一步展开。Visual C++内容安排突出基本概念和基本内容,通过一个一个的小综合,把小的知识点串起来,从而深化理解。实验部分前面突出知识点实际训练,后面是本书的小综合实践,最后的大综合突出数据库和图形应用。-First start with Windows programming, and then the introduction of MFC programming, and then intro
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1648994
    • 提供者:郑周
  1. 20083191618288881

    0下载:
  2. c#教程 预备知识: 熟悉操作系统基本操作,比如文件操作 理解结构化程序概念 具备一定图形界面或非图形界面的程序编制经验 必须完成的先修课程:《程序设计导论》 -c# tutorial prior knowledge: familiar with the operating system, basic operations, such as file operations to understand the concept of structured programm
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:8918652
    • 提供者:sungs
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 22 »
搜珍网 www.dssz.com