-
SDIO-whitepaper
This document is regarding SD<MMC< SDIO card and driver concepts.
- 2010-05-07 16:58:58下载
- 积分:1
-
25551
WIN7禁用Ctrl+Alt+Del键例程,程序调用API函数实现禁用Ctrl+Alt+Del键。(WIN7 disable Ctrl+ Alt+ Del key routines , the program calls API functions to disable Ctrl+ Alt+ Del key.)
- 2016-06-03 21:40:55下载
- 积分:1
-
Plan695 (4)
jhfs grpahiic temperartuee fornalisn
- 2019-01-08 01:26:06下载
- 积分:1
-
pk1.05ym
C#语言开发的自动排课系统,运行在ASP.NET软件上。(C# language to develop an automatic Timetable system software running on ASP.NET.)
- 2009-05-27 10:30:55下载
- 积分:1
-
人事考勤管理系统
人事考勤管理系统包括用户管理,部门信息管理,员工信息管理,考勤数据录入,考勤信息汇总(Personnel attendance management system includes user management, department information management, employee information management, attendance data entry, attendance information collection)
- 2017-09-15 11:55:45下载
- 积分:1
-
Visual-Basic-programming-examples
Visual Basic 6.0编程实例大全(Visual Basic 6.0 programming examples)
- 2014-04-11 12:18:12下载
- 积分:1
-
A complete example of port procedures, including the server and the client, you...
一个完成端口程序的例子,包含服务器和客户端,可以多个客户端同时登陆,类似网络棋牌类游戏。-A complete example of port procedures, including the server and the client, you can visit multiple clients at the same time, similar to the network Card games.
- 2023-05-16 09:50:04下载
- 积分:1
-
tull-doreian
哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩,很好,不错(Huffman tree coding, using Huffman tree algorithm to achieve data compression, good, good)
- 2018-12-31 00:04:48下载
- 积分:1
-
我只写了前4个,这个是别人的程序,我觉得写的很好,就传了上来,是FTP扫描的工具,扫描别人21端口,试能否匿名连接...
我只写了前4个,这个是别人的程序,我觉得写的很好,就传了上来,是FTP扫描的工具,扫描别人21端口,试能否匿名连接-I just write the first four, the other is the process, I think was a very good on-the ranks of the FTP scanning tools, scanning port 21 others, whether anonymous connections trial
- 2022-06-13 11:25:11下载
- 积分:1
-
C#自动更新服务(本地服务安装)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{ //获取学生信息 public class Service_Update_Data : IWindowsService { private ILogWriter _logWriter = null; private const string logCategory = "Services.Info"; private string logInfoSource = "Update_Data"; private const string logErrorCategory = "Services.Error"; private const string logErrorSource = "Update_Data_Error"; private bool BeStop = true; private System.Timers.Timer timer = null; public void Start(Common.Log.ILogWriter logWriter, string gameCode) { gameCode = gameCode.ToUpper(); logInfoSource = gameCode; _logWriter = logWriter; BeStop = false; StartRequestData(); } int stata = 0; private void StartRequestData() { try { #region 配置 //时间频率 var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData"); //更新学生开始时间 var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime"); //更新学生结束时间 var studentendtime = ServiceHelper.GetInterval("StudentEndTime"); //是否更新学生基本信息:true为更新 false为不更新 var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet")); #endregion timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () => { int timeHour = DateTime.Now.Hour; if (timeHour == 3) stata = 0; #region 更新学生基本信息 if (studentbegintime
- 2015-03-11下载
- 积分:1