-
国家集训队2013~2017论文集
说明: 信息学竞赛星火燎原,成为候选队15人之一乃是所有OI选手梦寐以求的理想。每年15篇论文,指引着该竞赛的最前沿动向,可以给予选手们无限的启迪。阅读并理解其中的经典篇目,是无数OI选手进阶的必由之路。(Informatics competition is sparking and becoming one of the 15 candidates is the dream of all OI players. Fifteen papers a year are the latest trend in the competition, which can give infinite enlightenment to the competitors. Reading and understanding the classics is the only way for countless OI players to advance.)
- 2020-06-17 06:20:02下载
- 积分:1
-
php蓝狐文章管理系统
php蓝狐文章管理系统-php Blue Fox article management system
- 2022-02-12 19:24:13下载
- 积分:1
-
CE340_Timers
timers for embedded projects
- 2019-03-21 19:47:55下载
- 积分:1
-
lua-design
lua程序设计,lua入门最经典的电子书,高清版本(lua programming, lua Getting the most classic books, HD version)
- 2014-11-29 00:28:05下载
- 积分:1
-
80套经典网页设计模版 80套完整的经典网页设计模板,很酷!有些模板您修改修改就可建站,真的不错! 对于不习惯用各种工具但是又渴望做一个网页的你特别适用,而大侠...
80套经典网页设计模版 80套完整的经典网页设计模板,很酷!有些模板您修改修改就可建站,真的不错! 对于不习惯用各种工具但是又渴望做一个网页的你特别适用,而大侠级的朋友们也值得研究研究-80 sets of classic web design templates 80 complete sets of the classic web design templates, cool! Some templates you can amend the amendment the establishment of the station, really good! For those using various tools but also eager to do a special website you apply, and the heroes- class friends is worth studies
- 2022-02-10 17:05:55下载
- 积分:1
-
基于S函数的BP神经网络PID控制器Simulink仿真
基于S函数的BP神经网络PID控制器Simulink仿真(BP neural network PID controller Simulink simulation based on S function)
- 2020-10-15 14:37:30下载
- 积分:1
-
简易网络嗅探器
网络嗅探器在网路安全方面扮演很重要的角色。使用网络嗅探器可以把网卡设置为混杂模式,并可实现对网络上传输的数据包的捕获与分析。次分析结果可供网络安全分析之用,更有可能被用来做一些黑客行为。本文将详细介绍嗅探器的实现原理,并给出一个简单的实例。(Network sniffer plays a very important role in network security. The network sniffer can be used to set the network card as promiscuous mode, and it can capture and analyze the data packets transmitted on the network. The results of sub analysis can be used for network security analysis, and more likely to be used to do some hacker behavior. In this paper, the implementation principle of sniffer is introduced in detail, and a simple example is given.)
- 2017-10-27 20:45:09下载
- 积分:1
-
276_asi_loader_scripthooks
说明: GTA ASI Loader by GiTaRiST
- 2019-06-09 21:14:22下载
- 积分:1
-
System.Data.SQLite
说明: how ti op ln fvc dethj thfsq htr yfs gd hf
- 2019-04-20 05:17:45下载
- 积分: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