码迷,mamicode.com
首页 >  
搜索关键字:basic calculator    ( 5003个结果
vfb查询excel
visual free basic 通过ado连接excel文件。注意程序的位数和驱动程序的位数要保持一致。 #include once "Afx/CADODB/CADODB.inc" DIM pRecordset AS CAdoRecordset Dim r As CVAR = "" Dim f ...
分类:其他好文   时间:2020-06-19 21:11:54    阅读次数:62
git bitbucket
You have an empty repositoryTo get started you will need to run these commands in your terminal. New to Git? Learn the basic Git commandsConfigure Git ...
分类:其他好文   时间:2020-06-17 23:10:05    阅读次数:67
Linux系统启动原理
##第一步,打开电源键 各种硬件通电,电脑开始运作,屏幕开始打印字符 ##第二步,系统加载BIOS(Basic Input Output System,基本输入输出系统) BIOS是一组固化到计算机内主板上一个ROM芯片上的程序,它保存着计算机最重要的基本输入输出的程序、开机后自检程序和系统自启动程 ...
分类:系统相关   时间:2020-06-16 01:13:23    阅读次数:82
vfb运行js
利用mshtml在visual free basic里执行js. #include once "Afx/CDispInvoke.inc" DIM pdom AS CDispInvoke = "HTMLFILE" IF pdom.DispPtr = NULL THEN END Else Print " ...
分类:Web程序   时间:2020-06-14 18:22:03    阅读次数:72
227. Basic Calculator II
package LeetCode_227 import java.util.* /** * 227. Basic Calculator II * https://leetcode.com/problems/basic-calculator-ii/description/ * * Implement ...
分类:其他好文   时间:2020-06-13 22:58:15    阅读次数:72
224. Basic Calculator
package LeetCode_224 import java.util.* /** * 224. Basic Calculator * https://leetcode.com/problems/basic-calculator/description/ * * Implement a basi ...
分类:其他好文   时间:2020-06-13 19:22:56    阅读次数:53
数论学习
具体数学 数学归纳法 格式: 证明当$n$的值为初值时的式子成立 (基础$(basic)$) 假设当$n = k$时原式成立,即有 : .... 则当$n = k + 1$时,论证式子恒成立 (归纳$(induction)$) e.g. 1: 数学归纳法证明等差数列存在$a_n = a_1 + (n ...
分类:其他好文   时间:2020-06-12 01:00:10    阅读次数:71
A strategy to quantify embedding layer
A strategy to quantify embedding layer Basic idea Embedding is mainly in the process of word pre-training. Two embedding methods, word2vec and GloVe, ...
分类:其他好文   时间:2020-06-11 10:42:26    阅读次数:78
第十三周总结
本周学习了php的页面传参,session,cokkie等知识 <!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/html"><head> <meta charset="UTF-8"> <title>管理员界面</title> ...
分类:其他好文   时间:2020-06-10 22:44:28    阅读次数:72
[JAVA]switch case default
public class Calculator { public static void main(String[] args) { //为了避免magic number,采取定义变量 double n1, n2; n1 = 56; n2 = 65; System.out.println(calc( ...
分类:编程语言   时间:2020-06-09 22:05:27    阅读次数:79
5003条   上一页 1 ... 16 17 18 19 20 ... 501 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!