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

搜索资源列表

  1. 模拟键盘输入

    0下载:
  2. //{{AFX_DATA(CIEButtonDlg) enum { ID D = IDD_IEBUTTON_DIALOG } // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIEButtonDlg) protected: vir
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:33378
    • 提供者:穆菲
  1. C(3)

    0下载:
  2. C计时程序源代码 void mytime1() { static LARGE_INTEGER startTime QueryPerformanceCounter(&startTime) static LARGE_INTEGER timerFrequency -time C source code void mytime1 () (static LARGE_INTEGER startTime QueryPerformanceCounter (
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5374
    • 提供者:奕竹
  1. Ckuhanshu

    0下载:
  2. 函数名: qsort 功 能: 使用快速排序例程进行排序 用 法: void qsort(void *base, int nelem, int width, int (*fcmp)()) 程序例:-function : qsort function : Routine use of Quick Sort Sort Usage : void qsort (void * base, nelem int, int width, int (* fcmp) ()) process cas
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3285
    • 提供者:奕竹
  1. Cjishitime

    0下载:
  2. C计时程序源代码 void mytime1() { static LARGE_INTEGER startTime QueryPerformanceCounter(&startTime) static LARGE_INTEGER timerFrequency QueryPerformanceFrequency(&timerFrequency) /////////////***你要计时的程序-time C source code void mytim
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:963
    • 提供者:奕竹
  1. vc34881212477

    0下载:
  2. 听说过‘三子棋’游戏吗?该程序是单机版的‘三子棋’游戏。规则很简单:下子阶段,组成’三‘时,可把对方的子变为无效子(下完后该子会被去掉)。行棋阶段,组成“三”时,可把对方的子直接去掉。谁最先无子谁就输。-heard 'three-game' game? The program is stand-alone version of the 'three-game' game. Very simple rules : Now phase, composed of 'three', the other
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:348137
    • 提供者:
  1. Animation-Style_Dialog_Class

    0下载:
  2. 制作动画的类,很不错的 // construction CAniDialog(UINT nDlgID, CWnd* pParent) CAniDialog(CPoint pt, UINT nDlgID, CWnd* pParent) // operation // access frame number UINT GetFrameNum() const void SetFrameNum(UINT nFrames) // access an
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:21319
    • 提供者:曾新
  1. lianbiaoshixian

    0下载:
  2. 程序运行后,可以任意次任意选择1-5各种功能(第一次当然应选0),直至选择6结束程序运行。 考虑实现功能5的函数原型作下列几种变化时,该函数及程序的其它部分需要作什么相应的变化,说明变化的原因。 node* del5560(node*) void del5560(node*&) void del5560() //头指针使用全局变量-running, they can choose any arbitrary time 1-5 various functions (th
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1707
    • 提供者:黎笑涛
  1. ddvip_com_0206092af341ff

    0下载:
  2. java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void main(String[] args) { //开始method JOptionPane.showMessageDialog( null, \"错误\" ) //显示一条信息 System.exit(0) // 结束程序 } //结束method
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13225431
    • 提供者:小旭
  1. ibook8_417489

    0下载:
  2. public static void main(String[] args) { try { Enterprise1TestClient1 client = new Enterprise1TestClient1() Enterprise1 remote=client.getHome().create() System.out.print(remote.helloWorld(\"Demo one\")) }catch (RemoteException ex) {
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:8676136
    • 提供者:kiss
  1. VcGameGuide

    0下载:
  2. 《游戏编程指南》配套代码 [涉及平台] VC++ [作者] void [文件大小] 1761KB [更新日期] 2005-10-26-"Game Programming Guide" complementary code [involving platform] VC void [Author] [Size] 17 61KB [updated] 2005-10-26
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:46480
    • 提供者:罗宝生
  1. InternetProgramming

    0下载:
  2. See Appendix B for a descr iption of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides det
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:980364
    • 提供者:罗宝生
  1. reply_1_855734

    0下载:
  2. // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pG
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:54607
    • 提供者:王学金
  1. maxmain

    0下载:
  2. //液晶显示初始化ini_OCMJ(void)和驱动程序sub_lcd(uchar in)。 //占用I/O口为 #define LCD_OUT P4 //sbit LCD_BUSY=P3^6 //sbit LCD_REQ=P3^7 -/ / LCD ini_OCMJ initialization (void) and driver sub_lcd ( uchar in). / / Occupiers I / O # define LCD_OUT P4 / / sbit LCD_B
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2361
    • 提供者:石头
  1. FFT-c

    1下载:
  2. 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function : / * Sample data on the dataR [] array, Operational before da
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3525
    • 提供者:郑超
  1. haokan

    1下载:
  2. 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。) -try to expand the depth-fir
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1233
    • 提供者:dfssd
  1. 7290C-datebase

    0下载:
  2. 此软件包包含了模拟I2C C51程序软件包和ZLG7290的C51程序然后包。 软件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (无子地址)写单字节数据 (现行地址写) (2) bit IRcvByte(uchar sla,uchar *c) (无子地址)读单字节数据 (现行地址读) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)读N字节数据
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13491
    • 提供者:梁立林
  1. VCjiemian

    0下载:
  2. ①、重载对话框的消息函数: void OnNcLButtonDown(UINT nHitTest, CPoint point) //单击标题栏时是响应 void OnNcMouseMove(UINT nHitTest, CPoint point) //Mous 在标题移动时响应 LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam)   ②、添加关键成员函数为:BOOL D
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1260276
    • 提供者:sailor
  1. allagesDATE

    0下载:
  2. 万历算法-技术应用,具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了-Wanli algorithm-technology applications, see specific algorithm function Void get_solar_day_date (void) this followed weeks of the calendar scheduling to determine the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3681
    • 提供者:yws
  1. allages

    0下载:
  2. 万历算法-技术应用,具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了-Wanli algorithm-technology applications, see specific algorithm function Void get_solar_day_date (void) this followed weeks of the calendar scheduling to determine the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3681
    • 提供者:yws
  1. void CDibView-2

    0下载:
  2. 对图像进行掩摸操作-right image mask operation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3202
    • 提供者:林子
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com