mobcent-discuz 安米公司为discuz站转化app的mobcent接口包 更多详情请访问
2022-05-05 18:51:27 3.35MB PHP
1
excel合并多个文件一个文件
2022-05-05 18:05:01 28KB excel
11.3-将企业路由器配置家用路由器配置示例ensp工程文件 详细配置文档:https://www.orcy.net.cn/2367.html
2022-05-05 18:04:33 8KB PPPoE 企业路由器
1
大数据-算法-高维稀疏对比较数据中的BradleyTerry模型.pdf
2022-05-05 14:05:15 3.34MB 算法 big data 文档资料
JTRANSC Documentation You can find documentation at the . What is this? JTransc (Java Trans Compiler) is an AOT (ahead of time compiler) that compiles .class and .jar files into a target programming language / executable bundling all the required dependencies in a single file or folder, without requiring a jitter or an external runtime. Why using JTransc? There are a lot of technologies in order t
2022-05-05 13:46:55 4.46MB javascript kotlin java dart
1
可用作arcgis、geoda等软件
2022-05-05 11:09:10 74KB 地理学 空间分析
1
本文通过AD转换并输出PWM信号,通过输入电压的变化调整PWM输出信号占空比,分析了利用Matlab/Simulink生产DSP TMS320F2812的代码开发设计方法。
2022-05-05 09:23:01 515KB TMS320F28335 MATLAB simulink DSP
1
单纯解析json可提出来单独进行使用!直接调用jsontosql进行转换!
2022-05-05 08:10:15 2KB delphi json 解析json
1
看了挺多博客感觉都挺复杂的,自己写这个自认为比较简单,也更灵活,希望可以帮到需要的人,也欢迎有大佬批评指正!! n=int(input("请输入总人数:")) m=int(input("请规定报到数字几的人退出圈子:")) circle=[] for i in range(1,n+1): circle.append(i) num=1 while len(circle)!=1: circle.append(circle.pop(0)) #把已报数的人取出放到队尾,以此实现围圈循环往复 num+=1 if num==m: del circle[0]
2022-05-04 23:06:06 30KB 列表 程序
1
将python的.py文件打包.exe的可执行文件可分为4部: 1.安装pyinstaller库(在cmd命令行输入pip install pyinstaller,如果有错误可借鉴python第三方库的安装) 2.下载自己想要的.ico图标(.ico图标的下载地址) 3.将.ico文件和.py文件都放到桌面 4.在前三步都完的前提下在命令行输入: cd Desktop(切换到桌面) pyinstaller -F -i -w C:\Users\boke\Desktop\v.ico x.py -F:表示开始执行打包 -i:表示程序有错也继续打包 -w:表示在运行程序的时候显示控制
2022-05-04 18:52:25 27KB desktop ex python
1