内容索引:VB源码,网络相关,局域网,探测器  一款局域网网络密码探测器,可探测局域网工作站上的共享目录密码,本程序旨在说明原理,因此界面做的比较简,有兴趣的网友可自行完善。本程序主要采用穷举法,从1位至8位,对于简单密码例如: aa , ab, bb 可很快探测到,否则程序运行时间会很长,比较长的密码例如8位可能需要几天的时间;可以再进行一些优化处理.例如只探测字母,只探测数字,探测字母与数字,从几位密码开始探测等。
2022-12-13 14:29:13 4KB VB源代码 网络相关
1
包含boost、libevent、openssl、zlib、msys、perl等。 windows下使用MinGW编译thrift方法: https://blog.csdn.net/xzhswust/article/details/126914014 windows下使用VS2015编译thrift方法: https://blog.csdn.net/xzhswust/article/details/126915345
2022-12-13 14:10:13 144.12MB thrift
1
易语言取淘宝订单信息源码
2022-12-13 01:27:52 13KB 网络相关源码
1
基于Vue的TodoList示例,麻雀虽小,五脏俱全
2022-12-12 16:02:27 38KB JavaScript开发-Vue.js相关
1
本资源提供一种基于c#、PCL、c++框架开发的点云多视角显示系统demo,该系统属于一个基础开发框架。(注意查看介绍中本资源可拓展开发的系统有哪些,说不定就是你需要的) 本资源提供全套的开发源码(c#、c++)和一套可直接运行的多视角点云显示系统。 该系统当前提供的功能包括:1、对.pcd/.ply格式的点云进行可视化;2、提供多个视角的显示方法(当前系统中包括XYZ三个方向的显示视角,用户可根据项目需求自行调整);3、可动态对显示点的大小进行修改;4、可自定义点云显示的视角,并设置有点云视角初始化功能;4、自定义了鼠标、键盘控制事件,可根据用户使用习惯对控制点云旋转、平移的鼠标按键进行修改;5、提供两种点云图像显示的方法(强度显示,彩色显示);并提供颜色修改功能,用户可以自行修改点云的颜色; 基于该框架可拓展开发的系统有: 1、点云语义标注系统:点云语义/实例标注系统开发; 2、点云立体框标注系统开发:可根据三视图对点云立体框进行修改; 3、点云多视角显示系统开发:可根据自定义的视角对点云进行可视化 4、点云图像实时显示系统开发; 5、涉及点云显示的系统均可使用该基础系统。
1
本资源提供一种基于c#、PCL、c++框架开发的点云多视角显示系统demo,该系统属于一个基础开发框架。(注意查看介绍中本资源可拓展开发的系统有哪些,说不定就是你需要的) 本资源提供全套的开发源码(c#、c++)和一套可直接运行的多视角点云显示系统。 该系统当前提供的功能包括:1、对.pcd/.ply格式的点云进行可视化;2、提供多个视角的显示方法(当前系统中包括XYZ三个方向的显示视角,用户可根据项目需求自行调整);3、可动态对显示点的大小进行修改;4、可自定义点云显示的视角,并设置有点云视角初始化功能;4、自定义了鼠标、键盘控制事件,可根据用户使用习惯对控制点云旋转、平移的鼠标按键进行修改;5、提供两种点云图像显示的方法(强度显示,彩色显示);并提供颜色修改功能。 基于该框架可拓展开发的系统有: 1、点云标注系统:可开发点云语义/实例标注、点云立体框标注系统; 开发示例:本文博客中有一篇关于点云标注系统的开发文档,其中有具体的运行示例。 2、点云多视角显示系统开发:可根据自定义的视角对点云进行可视化 3、点云图像实时显示系统开发; 4、涉及点云显示的系统均可使用该基础系统。
1
VC 6.0从Dll中获取 数据的实现方法,主要功能是调用Dll进程数,判断当前调用Dll的线程有多少个。显示当前调用了多少个进程:   CString strMessage = _T("");   strMessage.Format(_T("当前共%d个进程调用DLL。"), nCount);   AfxMessageBox(strMessage);   最终运行效果请参见截图所示。完整源代码码包括了DLL代码和Test测试源文件,请下载源码包。
2022-12-12 13:57:44 59KB VC 源码-系统相关
1
蓝色后台数据图表模板是一款非常大气清爽好看的后台管理相关模板素材下载。.rar
2022-12-12 12:20:42 1.97MB 模板
数据统计后台网站模板是一款适合跟统计相关html5后台网站管理模板。.rar
2022-12-12 12:20:19 1.56MB 模板
The Python code and supporting material, including example data files, are available as a single ZIP compressed archive. This must be uncompressed before use and will extract into a folder (directory) called "PythonForBiology", inside which the Python files, ending in ".py", and various sub-folders can be found. This arrangement of files and folders will allow the Python code to run directly from inside the uncompressed "PythonForBiology", i.e. the locations of any modules or data files mentioned in the code (and book) are specified relative to this location. The "examples" sub-folder contains all of the data files that are used as examples to support the Python code described in the book. The "databases" sub-folder relates to Chapter 20 and contains SQL and Python files sub-divided into sections to support both SQLite and MySQL database implementations. The "speedy" folder relates to Chapter 27 and contains code relevant to the binding of fast functions written in the C or Cython languages, including any files required for compilation. Many of the book chapters have a corresponding Python file containing the completed scripts and programs for that chapter. These files may be run directly as Python to test the code they contain. Note that several of these files will not work isolation, given that they import functionality from the others, which are assumed to be in the same folder. Chapters 1-4 and 10 do not have a corresponding Python file given that they only discuss the code in terms of short or incomplete fragments.
2022-12-11 21:14:25 7.85MB Python biology 生物信息学
1