CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C how to program

搜索资源列表

  1. LCD多级菜单

    0下载:
  2. 该程序可以作为一些学习c语言和开发的人员参考,怎样去开发多级菜单。该程序用c编写。经过修改可以应用到实际的程序中。-the program can be used as learning c language and the development of reference, and how to develop multi-level menu. C of the procedures used to prepare. After changes can be applied to the a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41405
    • 提供者:哈哈哈
  1. INITSVGA

    0下载:
  2. 在TC中,图形都最多只能在640X480的分辩率下编程,本源程序说明如何用C语言编写高分辩率的图形程序!----只说明如何初始化为高分辩率,其它算法功能都是相同的!-in TC, the graphics are only in the most easily visible outdoors under the Resolution Program, the source how to use C language to prepare high-resolution graphics onl
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:李平
  1. 生成DLL

    0下载:
  2. c#做的小程序 教你如何生成dll文件 源码简单直观 赶快下载哦-so small program to teach you how to generate dll simple intuitive source documents quickly download oh
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7678
    • 提供者:丁昭雄
  1. 170054yufa 1234234234

    0下载:
  2. 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compile
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:188571
    • 提供者:张学友
  1. 9e5

    0下载:
  2. Copyright (C) 2004 Nordic Semiconductor ; ; This file is distributed in the hope that it will be useful, but WITHOUT ; WARRANTY OF ANY KIND. ; ; ; Author(s): Ole Saether ; ; DEscr iptION: ; ; nRF9E5 Hello World program. Please note that th
  3. 所属分类:其他嵌入式/单片机内容

  1. IVI 驱动的编写方法

    0下载:
  2. IVI 驱动的编写方法 C++编写 Getting Started with IVI Drivers: Your Guide to Using IVI with Visual C++. This guide introduces key concepts about IVI drivers and shows you how to create a short program to perform a measurement. The guide is part of the IVI Found
  3. 所属分类:编程文档

  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. Inside The C++ Object Model

    0下载:
  2. Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions
  3. 所属分类:文档资料

    • 发布日期:2011-11-06
    • 文件大小:758847
    • 提供者:mattzhu
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. 将高斯格点上的数据插值到固定的2.5*2.5(和NCEP资料相匹配)的格点上的程序

    1下载:
  2. 气象上应用广泛,将高斯格点上的数据插值到固定的2.5*2.5(和NCEP资料相匹配)的格点上的程序。-This program demonstrates how to use the interpolation routines c (same as NCEP s) to get 2.5x2.5 grids from Gaussian grids.
  3. 所属分类:其他行业

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:王之兰
  1. foerstnerOperator_v1_0 forstner算子,MATLAB版的

    2下载:
  2. forstner算子,MATLAB版的,解压后有三个m文件,主要是ip_fop函数实现forstner算子功能。里面附带了一个ip_fop_example的m脚本文件演示如何使用ip_fop函数功能。应该是德国人写的,程序验证没问题,之前网上找的有的是IDL版说成MATLAB版,还有的是C++的。这个是我找到最好的MATLAB版的forstner算子程序-forstner operators, MATLAB version, unzip the file after three, the mai
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:137754
    • 提供者:roc woods
  1. huodetubiao.rar

    0下载:
  2. 用 Visual C++.Net实现的如何 获取应用程序图标 的演示程序。注释详细。适合初学者。,Using Visual C . Net realized how to obtain application demo program icon. Notes detail. Suitable for beginners.
  3. 所属分类:.net

  1. Ch14Demo5--WebBrowser

    0下载:
  2. 在Visual C++中安全嵌入网页浏览器,小的MFC程序,教你学会控件的使用-In Visual C++ in the embedded web browser security, small MFC program, teach you how to control the use of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:45633
    • 提供者:郭大万
  1. yield

    0下载:
  2. 微软的.NET中C#2.0实现了yield return功能,这个程序教你如何在Native C++中实现它。C#在foreach中使用,C++在for里调用。这样就使得迭代器的功能更加简单,使用的时候也很方便。 -Microsoft' s. NET in C# 2.0 to achieve a yield return, this program teach you how to Native C++ to implement it. Using C# in a foreach, C
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:3346
    • 提供者:郭晓婷
  1. LINKBTN

    0下载:
  2. 本程序说明,如何实现超链接按钮。来源:Visual C++程序设计技巧与实例。-This program shows that how to realize the hyperlink button. Source: Visual c++ programming skills and examples.
  3. 所属分类:Button control

    • 发布日期:2017-04-03
    • 文件大小:39895
    • 提供者:your name
  1. SocketDemo

    0下载:
  2. 一款不错c#编写的socket异步通讯demo级程序。通过该程序你能学习到 1.多层架构编程方式 2.如何异步处理socket通讯 3.对互斥资源的良好处理 该程序暂时只提供了单客户端的处理示例,稍加修改就能马上拓展为多客户端处理。程序需要.net3.5支持 有任何技术上的问题都可以留言本人解决 大家有好的建议或方法也能提出一起分享 -Write a good c# socket demo level asynchronous communications progra
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:195843
    • 提供者:goslingy
  1. game3dlod_080617

    2下载:
  2. 该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。 该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。 编译可以在WIN32下,有Visu
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1159689
    • 提供者:gamedriver
  1. DrawTools

    0下载:
  2. DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。-DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-25
    • 文件大小:254097
    • 提供者:徐欣
  1. database

    0下载:
  2. 介绍c#如何连接sqlserver的程序 这个是我找到的一个很好的启蒙PPT-Describes how to connect sqlserver c# program I have found this is a good starting PPT
  3. 所属分类:SQL Server

    • 发布日期:2017-04-02
    • 文件大小:131375
    • 提供者:lwm
  1. STC--PWM

    1下载:
  2. 一个基于STC单片机的C编写的PWM程序,主要介绍如何设置PWM模式及占空比的设置。-STC microcontroller based PWM program written in C, describes how to set the duty cycle of the PWM mode and settings.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-25
    • 文件大小:44435
    • 提供者:粱煌
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 43 »
搜珍网 www.dssz.com