CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - C S-function

搜索资源列表

  1. ipc

    0下载:
  2. 封装了ipc操作的常用功能,用ansi C编写,有兴趣的朋友可以-IPS Packaging operation of a common function, ansi C prepared, interested friends can s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:阿晨
  1. 静态控件的特殊用法

    1下载:
  2. 使用Visual C++ 6.0编制软件时,静态控件是最常用的控件之一。一般情况下,静态控件用作那些没有固定标题文本属性的控件(如文本编辑控件、列表框等)的标签,或者用来为控件分组,或者用来显示一些提示性的文件。实际上,静态控件除了显示静态文本这一基本功能外,还有许多其他的特殊功能,如在静态控件中可以显示图标、位图,甚至还可以在静态控件中显示动画。本文将通过示例程序来介绍静态控件的这些特殊用法-use Visual C 6.0 software, static control is the mo
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:26.08kb
    • 提供者:xj
  1. ajks

    0下载:
  2. 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度-many modern floatin
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6.29kb
    • 提供者:jack
  1. Tray__Icon

    0下载:
  2. // This a conglomeration of ideas from the MSJ \"Webster\" application, // sniffing round the online docs, and from other implementations such // as PJ Naughter s \"CTrayIconifyIcon\" (http://indigo.ie/~pjn/ntray.html) // especially the \"CTray
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:3.9kb
    • 提供者:wreqreqw
  1. zzcx

    0下载:
  2. The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system pas
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17.38kb
    • 提供者:乔峰
  1. IncPID

    0下载:
  2. matlab的c语言s函数,实现增量式pid控制算法-Matlab language c s function and achieve incremental pid control algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.03kb
    • 提供者:唐斌
  1. MASwitch

    0下载:
  2. matlab的c语言s函数,实现手动与自动控制的无扰切换,具有两个参数:一个是切换信号,为1时自动控制,为0时手动控制;另一个是手动控制值。-Matlab language c s function, manual and automatic control to achieve the Bumpless Transfer, with two parameters : a signal is switched to 1:00 automation, 0:00 a.m. to manual con
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.47kb
    • 提供者:唐斌
  1. SmallStruct5_20061010

    0下载:
  2. 此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。 SmallStruct 5是一个基于配置的的应用程序框架,集成了应用程序大部分一般性功能,只要编写少量代码即可生成应用程序,并且框架本身也是可扩展的。 -this version of the five SmallStruct stable version can be used for commercial development, suited to the C / S
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13.93mb
    • 提供者:hzt
  1. sgj6

    0下载:
  2. 第二个搜索函数为私有成员函数S a v e S e a r c h,由插入和删除操作来调用。S a v e S e a r c h不仅 包含了S e a r c h的功能,而且可把每一级中遇到的最后一个节点存放在数组l a s t之中-second search function to the private members of a function S S e v e r c h a, insert and delete operation to call. A S S e v e r
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:史桂金
  1. dlgsplashscring

    0下载:
  2. 很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这个组件很容易实现基于框架类(也就是CMainFrame)的程序的启动画面,那么如果是对话框程序,没有框架类怎么办呢?所以这个组件功能不是想象的那么强。要实现基于对话框应用程序的启动画面必须另辟蹊径。这里提供一个可重用代码例子,一步一步教你实现每一个细节。利用一个定制的C++类:CSplashWnd,增强原来的 Splash Screen
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:121.47kb
    • 提供者:啊啊啊
  1. uCOS-II_LPC2000

    0下载:
  2. pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOS
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14.51kb
    • 提供者:hyh
  1. FftTest

    0下载:
  2. 这是一个介绍vc 和matlab混合接口编程的实例,主要是在vc下面调用matlab里的各个库。-This is a example of introducing vc and matlab programing , it call matlab s function in visual C++.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4.83mb
    • 提供者:Jack
  1. XP

    0下载:
  2. 􀂄 The communication protocol will be downloaded to the model along with screen data, PLC needn’t compile communication program. 􀂄 Can connect with nearly all PLCs popular in the current market, such as Mitsubishi FX series、Omron C s
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-22
    • 文件大小:152.8kb
    • 提供者:gabi
  1. Menu

    0下载:
  2. 本程序用C语言实现对菜单的绘制,并根据用户的操作完成相应的功能。-The program uses C language to draw on the menu and the user' s operation to complete the corresponding function.
  3. 所属分类:Menu control

    • 发布日期:2017-04-01
    • 文件大小:3.6kb
    • 提供者:文闯
  1. Remove-MID-program

    0下载:
  2. 去掉MID程序窗口的标题栏,作为程序开发与C++ builder练习学习的小例子,调用了系统函数的使用-Remove MID program window' s title bar, as the program development with C++ builder practice learning little example of the use of calling the system function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:373.44kb
    • 提供者:bbs
  1. CODE STUDIO

    0下载:
  2. CODE STUDIO C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo
  3. 所属分类:界面编程

    • 发布日期:2014-05-27
    • 文件大小:50.47kb
    • 提供者:szekely_e
  1. SerialPortTest

    0下载:
  2. 这是一个C#中关于SerialPort的实例,本实例中固件端是对于芯片的ESD的测试,在后台的帮助下保证了稳定性-One of the function of this example is to tell how to use the SerialPort in c#.in fact,with the help of the backgroundwork,it s steady
  3. 所属分类:Button control

    • 发布日期:2017-04-17
    • 文件大小:286.09kb
    • 提供者:王存
搜珍网 www.dssz.com