码迷,mamicode.com
首页 >  
搜索关键字:author    ( 11116个结果
php网云发短信
<?php namespace lib; /** * Description of Qrcode * 网云发送短信 * @author lsf */class Wangyuncms { /** * 多个发送短信 * @param type $mobile * @param type $setting ...
分类:Web程序   时间:2020-06-27 16:19:25    阅读次数:96
php百度轨迹
<?php /** * Description of Rsa * * @author lsf */ namespace lib; class BaiDuTsapi { //apk='1amCKqfKoSobuxXg3q1Q1rYiUOX7czX9' //put your code here //创建 ...
分类:Web程序   时间:2020-06-27 16:07:19    阅读次数:102
tp5的rsa加密
<?php /** * Description of Rsa * * @author lsf */ namespace lib; class Rsa { //put your code here static public $private_parm = null; static public $p ...
分类:其他好文   时间:2020-06-27 16:04:16    阅读次数:116
php七牛云
<?php namespace lib; use think\Loader; /** * Description of Qrcode * * @author lsf */class Qiniu { private $bucket; private $uploadMgr; private $qiniu ...
分类:Web程序   时间:2020-06-27 16:03:35    阅读次数:126
php高德轨迹
<?php /** * Description of Rsa * * @author lsf */ namespace lib; class GaoDeTsapi { //put your code here //创建服务 static public $service_add = "https:// ...
分类:Web程序   时间:2020-06-27 15:58:40    阅读次数:151
php生成海报
<?php namespace lib; /** * Description of Poster * * @author lsf */class Poster { //put your code here// header("Content-type:image/png");// imagepng( ...
分类:Web程序   时间:2020-06-27 15:50:30    阅读次数:182
Python就业班——Python基础知识
#!/usr/bin/env python3 # coding=utf-8 # Version:python3.6.1 __date__ = '2020/5/23 10:21' __author__ = 'Lgsp_Harold' # account = "888888" # amt = 12345 ...
分类:编程语言   时间:2020-06-26 23:52:06    阅读次数:77
爬取西瓜视频
1 # -*- coding: utf-8 -*- 2 # __author__ = "maple" 3 4 5 from base64 import b64decode 6 from lxml import etree 7 import requests 8 import json 9 impor ...
分类:其他好文   时间:2020-06-26 16:19:44    阅读次数:165
LVQ神经网络的分类——乳腺肿瘤诊断
这篇文章是我的一个结课小论文,分享出来,希望对各位有所帮助,源码以及解释都有。 author:xiao黄缓慢而坚定的生长公众号:Community Detection欢迎各位关注嘻嘻嘻 程序和数据上传到网盘中,程序也可以看附录。 链接:https://pan.baidu.com/s/1cxVOK54 ...
分类:其他好文   时间:2020-06-26 14:59:37    阅读次数:70
Python 格式化输出
1 #!/usr/bin/env python 2 # Author: Andy Song 3 # date: 2020/6/25 4 # 占位符: %s: string, %d: digit, %f: float 5 6 name = input("Your Name Is: ") 7 gende ...
分类:编程语言   时间:2020-06-26 01:37:49    阅读次数:93
11116条   上一页 1 ... 41 42 43 44 45 ... 1112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!