码迷,mamicode.com
首页 >  
搜索关键字:basic calculator    ( 5003个结果
实验3-1 求一元二次方程的根 (20 分) 《C语言程序设计实验与习题指导(第3版)》
本题目要求一元二次方程的根,结果保留2位小数。 输入格式: 输入在一行中给出3个浮点系数a、b、c,中间用空格分开。 输出格式: 根据系数情况,输出不同结果: 1)如果方程有两个不相等的实数根,则每行输出一个根,先大后小; 2)如果方程有两个不相等复数根,则每行按照格式“实部+虚部i”输出一个根,先 ...
分类:编程语言   时间:2019-11-16 17:47:41    阅读次数:270
RabbitMQ入门教程(四):工作队列(Work Queues)
原文:RabbitMQ入门教程(四):工作队列(Work Queues) 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA... ...
分类:其他好文   时间:2019-11-15 13:50:25    阅读次数:74
undefined reference to `std::__cxx11::basic_string<char,
centos上编译报错,部分信息如下: /usr/local/lib/libprotobuf.so.9: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<c ...
分类:其他好文   时间:2019-11-13 11:17:22    阅读次数:305
cs244a-Introduction to Computer Networking-Unit1
Unit 1 学习目标: 1. how an application use the Internet 2. The structure of the Internet:The 4 layer model 3. The Internet protocol(IP) 4. Basic architect ...
分类:Web程序   时间:2019-11-13 00:47:50    阅读次数:142
Ethical Hacking - NETWORK PENETRATION TESTING(8)
WEP Cracking Basic case Run airdump-ng to log all traffic from the target network. At the same time, we shall use aircrack-ng to try and crack the key ...
分类:Web程序   时间:2019-11-12 01:18:40    阅读次数:99
【设计模式】命令模式
【设计模式】命令模式 封装具备“命令”特征的操作 同类操作 decouple the remote from devices Invoker:发送请求 Receiver:接受请求 1. define an abstraction that involves basic operations to d ...
分类:其他好文   时间:2019-11-12 01:03:48    阅读次数:84
postman-鉴权
概念 Cookie和鉴权的区别,cookie一般指缓存在本地的数据;鉴权一般指验证用户是否拥有访问系统的权利 鉴权分类 Basic auth:基础鉴权,数据没有加密可明文显示,一般在测试环境使用,不在线上环境使用 Oauth 2.0:并且包含了第三方登录方式,例如微博、微信、QQ等使用第三方账号进行 ...
分类:其他好文   时间:2019-11-12 00:26:09    阅读次数:109
JavaScript权威指南----一个JavaScript贷款计算器
废话不多说上例子代码: 1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title>JavaScript Loan Calculator</title> 7 <style> 8 .output{font-weight ...
分类:编程语言   时间:2019-11-11 18:19:32    阅读次数:88
[LC] 224. Basic Calculator
Implement a basic calculator to evaluate a simple expression string. The expression string may contain open ( and closing parentheses ), the plus + or ...
分类:其他好文   时间:2019-11-10 09:34:42    阅读次数:95
解决pipeline插件的依赖关系以及对比各插件id和现实名称
workflow-aggregator.jpi(Pipeline)依赖:==>workflow-basic-steps.jpi(Pipeline:BasicSteps)+pipeline-model-definition(Pipeline:Declarative)pipeline-model-definition(Pipeline:Declarative)依赖:==>credentia
分类:其他好文   时间:2019-11-08 23:51:44    阅读次数:480
5003条   上一页 1 ... 53 54 55 56 57 ... 501 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!