-
timem_PCM
G729a library audio coding, coding PCM for g729a, compressible 16 times
- 2017-05-22 04:21:00下载
- 积分:1
-
RJCQDWI
6 ways to start other programs
- 2018-12-25 10:27:51下载
- 积分:1
-
一个读取硬盘序列号与CPU序列号的DLL
VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。(VC written by a reader drives and CPU serial number sequence, the DLL, you can use it for its own software to provide protection mechanisms.)
- 2005-05-02 16:36:26下载
- 积分:1
-
kbhook
用VC开发的驱动级键盘钩子源码,可以用户获取记录按键信息(Drive-level keyboard hook source)
- 2013-10-12 17:58:16下载
- 积分:1
-
hsad
利用DevC++写的Windows基本控件的类库,有详细的使用例子,水平有限,希望指正(Use DevC to write the Windows basic control class library, have detailed use example, the level is limited, want to point to correct)
- 2018-12-30 20:31:07下载
- 积分: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
-
NUMBERS
数字系统1.1是一个好的应用系统之间转换为四个号码(十进制、二进制、十六进制、八进制)。你可以转换所有8位、16位和32位无符号数W(Digital system 1.1 is a good application to convert between four numbers (decimal, binary, hexadecimal, octal). You can convert all 8-bit, 16-bit and 32-bit unsigned number W)
- 2013-05-14 09:37:12下载
- 积分:1
-
Snow
调用API 桌面飘雪,圣诞雪花、、、、、、、、、、、、、、、、、、、、、、、
- 2013-11-09 20:27:40下载
- 积分:1
-
BoostTest
说明: 编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。(MFC write-off procedures friends all know, through the resource editor to edit the menu item, set the menu item ID, and MFC-house by the ID to map menu and menu command handling function update function. I imagine MFC resource editor aside, the MFC program carried out by the interface configuration xml file, and then use the string to map the message processing function. Using boost libraries, I realized that vision. Specific xml file is to specify a string, then the string can find its command message processing functions and interface update command message processing function.)
- 2021-02-04 15:09:57下载
- 积分:1
-
goodsuperstar_Angel
一个小天使提醒工具的源代码,功能非常强大。感兴趣的朋友可以下来研究下。(A small angel to remind tools source code is very powerful. Interested friends can down under study.)
- 2011-12-29 15:31:39下载
- 积分:1