资源列表
sharelibDemo.7z
- VC的引用库文件为xxx.lib, GCC的为xxx.a, 通过比较两种库文件的格式,发现很相似。于是把xxx.dll,xxx.lib和xxx.h复制到Qt的project下,直接把xxx.lib改为xxx.a, 根据Qt的库名字的格式, 在xxx.a的前面加上lib, 即为libxxx.a。(The reference library file for VC is xxx.lib, and GCC is xxx.a. It is found to be very similar by comp
ArduinoJson-master
- ArduinoJson is a C++ JSON library for Arduino and IoT (Internet Of Things).(JsonArray KEYWORD1 JsonObject KEYWORD1 JsonVariant KEYWORD1 StaticJsonBuffer KEYWORD1 DynamicJsonBuffer KEYWORD1 add KEYWORD2 createArray KEYWORD2 createNestedArray KE
rootkit2007.10.20
- Rootkit是一个数字工具箱,可以加到恶意软件(*病毒间谍软件)上来隐藏它,为它提供自由访问计算机的途径。恶意软件可以通过Rootkit加载到系统内核中,并通过修改内核达到隐蔽的目地(比如让系统认为恶意软件占用的空间为坏块,从而躲避杀软扫描)。Ro otkit可以提供自由访问计算机的途径,这个比较好理解,通过Rootkit注入系统内核的恶意程序运行在系统层,具有Ring0权限。本文可以带你入门roobkit(Rootkit is a digital toolbox, which can be
assigen
- neural net problem to help
PSCAD学习笔记
- 可以较方便的学习PSCAD,供新手学习。(PSCAD Learning notes)
通讯测试
- VB与台达PLC通讯程序源码 可以监控台达PLC的输入输出状态 注释很好的解释了通讯协议的用法(jsashkjkjsahdhjdhjsjhkjhdkjsahkjhadsjkhsjkhakjdhjhuy)
Examples
- 学习STM32编程,各种编程例子程序。包括AD转换,CRC校验等等。(Learn STM32 programming, a variety of programming example programs.Including AD conversion, CRC check and so on.)
新建文件夹
- 在MATLAB软件中直接运行出图的小波分析程序(A wavelet analysis program running the graph directly in MATLAB software)
EPS
- 大地测量学,大地主题解算。通过已知点的经纬度、大地方位角,解算未知点大地经纬度。(Geodesy, geodetic solution. The latitude and longitude of the unknowns are calculated by the longitude and latitude of the known points and the large local angle.)
HYyongliu
- 变压器和应涌流的matlab仿真模型,产生梳状的和应涌流。(The MATLAB simulation model of transformer sympathetic inrush is used to produce comb sympathetic inrush current.)
MSP430code(MMC3416)
- 使用MSP430单片机读取MMC34160PJ磁阻传感器(I2C方式)(Using MSP430 microcontroller to read MMC34160PJ magnetoresistance sensor (I2C mode))
语法分析器
- 该程序使用的自上而下的LL(1)分析法,,该文法不允许左递归,首先要消除左递归。(The program uses the top-down LL (1) analysis method, which does not allow left recursion, and the left recursion is first eliminated.)
