闪电行 - JSRUN笔记
在 JSRUN 记录
日志
思维导图
表格
1060971642 (白)
素数判断改进(三种)P36
*****11111***** #include <stdio.h> int determine(int number) { int result = 1; int control; if (number == 1 || ...
0
查看详情
1060971642 (白)
浮点型转化为分式结构(改1)
//新增:一位数的无限循环 //问题:辗转相除法出现 ‘非法指令’ 有限小数得到小数位数(modf) 如何实现浮点型的精确判断 //思路:9/10 = 90 /100(由此,无需考虑输入小数的位数) 无限计算方式,适合有限与无限 ...
0
查看详情
1060971642 (白)
问题?非法指令?(辗转相除法带来的问题)(已解决)
#include <stdio.h> int main() { //有限小数点位数 int weishu = 1; double double1; scanf("%lf",&double...
0
查看详情
1060971642 (白)
分式转小数(高精度)
#include <stdio.h> int main() { int a,b; scanf("%d/%d",&a,&b);//输入分式结构 int weishu;//要输出的小...
0
查看详情
1060971642 (白)
二维数组(判断井字棋的输赢)
#include <stdio.h> int main() { //定义棋盘 const int size = 3; int qipan[][3] = { {1,1,1}, {1,0,0},...
0
查看详情
1060971642 (白)
判断一窜数字的最大值(数组)
#include <stdio.h> int function(int a, int b); int main() { //确定数组元素个数,确保不超过数组限制范围 int geshu; scanf("%d&q...
0
查看详情
1060971642 (白)
迭代原理(判断大小)
#include <stdio.h> int determine_max(int a,int b); int main() { int number; scanf("%d",&number); ...
0
查看详情
1060971642 (白)
正序整数分解(含两种方式)
/* #include<stdio.h> int main() { int number; scanf("%d",&number); int ge; int ni_number=0; ...
0
查看详情
1060971642 (白)
浮点型转化为分式结构(方法一)P16
#include <stdio.h> int main() { double number; double fm=0.1; scanf("%lf",&number); double su...
0
查看详情
1060971642 (白)
浮点型转化为分式结构(方法二)P16
#include <stdio.h> int main() { double number; double fm=0.1; scanf("%lf",&number); double su...
0
查看详情
1060971642 (白)
浮点型转化为分式结构
0
查看详情
xxyq (呔猫)
基础学习-U7【面向对象-初级】代码
> 对象(类) = 属性(成员) + 行为(方法) --- **对象机制(属性) ** ``` class Object { public static void main(String[] args) { Person a = ...
0
查看详情
xxyq (呔猫)
基础学习-U6【数组】代码
** 章节习题-使用冒泡排序** ``` class TwoDimensionalArray { public static void main(String[] args) { int arr[] = new int[]{11,99,54...
0
查看详情
sakaedeng (我是大神)
sell_list
0
查看详情
sakaedeng (我是大神)
item_list
0
查看详情
sakaedeng (我是大神)
shop_list
0
查看详情
pokemon (alive)
data1
0
查看详情
dycdyc (薛定谔他喵)
dyp.csv
0
查看详情
dagongren123 (Erosion°槿沁)
验证ISBN是否合法
验证ISBN是否合法 ``` class Main { public static void main(String[] args) { String strs[] = new String[]{"978710816542...
0
查看详情
jsxuan (Astrophel.)
js
0
查看详情
rrrr147 (我是大神)
a1
0
查看详情
qjxyb (我是大神)
minddemo
0
查看详情
zxh123456 (占晓煌)
02
0
查看详情
zxh123456 (占晓煌)
00
0
查看详情
zxh123456 (占晓煌)
00
# 世界 ## 你好 我在爱这片土地  序号 | 姓名 ---|--- 1 | 张三 ...
0
查看详情
zxh123456 (占晓煌)
00
0
查看详情
ILOVELMY (沙沙小超)
数据分析流程
0
查看详情
xingwu1982 (我是醒悟)
SASS
# 安装 cnpm install -g sass # 检查安装 sass -version # 编译 sass scss/coder.scss:css/coder.css # 监听 sass -w scss:css # 文档 https://blog...
0
查看详情
yanhechao (艹Q艹)
order1
> order `asdq` **qwdw** - d - qw
0
查看详情
xingwu1982 (我是醒悟)
Git
# 普通提交 git status git add . git commit -m "xxxxx" git push -u origin master # 查看差异 git diff --name-only # 强制更新 git ...
0
查看详情
上一页
6/106
下一页
闪电行 - JSRUN日志
.
jsrun
. 2022
浙icp备09089114-15号