排序:上传时间 相关度 下载量 查看数

TRUE 144

按分类查找:

  • //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak()

    //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak() noecho() keypad(stdscr, TRUE) //建立菜单项 for(i=0 i<N_ITEMS i++){ items[i] = new_item(months[i], "") } //建立菜单 mymenu = new_menu(items) //设置为5行单列的菜单 set_menu_fo ...

    /dl/451812.html

    标签: EXIT_FAILURE initcurs initscr cbreak

    上传时间: 2013-11-29

    上传用户:小眼睛LSL

  • width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu

    width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap ...

    /dl/451815.html

    标签: gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_width ani height

    上传时间: 2013-12-26

    上传用户:thinode

  • 本程序的开发环境为VS2005

    本程序的开发环境为VS2005,数据库为SQLSever2005 默认的连接字符串为:"DataSource=125.216.227.147 Initial Catalog=msdb Persist Security Info=True User ID=sa Password=111111" 管理系统为一个简单的人事管理系统,帮助初学者尽快的掌握这种语言,进而有助于系统改进,对初学者来说是很不错的选择。 ...

    /dl/477530.html

    标签: 2005 VS 程序 开发环境

    上传时间: 2013-12-30

    上传用户:lyy1234

  • Since the field of object oriented programming is probably new to you, you will find that there is a

    Since the field of object oriented programming is probably new to you, you will find that there is a significant amount of new terminology for you to grasp. This is true of any new endeavor and you should be warned not to be intimidated by all of the new concepts.

    /dl/480849.html

    标签: programming you oriented probably

    上传时间: 2014-12-06

    上传用户:aappkkee

  • Ajax实现的WEB下载,由于OA系统是基于WEB方式的

    Ajax实现的WEB下载,由于OA系统是基于WEB方式的,如果只判断用户是否点击“下载文件”,就来判断用户是否成功下载了文件。这种方式很显然行不通,怎么办呢?我想到的就是用一控件,然后用回调事件来处理数据库方面的问题(下载记录问题) 有兴趣的朋友可在 http://www.interdrp.com/ 下载分销系统 用测试帐号进系统后,点测试 ...

    /dl/489881.html

    标签: WEB Ajax OA系统

    上传时间: 2017-09-14

    上传用户:lingzhichao

  • TdcHintEx Provides your users with a cool transparent hint. It replaces standard Delphi hint wind

    TdcHintEx Provides your users with a cool transparent hint. It replaces standard Delphi hint window. Just drop a TdcHintEx in your main form. Set Enabled to True. And run your application. Oh btw, please set ShowHint to True.. :) Drop me a line, and tell me what you think of it. Antony Hoon ant ...

    /dl/490274.html

    标签: hint transparent TdcHintEx Provides

    上传时间: 2014-01-12

    上传用户:181992417

  • 基于单片机的指纹识别电子密码锁设计

    本设计开发了一款基于单片机的指纹识别电子密码锁系统。该系统以ATmeg16单片机作为模块核心,通过串口通信控制ZAZ-010指纹模块实现录取指纹并存储指纹数据,并通过HS12864-15C液晶显示比对流程及比对结果,辅以直流继电器与发光二极管模拟开锁的动作。本系统具有体积小、性价比高、传输速度快、适合家庭及单位使用。 ...

    /dl/511169.html

    标签: 单片机 指纹识别 电子密码锁

    上传时间: 2016-05-22

    上传用户:lucifer048

  • 指纹识别单片机控制程序,采用LCD128_64中文液晶显示

    本设计开发了一款基于单片机的指纹识别电子密码锁系统。该系统以ATmeg16单片机作为模块核心,通过串口通信控制ZAZ-010指纹模块实现录取指纹并存储指纹数据,并通过HS12864-15C液晶显示比对流程及比对结果,辅以直流继电器与发光二极管模拟开锁的动作。本系统具有体积小、性价比高、传输速度快、适合家庭及单位使用。 ...

    /dl/511170.html

    标签: LCD 128 64 指纹识别 单片机控制 程序 液晶显示

    上传时间: 2016-05-22

    上传用户:lucifer048

  • asp实现限制一个ip只能访问一次的方法

    asp实现限制一个ip只能访问一次的方法 <%&nbsp; '/////////////////////////////////////////////////////&nbsp; '// //&nbsp; '//作用:一个IP地址只允许访问本页一次 //&nbsp; '//引用:<!-- #include file="Check_Ip.asp" --> //&nbsp; '// //&nbsp; '/////////////////////////////////////////////////////&nbsp; ...

    /dl/512322.html

    标签: asp 访问

    上传时间: 2016-07-14

    上传用户:helei0915

  • 多项式计算代码

    void DFS(MGraph G, int i) { &nbsp; &nbsp; int j; &nbsp; &nbsp; visited[i] = TRUE; &nbsp; &nbsp; printf("%c ", &nbsp; &nbsp;G.vexs[i]); &nbsp; &nbsp; for (j=0; j<G.numVertexes; ++j) &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; if (G.arc[i][j]!=INFINITY &nbsp;&& &nbsp;!visited[j]) &nbsp; &nbsp; &nbsp; ...

    /dl/513812.html

    标签: 多项式 代码 计算

    上传时间: 2016-12-28

    上传用户:chenyameng