CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - APP

搜索资源列表

  1. dustbin

    0下载:
  2. Win9x回收站增强程序,可以恢复dos下被删除的文件 -The enhanced app for win9x recycle station, it can recorve the deleted file in dos
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:99406
    • 提供者:站长
  1. cpl_pp

    0下载:
  2. 写控制面板程序(CPL)的模板 -The app template of writing switching panel
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:13708
    • 提供者:站长
  1. C_nt_service

    0下载:
  2. 编写NT服务程序的模板 -The app template for writing NT service
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:39094
    • 提供者:站长
  1. perfstate_demo

    0下载:
  2. Win9x性能监视的程序,可以监测很多参数 -The app of monitoring behaviour in win9x, it can monitor many parameters
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:35592
    • 提供者:站长
  1. SharedMemory

    0下载:
  2. 共享内存使用的程序 -The app using memory share
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:33354
    • 提供者:站长
  1. AppType_demo

    0下载:
  2. 判断程序是文本界面/console程序还是图形界面/GUI程序 -Judging the app is whether a console app or a GUI a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:22752
    • 提供者:站长
  1. Logon_src

    0下载:
  2. 在NT上使用其他用户运行其他用户的应用程序 -Running other users app using the other users username in NT
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:17536
    • 提供者:站长
  1. nt_serv_wiz_source

    0下载:
  2. 建立带有NT Service程序的模板 -The template for creating the app with NT Service
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:143136
    • 提供者:站长
  1. ps

    0下载:
  2. 进程列表程序,包含AIX, System V, SUNOS -The app for listing processes, containing AIX, System V, SUNOS
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:2050
    • 提供者:站长
  1. imapd_scan

    0下载:
  2. 检查Linux imap服务程序弱点的Unix Shell程序 -A unix shell app which can detect the weakness of Linux imap service
  3. 所属分类:Scanner

    • 发布日期:2017-11-09
    • 文件大小:1967
    • 提供者:站长
  1. PIL1_4

    0下载:
  2. In the past I have written a plug-in architecture for one of my MFC projects. This architecture, although it worked, was limited in what it could provide, in that the executable/DLL had to know about one another to a certain degree. I presented a sub
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:54558
    • 提供者:zllu
  1. socks5-v1.0r5.tar

    0下载:
  2. sock5 src app代理软件放心使用-Deputy sock5 src app software ease of use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:394740
    • 提供者:pettor
  1. SD0905

    0下载:
  2. 关于SD卡的原程序,包括硬件抽象层和命令层以及应用层,大家可以参考-about the sd card source contain hal cmd and app
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:20800
    • 提供者:王平
  1. form

    0下载:
  2. //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Form", NULL, 0, &argc, argv, NULL, NULL] n = 0 XtSetArg[args[n], XmNwidth, 500] n++ XtSetArg[args[n], XmNheight, 500] n++ XtSetValues[toplevel, args, n] //建立主窗口 f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4714
    • 提供者:zzroot
  1. frame

    0下载:
  2. //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Frame", NULL, 0, &argc, argv, NULL, NULL] //建立Frame组件 n = 0 XtSetArg[args[n], XmNshadowType, XmSHADOW_ETCHED_IN] n++ XtSetArg[args[n], XmNshadowThickness, 4] n++ fram
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1473
    • 提供者:xiaoran
  1. label

    0下载:
  2. //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Label", NULL, 0, &argc, argv, NULL, NULL] //建立按钮上标签的字符串 str = XmStringCreateLtoR["A Simple\n Label", XmFONTLIST_DEFAULT_TAG] n = 0 XtSetArg[args[n], XmNlabelString, str]
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:12094
    • 提供者:xiaoran
  1. list

    0下载:
  2. //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "List", NULL, 0, &argc, argv, NULL, NULL] //建立列表上的复合字符串 for[i=0 i<12 i++] str_months[i] = XmStringCreateSimple[months[i]] //建立列表 n = 0 XtSetArg[args[n], XmNitem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2972
    • 提供者:xiaoran
  1. spinbox

    0下载:
  2. setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "SpinBox", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1702
    • 提供者:xiaoran1
  1. helloworldmotif-1

    0下载:
  2. //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Scroll", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n++ //XtSetArg[args[n], XmN
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1083
    • 提供者:xiaoran1
  1. scale

    0下载:
  2. textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app] - textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:991
    • 提供者:xiaoran1
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com