自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

simon的博客

c++,c#,acm,cocos2d-x,unty3d

  • 博客(14)
  • 资源 (1)
  • 收藏
  • 关注

原创 单元测试框架Jest搭配TypeScript的安装与配置

Jest + Typescript单元测试框架安装与配置

2022-07-21 23:25:07 1571

原创 JS四则运算重新封装,解决精度丢失问题

math.js/* eslint-disable no-extend-native *//* * @Author: Simon * @Date: 2021-07-14 16:32:43 * @LastEditors: Simon * @LastEditTime: 2021-07-22 18:52:30 * @Description: 四则运算重新封装,解决精度丢失问题 */// 加法Number.prototype.add = function (arg) { let r1, r2

2021-07-28 13:42:12 196

原创 Vue props传入function时的this指向问题

Vue props传入function时的this指向问题Parent.vue<template> <div> <Child :func="parentFunc"></Child> </div></template><script>import Child from './Child'export default { data () { return { msg: 'th

2021-01-04 16:01:58 6109

原创 HDU-5806-NanoApeLovesSequenceⅡ(尺取法)

NanoApe Loves Sequence ⅡTime Limit: 4000/2000 MS (Java/Others)    Memory Limit: 262144/131072 K (Java/Others)Total Submission(s): 1348    Accepted Submission(s): 588Problem Description

2016-08-20 15:58:55 250

原创 HDU-5805-NanoApe Loves Sequence(思维题)

NanoApe Loves SequenceTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 262144/131072 K (Java/Others)Total Submission(s): 1087    Accepted Submission(s): 448Problem DescriptionNa

2016-08-20 15:56:22 238

原创 HDU-2036-改革春风吹满地(多边形面积模板)

改革春风吹满地Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 30103    Accepted Submission(s): 15517Problem Description“ 改革春风吹满地,不会AC

2016-08-20 15:54:46 469

原创 HDU-1159-CommonSubsequence(LCS最长公共子序列)

Common SubsequenceTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 34353    Accepted Submission(s): 15683Problem DescriptionA sub

2016-08-20 15:51:37 248

原创 HDU-1097-A hard puzzle(快速幂)

A hard puzzleTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 39822    Accepted Submission(s): 14354Problem Descriptionlcy gives

2016-08-20 15:42:36 221

转载 HDU-5783 Divide the Sequence(贪心水题)

Divide the SequenceTime Limit: 5000/2500 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1175    Accepted Submission(s): 563Problem DescriptionAlice h

2016-08-20 15:39:29 260

原创 PKU-2739-Sum of Consecutive Prime Numbers(筛素数法打表)

Sum of Consecutive Prime NumbersTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 23390 Accepted: 12780DescriptionSome positive integers can be represente

2016-08-20 15:37:05 206

原创 PKU-2524-Ubiquitous Religions(并查集模板)

Ubiquitous ReligionsTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 32067 Accepted: 15530DescriptionThere are so many different religions in the world t

2016-08-20 15:34:39 242

原创 PKU-1276-Cash Machine(多重背包模板)

Cash MachineTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 32967 Accepted: 11948DescriptionA Bank plans to install a machine for cash withdrawal. The m

2016-08-20 15:30:52 277

转载 cocos2d-x 学习笔记——瓦片地图TiledMap

cocos2d-x 学习笔记——瓦片地图TiledMap

2016-08-07 16:14:08 10109 2

原创 HNUC-2330 Casino-算法Manacher最长回文子串

hnuc-2330-Casino-Manacher最长回文子串Dalia is the assistant director of the fundraising team in the ACPC. She is facing a difficult time this year, there’s a huge lack of sponsors! And now we are facing the danger of not being able to provide the teams with ba

2015-08-03 17:22:47 349

React学习分享.zip

React学习分享.zip

2021-07-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除