登录
首页 » Unix_Linux » tempnam

tempnam

于 2015-11-30 发布 文件大小:11KB
0 236
下载积分: 1 下载次数: 1

代码说明:

  CGI viewsurface initialization & termination functions.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • The-CPP-Programming-Language
    《C++程序设计语言》英文版,第3版,C++之父Bjarne Stroustrup著,经典推荐(The C++ Programming Language, Special 3rd Edition, by Bjarne Stroustrup)
    2013-07-19 17:51:01下载
    积分:1
  • windows提供了命令行式的Ping命令,判定是否与某台主机通信畅通,这个序就实现了这个功能。...
    windows提供了命令行式的Ping命令,判定是否与某台主机通信畅通,这个程序就实现了这个功能。-windows provide a command-line-style Ping order, and determine whether a host of clear communication, the process of realization of this function.
    2022-03-06 20:13:35下载
    积分:1
  • ELIZA_SDK
    this is a implementation of a eliza a specialist system ps. experimental only
    2009-06-13 23:46:10下载
    积分:1
  • Development environment vs2005, only the realization of the user registration (u...
    开发环境vs2005,仅实现了用户注册(uc_user_register)、登录(uc_user_login)和密码修改(uc_user_edit) ,权当抛砖引玉之用 修正了urlencode导致中文用户名乱码问题-Development environment vs2005, only the realization of the user registration (uc_user_register), log (uc_user_login) and password modification (uc_user_edit), when the right to initiate amendments to the urlencode use led to the issue of Chinese user name garbled
    2023-05-15 17:25:02下载
    积分:1
  • raw_socket
    示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包( How has demonstrated under Unix and Linux uses Raw Socket structure camouflage TCP, IP, the UDP package )
    2020-06-26 12:00:02下载
    积分:1
  • yhxie_1
    Many people have contributed to the production of this dissertation, although only my name appears on the cover. Hence, I absolutely owe my gratitude to all those people who encouraged and helped me to nally nish this dissertation. My deepest gratitude is to my advisors, Professor Jing Sun and Professor James S. Freudenberg, at the University of Michigan. Their consistent encouragement and support helped me overcome many challenges and nish this dissertation. I am extremely thankful to Professor Chunting Mi. I spent almost one year in his power electronics lab to build our hybrid power system testbed which has signi cantly contributed to this dissertation. I am also thankful to Professor Ryan Eustice for his constructive comments and suggestions.
    2012-11-28 18:18:40下载
    积分:1
  • C# 实现进守护功能 通用于所有进,非法关闭和关机依然适用 附完整源码下载
    1. 下载本实例源码                      2. 安装注意事项 在配置档中配置你要守护的应用程序,应用程序之间用逗号隔开: 01 02 03   04     09   10 该项目是Windows服务,直接打开“CocoWatcher.exe”会报错,如图1所示:运行该守护程序需安装Windows服务,点击批处理文档“安装.bat”即可,“安装.bat”具体内容如下: 1 "%cd%InstallUtil.exe" "%cd%CocoWatcher.exe" 2 net start "CocoWatcher" 3 pause 如果你想卸载该守护程序,点击批处理文档“卸载.bat”,“卸载.bat”具体内容如下: 1 net stop "CocoWatcher" 2 "%cd%InstallUtil.exe" "%cd%CocoWatcher.exe"  -u 3 taskkill /f /im CocoWatcher.exe 4 pause 3. 需求分析 用户指定要守护的应用程序(数量不限),该应用程序不仅包括exe可执行文件,还包括诸如jpg、txt等所有能双击打开执行的应用程序。用户设定好要守护的应用程序后,关闭应用程序(包括合法和非法关闭),该应用程序要能立即重启打开。当电脑重启时,要守护的应用程序也能自动全部打开。 4. 详细设计 要实现上述需求,首先要提供一个配置档,让用户能随意配置要守护的应用程序。那么,该配置档要配置应用程序的什么信息呢?答案:应用程序的全路径。 好,我们已经知道了要守护的应用程序的全路径,接下来怎样完成守护任务呢?首先,我们应该打开任务管理器,查看一下正在运行的有哪些进程,然后逐一读取出这些进程的全路径,与要守护的应用程序的全路径比对,如果一致,说明要守护的应用程序已开启了,此时要分配一条线程监控该进程句柄,当该进程句柄返回信息,说明该进程已关闭,此时释放进程句柄内存,并重启该进程。如果遍历任务管理进程列表中所有进程,没有找到与要守护的应用程序的全路径一致的进程,说明要守护的应用程序尚未打开,此时要启动该应用程序,然后转入监控流程。 值得注意的是,一定要额外分配线程去监控要守护的应用程序,为什么?因为如果你用主线程(入口函数线程)去执行监控任务,会被长期阻塞,直到进程退出才会被激活,这样就无法运行后续程序。况且,监控程序要实现持续监控,要使用死循环,如果主线程进入死循环,就无法监控其他要守护的进程了。
    2013-07-19下载
    积分:1
  • 根据本机所处网络(本机IP与掩码进行判断)进行搜索本机所处网络里的主机。目前支持聊天及消息传送,主要用于校园网...
    根据本机所处网络(本机IP与掩码进行判断)进行搜索本机所处网络里的主机。目前支持聊天及消息传送,主要用于校园网-under the machine where Network (IP of the machine and mask judgment) conducted a search of the plane where network"s mainframe. Current support chat and messaging, mainly for the campus network
    2022-01-24 15:18:49下载
    积分:1
  • 824707
    易语言源码分享,希望更多的朋友了解易语言,源码名称:刷新注册表()
    2018-01-04 19:12:04下载
    积分:1
  • 使用remotting实现客户端服务端通信一个小实例。作一下修改可实现双向通信...
    使用remotting实现客户端服务端通信一个小实例。作一下修改可实现双向通信-Remotting the use of client service to achieve a small example of client communications. What modifications can be realized for two-way communication
    2022-08-23 02:46:32下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载