登录
首页 » Python » pikaqiu

pikaqiu

于 2019-07-10 发布 文件大小:2KB
0 199
下载积分: 1 下载次数: 0

代码说明:

  使用turtle绘图,绘制一只可爱的皮卡丘。快来试试吧!(Draw a cute Pikachu using turtle drawing. Come and have a try!)

文件列表:

pikaqiu.py, 12042 , 2019-05-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Com++的例子序,学习com++的朋友可以看一看
    Com++的例子程序,学习com++的朋友可以看一看-Com examples procedures, learning com friends can see
    2022-02-07 23:34:16下载
    积分:1
  • 自己用标准C++写的ftp客户端
    C++标准写的程序协议,根据ftp的标准协议,使用socket编程,实现ftp客户端,能在linux之下与windows下运行。
    2022-02-20 23:37:16下载
    积分:1
  • c# WPF常用控件大全(组件合成功能)
    组件合成功能
    2019-06-13下载
    积分:1
  • hackqqqwq
    黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码,黑客强大源码(Hackers powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source code, hacking powerful source)
    2014-02-05 17:43:58下载
    积分:1
  • thresholds
    分布式网络,考虑拜占庭攻击,通过门限设计改善网络性能,提高分布式定位精确度(Distributed network, consider the Byzantine attack, by improving the design of network performance threshold, distributed improve positioning accuracy)
    2021-03-18 14:39:20下载
    积分:1
  • 基于PRI的雷达信号分选
    说明:  基于PRI的雷达信号分选,对于不同PRI值的雷达信号进行分选(Radar signal sorting based on PRI)
    2020-04-14 11:44:02下载
    积分:1
  • 自己写的socks5代理完整源代码!
    自己写的socks5代理完整源代码!-togig wrote the integrity of the source code Acting!
    2022-02-27 04:44:39下载
    积分:1
  • java实现的socket连接池,使用了apache的objectpool
    java实现的socket连接池,使用了apache的objectpool-java achieve the socket connection pool, the use of the apache objectpool
    2022-01-25 20:12:50下载
    积分:1
  • 接口调试助手,很有用。接口调试助手
    网络接口调试助手,很有用。网络接口调试助手-Network interface debugging assistants, very useful.
    2023-04-15 02:00:03下载
    积分:1
  • socket 通信 控制台序 测试通过
    socket 网络通信 控制台程序 测试通过  #include #include #pragma comment(lib, "ws2_32.lib") void main() {     WORD wVersionRequested;     WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。     int err;          wVersionRequested = MAKEWORD( 1, 1 );          err = WSAStartup( wVersionRequested, &wsaData );     if ( err != 0 ) {         return;     }          if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )      {         WSACleanup( );         return;     }     SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接     //初始化连接与端口
    2023-07-26 07:35:05下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载