-
WPF 圆形菜单(仅UI实现,需自定义事件)
圆形的菜单很漂亮很好用
- 2016-06-22下载
- 积分:1
-
ECMA-335
ECMA-335 CLI语言程序设计 程序设计(ECMA-335 CLI language programming programming)
- 2013-04-25 10:09:43下载
- 积分:1
-
79952340
一种OFDMA低复杂度的比例资源分配策略仿真程序,C语言编程的()
- 2018-04-20 15:50:02下载
- 积分:1
-
TFF
C语言编写的时域基2抽取的FFT算法程序,经测试其结果与在MATLAB中的值相比精确度很高。(C language-based time-domain extraction of the FFT algorithm for two procedures, the results have been tested and compared with the value in MATLAB with high precision.)
- 2010-01-24 12:33:31下载
- 积分: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
-
C#通过读取硬盘序列号,生成license文件。
C#通过读取硬盘序列号,生成license文件。(C# generates the license file by reading the serial number of the hard disk.)
- 2019-05-17 16:54:11下载
- 积分:1
-
BMPconvertTXT
本程序通过 c++ 工具进行对BMP图像显示,转换为TXT格式并进行存储,适合于开发系统C++的研究者!(This procedure through the c++ tool for the BMP image display, converted to TXT format and storage, suitable for the development of system C++ researchers!)
- 2017-05-14 10:37:27下载
- 积分:1
-
OutPut1
第4章 基本输入处理OutPut1OutPut1.rar,很不错的vc源码,希望能对大家有所帮助(Chapter 4, the basic input processing OutPut1 OutPut1.rar, very good vc source code, I hope you can help)
- 2011-09-11 22:59:30下载
- 积分:1
-
CDirectoryChangeWatcher
一个目录变化监控类,空闲时间写的,方便调用,可扩展(A directory change monitoring class, free time to write, easy call, scalable)
- 2021-01-11 14:28:50下载
- 积分:1
-
指纹识别工具 实例源码下载
指纹识别实例
- 2013-02-02下载
- 积分:1