-
intel8xC196
intel 的很早的CPU芯片资料了,不过对学习CPU的结构和了解CPU发展还是有帮助的(intel the early information available to the CPU chip, but the CPU for learning and understanding the structure of CPU development or help)
- 2008-12-30 14:48:31下载
- 积分:1
-
AystemwV10
HLPDK V10,0+ System Extension Library,(HLPDK V10, 0 + System Extension Library,)
- 2017-08-19 20:30:55下载
- 积分:1
-
CINBOJ
vb net报表设计器 Vb Net report designer()
- 2018-05-08 13:14:34下载
- 积分: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
-
windows32
此是外国书籍的源代码,中文名叫:WINDOWS32位编程,好似吧.
此书很经典的,作为学习windows32位编程的朋友而言,当然,源码可能是你们所要的.(this foreign books of source code, the Chinese name : WINDOWS32-programming, like it. The book is classic, as a learning-programming windows32 friends, of course, FOSS may be what you need.)
- 2006-12-26 12:35:45下载
- 积分:1
-
MainWindow
main window for finger print
- 2009-10-08 13:39:33下载
- 积分:1
-
sonrcxcode
鼠标的控制和优化的几个很好的小程序的源代码,对鼠标好些功能都作了设计,(The mouse control and optimization of several good small program source code, all the better for the mouse function design,)
- 2017-05-30 23:14:07下载
- 积分:1
-
Pedump
把exe里面的资源通通取出来,实现反编译(Exe inside to check out all the resources, realize decompile)
- 2007-07-19 11:03:23下载
- 积分:1
-
仰邦LED控制卡Demo
该程序是一个仰邦LED卡的Demo,主要是有连接控制卡、通过控制卡向LED发送文字、通过控制卡展示表格,注意该程序使用的是LedDynamicArea.dll动态链接库实现的,如果你有什么新的想法,可以在https://xian689.com沟通
- 2020-02-25下载
- 积分:1
-
OASystem
本代码只是简单实现了办公系统的一小部分,使用struts等框架,只适合初学者参考。(This code simply implements a small part of office systems, such as using the struts framework, reference is only suitable for beginners.)
- 2011-09-11 17:33:11下载
- 积分:1