码迷,mamicode.com
首页 >  
搜索关键字:choice    ( 840个结果
压缩感知(十)
压缩感知仿真验证 一维信号重建实验 clear; close all; choice_transform=1; choice_Phi=0; n = 512; t = [0: n-1]; f = cos(2*pi/256*t) + sin(2*pi/128*t); % n = length(f); a ...
分类:其他好文   时间:2020-02-19 15:08:17    阅读次数:122
Part Time
The Part Time network provides free online job search and part-time or full time recruitment services to help job seekers find suitable jobs and find ...
分类:其他好文   时间:2020-02-19 13:35:22    阅读次数:78
购物车程序
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Author:Huan #购物车程序 #需求: #1.启动程序后,让用户输入工资,然后打印商品列表 #2.允许用户根据商品编号购买商品 #3.用户选择商品后,检测余额是否够,够则直接扣,不够则提醒 #4 ...
分类:其他好文   时间:2020-02-11 00:24:24    阅读次数:61
Flip Game / POJ 1753
Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other o ...
分类:其他好文   时间:2020-02-08 22:02:58    阅读次数:86
简单加减乘除
#include <stdio.h> #include <string.h> char get_choice(void); char get_first(void); float get_float(void); void add(void); void subtract(void); void m ...
分类:其他好文   时间:2020-02-08 16:05:14    阅读次数:69
DRF框架之Serializer序列化器的序列化操作
在DRF框架中,有两种序列化器,一种是Serializer,另一种是ModelSerializer. 今天,我们就先来学习一下Serializer序列化器。 使用Serializer序列化器的开发步骤: 1. 定义Serializer序列化器 首先,我们要在子应用中,创建见一个serializers ...
分类:其他好文   时间:2020-02-06 20:14:50    阅读次数:66
C语言入门:指针的概要
1 /* Note:Your choice is C IDE */ 2 #include "stdio.h" 3 void main() 4 { 5 //指针 6 //什么是指针 一个变量的地址 就是该变量的指针 7 // 咱们学习的C语言里把 地址 叫做指针 8 //如果想访问地址 需要用什么方法 ...
分类:编程语言   时间:2020-02-06 19:27:57    阅读次数:60
软件开发目录规范
软件开发目录规范 一、软件开发的目录规范 为了提高程序的可读性与可维护性,我们应该为软件设计良好的目录结构,这与规范的编码风格同等重要,简而言之就是把软件代码分文件目录。假设你要写一个ATM软件,你可以按照下面的目录结构管理你的软件代码: ...
分类:其他好文   时间:2020-01-31 00:54:28    阅读次数:68
random 模块 python 生成大写字母,小写字母及数字的5位随机数
import random print(random.random()) #0.1-1 print(random.randint(1,8)) #1-8 print(random.choice("helloworld")) #h e l l o w o r l d 打散字符串,随机输出一个。 prin ...
分类:编程语言   时间:2020-01-28 17:34:05    阅读次数:98
单词记录1.26
春节期间单词记录 Zen Garden is a great choice for lunch or dinner. Their specialty is vegetarian dishes, but there are also some lovely fish and chicken choic ...
分类:其他好文   时间:2020-01-26 22:24:27    阅读次数:94
840条   上一页 1 ... 6 7 8 9 10 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!