CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 其他小程序

资源列表

« 1 2 ... .70 .71 .72 .73 .74 18875.76 .77 .78 .79 .80 ... 19301 »
  1. C++

    0下载:
  2. 我们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名等等。 这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这些问题。 -We know C language is very powerful, very suitable for the
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1.8kb
    • 提供者:肖庆普
  1. sort

    0下载:
  2. 各种内部排序算法的实现和比较,全部测试通过-Internal sorting algorithms and compare the realization of all the test
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:27.87kb
    • 提供者:xwy
  1. vcl

    0下载:
  2. 一个简单的计算器,功能比较若,还不怎么完善-A simple calculator, functions, if not how to improve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:13.7kb
    • 提供者:xwy
  1. gjcx

    0下载:
  2. 南京公交查询系统,课程设计,对于初学者有帮助-Nanjing public inquiry system, curriculum design, help for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:43.64kb
    • 提供者:xwy
  1. elevator

    0下载:
  2. 1. This program has 10 floors. 2. There are 4 elevators in the program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:63.84kb
    • 提供者:gabby
  1. digitalbook

    0下载:
  2. 数电实验报告,可以教会大家如何用数电的知识设计彩灯控制系统,和邮票购买系统-Xinhua reports the number of experiments can be the church you how to use knowledge of a few electric lantern design control systems, and stamps to buy the system
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:356.15kb
    • 提供者:王鹏程
  1. bline

    0下载:
  2. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。-Use the mouse to drag the input points as control points to generate a B-spline curve, display control vertex and polygon. Pick curve with the mouse on any point, move the mouse to
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:21.4kb
    • 提供者:李宁
  1. EAM128-DS18B20

    0下载:
  2. EAM128开发板程序包中DS18B20程序-EAM128 development board package DS18B20 procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.4kb
    • 提供者:兰济文
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8.32kb
    • 提供者:xue
  1. Code1

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:18.39kb
    • 提供者:xue
  1. Code3

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:44.56kb
    • 提供者:xue
  1. Text

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC grasp of the word processing program to prepare, how to generate custom fonts and custom insertion site, and is familiar with the use of CString
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:37.46kb
    • 提供者:xue
« 1 2 ... .70 .71 .72 .73 .74 18875.76 .77 .78 .79 .80 ... 19301 »
搜珍网 www.dssz.com