-
third-party-login-for-weixin(.net)
微信公众平台第三方登录 .net
只需要修改appid appsecret等便可使用(third party login for weixin(.net))
- 2015-06-29 17:23:32下载
- 积分:1
-
XISE WBMS管理V13.0版本
说明: XISE WBMS管理V13.0版本
XISEWBMS菜刀官方网站(Xise WBMS31649
The official website of XISEWBMS kitchen knife)
- 2020-06-22 08:20:01下载
- 积分:1
-
I2C
I2C的实现,可以扩展进而控制有关I2C的器件达到操作员的控制目的。(I2C implementations, can be extended further having control of the I2C device operator control purposes.)
- 2015-06-06 21:21:05下载
- 积分:1
-
XY-two-axis-machine-control-program
XY轴联动机床控制程序,通过输入不同的坐标点可以绘制不同的轨迹图形,测试完全正常,有实物图片(To achieve a two-axis CNC machine tools XY movement, there are procedures and physical picture, a test run as usual.)
- 2015-02-26 14:32:43下载
- 积分:1
-
grDemo
自由曲线图表、柱状图、饼图的实现与转换,基于一套简单的图形类库(源代码在内)。(free curve charts, column, pie and the realization of conversion, based on a simple set of graphics libraries (including source code).)
- 2005-06-21 09:51:23下载
- 积分:1
-
dsp实验
DSP matlab 增采样仿真 定点数量化等(DSP matlab simulation of futher sampling)
- 2017-12-17 17:50:53下载
- 积分:1
-
CstmComboBox
CComboBox 弹出树状控件。包内为类文件,用时只需调用SetCustomPopupCtrl,然后就可以像操作CTreeCtrl一样操作CComboBox了。(CComboBox control pop-up tree. Package for the class file, simply call when SetCustomPopupCtrl, then the operation can operate CTreeCtrl as a CComboBox.)
- 2007-09-18 10:09:49下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
电力系统33节点粒子群算法。(一般用于配网重构)
电力系统33节点粒子群算法。(一般用于配网重构)
- 2019-03-12下载
- 积分:1
-
SAForeverMapEditor 石器地图编辑器
石器地图编辑器,SAForeverMapEditor 石器地图编辑器,石器地图编辑器,编辑石器地图的好帮手,如果你不会编辑石器地图,那么这个工具可以帮你解决很多问题!!
- 2022-02-03 20:28:26下载
- 积分:1