- 2024-07-28jin版本
VersionInformationGetVersionjintGetVersion(JNIEnv*env);Returnstheversionofthenativemethodinterface.ForJavaSEPlatform21andlater,itreturnsJNI_VERSION_21.ThefollowingtablegivestheversionofJNIincludedineachreleaseoftheJav
- 2024-07-22我的世界战争
#include<bits/stdc++.h>#include<time.h>#include<windows.h>#include<stdlib.h>usingnamespacestd;intmain(){cout<<"我";Sleep(500);cout<<"的";Sleep(500);cout<<"
- 2024-05-11Fan Jin Passing Civil Exam
ThisstoryisadaptedfromFanJinPassingCivilExam《范进中举》Thepointofviewofthestory:thethirdpersonpointofviewThepointofviewoftheadaptedstory:firstpersonpointofviewTheadaptedstoryMynameisFanJin,anordinaryfarmer'sson
- 2024-03-18Cocos实例1:实现平面游戏中的滚动地图
Cocos实例:实现平面游戏中的滚动地图1.应用: 在2D游戏或某些UI界面中,会经常遇到一些循环滚动的背景或元素。例如飞机大战的背景、冒险岛的双层循环滚动背景,模拟视觉效果上角色在无限背景地图中运动。2.实现原理 需要一张上下或左右在顺序排列时可以无缝衔接的背景图片,搭
- 2023-09-18在一个js文件中包含另一个js文件的方法
---------a.htm---------<scriptlanguage='javascript'src="a.js"></script><scriptlanguage="javascript">jin();liu();</script>--------a.js--------document.write("<scriptlanguage=
- 2023-05-11Jin Ge Jin Qu - UVa 12563
例题9-5劲歌金曲(JinGeJinQu[h]ao,RujiaLiu'sPresent6,UVa12563)#dp#二维dp#01背包#T3如果问一个麦霸:“你在KTV里必唱的曲目有哪些?”得到的答案通常都会包含一首“神曲”:古巨基的《劲歌金曲》。为什么呢?一般来说,KTV不会在“时间到”的时候鲁莽地把正在唱的歌切掉
- 2023-02-21POJ 2506 Tiling 递推+大数
将答案存在ret数组里面n=0的时候居然是1递推关系ret[i]=ret[i-1]+ret[i-2]*2;注意是乘2不是3,当ret[i-2]时候,我们有两个单位可以操作,因为全竖起来的那种,在ret[
- 2023-02-14Git运用 一 (Gitee版)
1.Git本地命令 先创建一个本地仓库 右键GitBashHere 查看git版本git--version 公共配置添加用
- 2023-02-111064
#include<bits/stdc++.h>usingnamespacestd;intmain(intargc,char**argv){intn;cin>>n;intjin,yin,tong,jin1=0,yin1=0,tong1=0,sum=0;f
- 2023-01-13docker安装oracle
我参考了 https://blog.csdn.net/u010148813/article/details/1261527341、我用的虚拟机(宿主机)是Ubunturoot@jin-virtual-machine:/etc/docker#lsb_release-aNoLSB
- 2022-10-31uva 12563 Jin Ge Jin Qu hao
01背包,这题设计状态f[i][j]为刚好用完时间j时的歌曲数,这样方便找到用时(初始化设置一下就好 #include<iostream>#include<algorithm>#include<cstring>usingna
- 2022-09-03信息学一本通 1173:阶乘和
时间限制:1000ms 内存限制:65536KB提交数:16559 通过数:8405【题目描述】用高精度计算出S=1!+2!+3!+…+n!(n≤100)S=1!+2!+3!+…+n!(n≤100),