资源列表

« 1 2 ... .84 .85 .86 .87 .88 10589.90 .91 .92 .93 .94 ... 16282 »

[系统编程asp_online_exam

说明:一个使用ASP工具开发的在线考试项目,适合初学者学习使用-A tool developed using ASP online exam project, suitable for beginners to learn to use
<周杰> 在 2025-02-06 上传 | 大小:148kb | 下载:0

[CA认证DES

说明:DES加解密算法。文本输出输入,对文本进行加密和解密。-DES encryption and decryption algorithms. Text output and input, the text is encrypted and decrypted.
<cyq> 在 2025-02-06 上传 | 大小:40kb | 下载:0

[系统编程Idle

说明:Idle类,用于判断系统是否处于闲置状态,从而可以运行一些后台程序,使用如下: 定义模块变量 dim mIdle as Idle 程序中,如Form_Load中初如化使用: Set mIdle = New Idle mIdle.IdleSeconds = 10 mIdle.Enable = True 程序中,其它地方使用: if mIdle.IsIdle then 系统闲置中,
<gisnt> 在 2025-02-06 上传 | 大小:3kb | 下载:0

[系统编程CFile

说明:文件操作的封装类,类结束时会自动关闭文件,避免有些文件打开后忘记关闭的情况。 Private mlogFileAccess As CFile Set mlogFileAccess = New CFile mlogFileAccess.OpenFile mlogFileName, omAppend Print #mlogFileAccess.handle, LogText -Wrapper class for file
<gisnt> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[系统编程SimpleXML

说明:简化的XML处理类,能得到XML中元素的值,使用简单。 使用方法:将XML字符串传给本类实例即可,如下所示(Result为XML字符串,可从文件中读出)。 Dim XML As New SimpleXML Dim strName as string XML.Content = Result strName = XML.GetTag("Name") -Simplify XML processin
<gisnt> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[系统编程1

说明:一个MFC的连接数据库的程序,通过连接类连接SQL数据库-connect to the my sql database
<烈炎孤魂> 在 2025-02-06 上传 | 大小:904kb | 下载:0

[系统编程VBDLLlink

说明:用vb生成可以导出函数的dll,主要是针对dll的。如果生成的是非dll则调用原来的link 生成,如果生成的是dll则在默认的link命令。-Vb generated can be exported function of dll, for dll. If the resulting non-dll call the original link generation, if the generated dll in the defau
<市容百> 在 2025-02-06 上传 | 大小:2.8mb | 下载:0

[系统编程3920

说明:VC++ 医院系统内涵ocx控件,登录名和数据库里面都有,-VC++ hospital system connotation ocx controls, login name and database which has
<黄茂青> 在 2025-02-06 上传 | 大小:875kb | 下载:0

[系统编程Bypass

说明:可以实现程序更改主板的bypass功能的源码-Can achieve the source code of the program to change the motherboard bypass function
<天云> 在 2025-02-06 上传 | 大小:9kb | 下载:0

[系统编程LJ

说明:快速清理系统垃圾,马上让电脑变快!节省内存!-Immediately so that the computer becomes faster
<gxm> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[系统编程student_management_system_VCPAccess

说明:学生管理系统 提供学生的基本信息管理 ,班级管理和成级管理等-student management system vc and access
<liugang> 在 2025-02-06 上传 | 大小:9.35mb | 下载:0

[加密解密des

说明:自己以前写的代码,实现des基本的功能。-Own previously written code to achieve des basic functions.
<> 在 2025-02-06 上传 | 大小:633kb | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 10589.90 .91 .92 .93 .94 ... 16282 »

源码中国 www.ymcn.org