搜索资源列表
Wangmeng_javajspchat
- cdfsObjirc是一款基于IRC的Java聊天程序。这是第五代产品,包括:流行的GUI图形模式(为普通人而不只是开发者设计的)。基于事件支持IRC协议。基于插件的Python和Java支持DCCpro-cdfsObjirc IRC is a Java-based chat program. This is the fifth-generation products, including : the popular GUI graphics mode (for the ordinary peo
cppexpythonsrc
- Python是一种简单易学,功能强大的解释型编程语言,它有简洁明了的语法,高效率的高层数据结构,能够简单而有效地实现面向对象编程,特别适用于快速应用程序开发,也可以用来开发大规模的重要的商业应用。Python是一个理想的脚本语言。-Python is a simple and easy to learn, powerful interpreted programming language, it is clear and concise grammar and high efficiency o
qiu
- 利用sudo来执行一条root权限的命令 执行一条命令就要su一下,很麻烦。 sudo sh -c \"python mount.py\" 这样来执行,我个人觉得就方便多了。 ^_^ -use sudo to implement a root of the command execution order should a su that very troublesome. Sudo sh-c "python mount.py" to implem
pythonexamples1
- 非原创。很好的python例子,有友好的界面,有互动。-non-original. A good example python, a friendly interface, interactive.
pyodbc-2.0.23
- python语言开发程序用到的连接任意一种数据库的odbc驱动程序。附带有使用例子。-python language development procedures used in the arbitrary linking a database odbc driver. With the use of examples.
svm-python
- This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package mer
MP3Player.rar
- 一个用VB编写的MP3播放器,该界面设计的合理漂亮,是初学者学习开发的好的例子,a mp3 player coded in VB which is beautiful and efficient. Those who are new to this cp language can take advantage of this to get familier with it.
wx
- wxPython做的简单的图形界面实例,可以用右键全屏拖动。-A sample for UI construct by wxPython, while could be draged around the screen.
button_example
- create a button in python = a simple tutorial
uusxiv
- ssm开发实现简单的oa办公管理系统,模板是网上下载,后端代码自己实现(SSM development and implementation of a simple OA office management system, templates are downloaded online, the back-end code to achieve their own.)
HoudiniExprEditor_v1_1_1
- 将houdini的内置编辑器中的vex或python的代码推送到vscode上。自动配置的语法高亮和自动补全。(Houdini Expression Editor allows you to set up an external text editor for all type of expressions. Such as Vex snippet, python code, Hscr ipt. It uses a system of file watchers to keep track of
第六周-presentationPandasPython
- python入门主要讲述了有关python入门知识中的pandas相关模块的部分内容,较为简单,推荐初学者查看,有助于更好地理解(Getting started with Python mainly tells a part about the pandas related module in Python's introductory knowledge. It is relatively simple. It is recommended for beginners to check and
Python编程:从入门到实践
- python从入门到实践主要讲述了有关python入门知识中的各个常用的相关模块的部分内容,较为简单,推荐初学者查看,有助于更好地理解(Getting started with Python mainly tells a part about the pandas related module in Python's introductory knowledge. It is relatively simple. It is recommended for beginners to check
double_windows_example
- 一个简单的通过按钮弹出新窗口的例子,使用PyQt5&Python3编写。重点是QDialog。(A simple example of popping up a new window through a button is written in PyQt5 & Python 3. The emphasis is on QDialog.)
getHwnd
- 代码的功能为,指定获取当前运行程序的窗口句柄,可用于对某句柄操作前的获取.(The function of the code is to specify a window handle to get the current running program, which can be used to get a handle before operation.)
D2DRelayAssistedCellularNetworks-master
- 一个基于python语言的D2D信道分配编程(A D2D Channel Allocation Programming Based on Python Language)
qp12306
- python开发的抢票软件,调用了爬虫和PYQT5,是个很好的例子(Python's ticket-grabbing software, which calls the crawler and PYQT5, is a good example.)
python编程从入门到实践的案例和动手试一试源代码
- python编程从入门到实践的案例和动手试一试源代码.本书旨在让你成为优秀的程序员,具体地说,是优秀的 Python 程序员。通过阅读本书,你将迅速掌握编程概念,打下坚实的基础,并养成良好的习惯。阅读本书后,你就可以开始 学习 Python 高级技术,并能够更轻松地掌握其他编程语言。(Python programming from entry to practice examples and hands-on source code. This book aims to make you a g
meshTools
- abaqus python实现对所建立的模型网格进行切割、合并等操作的批处理插件程序(ABAQUS Python implements a batch plug-in program for cutting and merging the established model grid)
Python_Soduku_Cheats-master
- 本项目使用Python实现,仅使用了copy模块和time模块,代码中大量应用了for循环、if条件判断、列表(list)方法和递归,适合Python初学者巩固Python基础;在config文件中根据数独题目,更新数独列表的值;然后执行soduku.py,就会输出该数独题目对应的答案。(This project is based on Python , and I used no modules other than copy and time. The code use a lot of B