码迷,mamicode.com
首页 >  
搜索关键字:programming    ( 4669个结果
学习<<Python GUI Programming with Tkinter>> by Alan D.Moore记录(一)
1.关于from module import *的说明 在Python的教材和示例代码中,经常会看到 from xxx import * 的用法,但在实际产品的代码中,应该要避开这样的用法。Python模块中包含任何数量的类、函数、或者变量,但使用from xxx import * 用法调用模块时, ...
分类:编程语言   时间:2020-07-26 00:39:30    阅读次数:76
03 Comments in C Programming C编程中的注释
Comments 注释简介 Let's take a quick break from programming and talk about comments. Comments help programmers understand what exactly the computer progra ...
分类:其他好文   时间:2020-07-24 09:19:32    阅读次数:81
00 what is C Programming?C编程是什么?
C语言简介 C is a programming language that lets us give a computer very specifio commands. C语言是一种编程语言,它让我们可以给计算机非常特殊的命令。 C was invented in 1972. It's one ...
分类:其他好文   时间:2020-07-23 09:17:28    阅读次数:69
01 How does C Programming work ? C语言如何工作?
where is C used ? C 语言的应用场景 C is widely used C语言被广泛应用于: For creating desktop applications 用于创建桌面应用程序 For developing games 游戏开发 For designing Operating ...
分类:编程语言   时间:2020-07-23 09:12:31    阅读次数:75
E. Balloons Colors[ICPC Arab Collegiate Programming Contest 2013]
Assigning a balloon color to each problem is one of the tasks we need to do every year, and sometimes itis tricky. We noticed that some contestants as ...
分类:其他好文   时间:2020-07-22 20:29:29    阅读次数:62
DirectX 官方文档
Windows 开发人员中心 https://docs.microsoft.com/zh-cn/windows/ DirectX 英文文档 https://docs.microsoft.com/en-us/windows/win32/direct3d12/directx-12-programming ...
分类:其他好文   时间:2020-07-22 16:10:23    阅读次数:219
AIsing Programming Contest 2020 E - Camel Train
题目 题目意思很贪心,但有些放左边好,有些放右边好,一起做不好弄 可以分开做:一定存在一种最优方案,使得所有放在左边更优的都在左侧(存在一个分界点) 然后把两个种类分开贪心,以左边的为例: 用一个set存储还没放的位置 将所有camels按照Ri-Li排序,从大的开始处理,如果能放,就放在能放的最靠 ...
分类:其他好文   时间:2020-07-22 15:35:25    阅读次数:66
spring的IOC(反转控制)
Spring概念 1.1.1 spring 是什么 Spring 是分层的 Java SE/EE 应用 full-stack 轻量级开源框架,以 IoC(Inverse Of Control:反转控制)和 AOP(Aspect Oriented Programming:面向切面编程)为内核,提供了展 ...
分类:编程语言   时间:2020-07-19 23:08:55    阅读次数:69
Threading Programming Guide:Thread Management
Threading Programming Guide:Thread Management ...
分类:其他好文   时间:2020-07-19 18:03:25    阅读次数:61
接口测试基础
什么是接口? 接口又称API(Application Programming Interface,应用程序编程接口),是一些预先定义的函数,目的是提供应用程序与开发人员基于某软件或硬件得以访问一组例程的能力,而又无需访问源码,或理解内部工作机制的细节。 简单概括为以下3点: 程序代码(函数方法) 屏 ...
分类:其他好文   时间:2020-07-19 16:21:56    阅读次数:52
4669条   上一页 1 ... 6 7 8 9 10 ... 467 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!