码迷,mamicode.com
首页 >  
搜索关键字:eric    ( 1626个结果
c++STL之常用算术生成算法
accumulate:计算容器元素累计总和 fill:向容器中添加元素 1.accumulate #include<iostream> using namespace std; #include <vector> #include <numeric> //常用算术生成算法 void test01() ...
分类:编程语言   时间:2019-12-29 14:53:28    阅读次数:87
python学习:列表、元组、字典
一、列表: 列表的下标是从0开始的,最后一个元素的下标可以用 -1,取元素的时候”顾头不顾尾“。定义如下列表: names = ["Alex","Tenglan","Eric","Rain","Tom","Amy"] 1、切片: 1 >>> names = ["Alex","Tenglan","Er ...
分类:编程语言   时间:2019-12-23 19:10:53    阅读次数:118
linux MySQL5.7 rpm安装(转)
删除旧包: 安装rpm包: 启动、停止: # service mysqld start# service mysqld stop# service mysqld status 初始随机密码: 修改初始密码及授权远程访问: 密码复杂度属性: validate_password_policy有以下取值: ...
分类:数据库   时间:2019-12-21 20:39:51    阅读次数:101
C# 模拟浏览器并自动操作
本文主要讲解通过WebBrowser控件打开页面,并自动输入实现搜索功能,仅供学习分享使用,如有不足之处,还请指正。 ...
分类:Windows程序   时间:2019-12-20 22:34:18    阅读次数:586
测试winform自动悬浮
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2019-12-20 01:15:20    阅读次数:109
CMT307 Applied Machine Learning
Cardiff School of Computer Science and InformaticsCoursework Assessment Pro-formaModule Code: CMT307Module Title: Applied Machine LearningAssessment T ...
分类:移动开发   时间:2019-12-19 13:00:29    阅读次数:89
asbDio (asbDio.dll)
using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices; namespace WagweiCSharpDIO_AWP_ASB{public class W ...
分类:其他好文   时间:2019-12-16 19:09:30    阅读次数:105
IPC之sem.c源码解读
// SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/sem.c * Copyright (C) 1992 Krishna Balasubramanian * Copyright (C) 1995 Eric Schenk, Bruno Haible * ...
分类:其他好文   时间:2019-12-14 21:26:40    阅读次数:115
IPC之ipc_sysctl.c源码解读
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2007 * * Author: Eric Biederman <ebiederm@xmision.com> */ #include <linux/module.h> #inclu ...
分类:其他好文   时间:2019-12-14 20:55:24    阅读次数:97
创新产品的需求分析:未来的图书会是什么样子?
· 如何对需求不确定的创新产品进行分析和设计?简要总结一下有哪些方法和策略: 一、软件需求的不确定性 软件的研制是一种人的智力创造,软件的产品是一种信息的产品,是无形的。而根据自然辩证法的认识论观点,物质是第一性、精神是第二性的,人的认识过程是不断深化的。所以,在一般情况下,当客户在看到软件最终产品 ...
分类:其他好文   时间:2019-12-14 19:14:16    阅读次数:85
1626条   上一页 1 ... 20 21 22 23 24 ... 163 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!