为您找到约 65 条结果,搜索耗时:0.0063秒

KeePass

... == 8);     UINT64 uIndex;     pRandom->GetRandomBuffer((BYTE *)&uIndex, sizeof(UINT64));     uIndex %= static_cast<UINT64>(pCharSet->Size());     const WCHAR wch = pCharSet->GetAt(static_cast<unsigned int>(...

matlab调用opendss

...p;   DSSText.Command=['Compile "',Projpath,'"'];     %Gets the names and nominal powers (P) for each load     %You can improev this routine to include all the circuit's loads     LD_P    =   zeros(3,1);     DSSLoad.First;...

使用WLS进行电力系统状态估计

...system..(for IEEE-14 bus system replace 30 by 14)...ybus = ybusppg(num); % Get YBus..zdata = zdatas(num); % Get Measurement data..bpq = bbusppg(num); % Get B data..nbus = max(max(zdata(:,4)),max(zdata(:,5))); % Get number of buses..type = zdata(:,2); % Type of measurement, Vi - 1, Pi - 2, Qi - 3, Pi...

书籍《Python3 反爬虫原理与绕过实战》配套代码

...用并指定的方法         asyncio.get_event_loop().run_until_complete(startup(remote))     except KeyboardInterrupt as exc:         logging.info('Quit.').......................想了解详情请下载附件...

Java面试题

...index;    private String desc;    public int getIndex() {        return index;    }    public String getDesc() {        return desc;    }   ...

python初学者好例子

...ount.py-此文件扫描脚本目录并提供不同类型脚本的计数。[get_qiyi_view.py]-这是一个简单的python脚本,用于获取您的youtube视频的更多观看次数。此脚本也可以用于在qiyi上重复播放歌曲。script_listing.py-此文件将列出给定目录中的所有...

实时时钟DS1302应用

... write_ds1302_add_dat(0x8e,0x80); //写保护 while(1) { get_ds1302_time(); } }

Java面试题和笔记的分享

...LinkedList是双向链表,有next也有previous)。- 对于随机访问get和set,ArrayList优于LinkedList,因为LinkedList要移动指针。- 对于新增和删除操作add和remove,LinkedList比较占优势,因为ArrayList要移动数据。**5、讲讲类的实例化顺序,比如父...

电网深度学习包Grid2Op

...r。入门某些Jupyter作为Grid2Op软件包的教程提供。它们位于getting_started目录中。这些将帮助您了解如何使用此框架,并涵盖此框架最有趣的部分:0_Introduction和0_SmallExample描述了grid2op框架所进行的工作(对电源系统和强化学习进行...

具有邮件功能并在数据库中存储数据的联系表

...T NAMES 'utf8'")); } catch (PDOException $e) { exit("Error: " . $e->getMessage()); } ?>将数据插入数据库include('config.php'); if(isset($_POST['submit'])) { // getting Post values $name=$_POST['name']; $phoneno=$_POST['phonenumber']; $email=$_POST['emailaddres']; $subject=$...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部