-
wizard-framework-master
安装向导界面模板,用户可以派生UI,进行定制自己想要的向导程序工程(Install wizard interface template. Users can derive UI and customize Wizard program engineering they want.)
- 2020-06-23 22:40:01下载
- 积分:1
-
C#实现UDP收发结构体 send_receive_struct_CSharp
C#实现UDP收发结构体,具体采用逐字节发送的方式,解决了与C++之间的网络通信问题。(sending and receiving of struct in C#)
- 2020-06-28 09:40:02下载
- 积分:1
-
C#断点续传下载文件 实例下载
断点续传下载文件 功能已经实现
- 2013-01-23下载
- 积分:1
-
Panel
这是vc用对话框做面板的源码,可以将各个对话框嵌套在一个主对话框中(This is vc dialog box to do with the source panel, the various dialog boxes can be nested in a main dialog)
- 2009-03-10 17:28:00下载
- 积分:1
-
Drawing
一个WPF的画图小实例,方便大家学习理解WPF。包括了渐变等多个效果(A small drawing of WPF instance, to facilitate study and understand the WPF. Including multiple effects of gradients, etc.)
- 2012-11-28 09:36:04下载
- 积分:1
-
ceing
一个直接写屏的模拟电影字幕的效果的测试程序,可以给你的程序带来很漂亮的效果1(A direct write screen simulation film subtitle effect test program, can give your program to bring a very beautiful effect 1)
- 2018-09-30 06:21:39下载
- 积分:1
-
dpPlin-master
本源程序是MC9S08EL32的单片机和VPC3芯片来实现DP从站开发的源程序;(The source code is MC9S08EL32 microcontroller and VPC3 DP slave chip to achieve development of the source )
- 2014-02-27 09:47:17下载
- 积分: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
-
plot_function
频率选择性衰落信道的建模与仿真,具体实施方法(Frequency selective fading channel modeling and simulation modi, concrete implementation methods)
- 2021-04-05 16:59:04下载
- 积分:1
-
Wm8731-音量调节程序
说明: WM873l是一款功能强大的低功耗立体声24位音频编解码芯片,这是它的的音量调节程序(Volume regulation program of wm8731 chip)
- 2020-12-03 02:49:25下载
- 积分:1