Community Profile

photo

halleyhit


Last seen: 대략 1개월 전 2017년부터 활동

Followers: 0   Following: 0

student

통계

All
  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 3
  • First Submission
  • ASEE Challenge Master
  • CUP Challenge Master
  • Cody Challenge Master
  • Solver
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

대략 2개월 전

문제를 풀었습니다


Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...

대략 2개월 전

문제를 풀었습니다


Laws of motion 3

대략 2개월 전

제출됨


Funny Flying Cursor
After running the script, your mouse cursor will move uncontrollably

대략 2개월 전 | 다운로드 수: 16 |

제출됨


video edge detection demo for fun
This simulink model is just for fun. You can import a video file and the model will make edge "beautiful"

3개월 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Generate Koch Snowflake
Very simple code to generate Koch Snowflake.

3개월 전 | 다운로드 수: 9 |

제출됨


Demo based on DrivingScenario for fun
this demo is for fun, which contains map of Natick Apple Hill and Lackside

6개월 전 | 다운로드 수: 5 |

제출됨


programmers Pretend to be Working
this is a script for fun, which can let programmers pretend to be working and busy. Just run it in MATLAB r2023b.

6개월 전 | 다운로드 수: 2 |

제출됨


What to EAT _ Android APP generated by Simulink
This is Simulink model to generate rand number to select what to eat for lunch / dinner. You can deploy it into Android hardware...

대략 1년 전 | 다운로드 수: 1 |

제출됨


鼠标点击小游戏
一个小游戏,通过点击鼠标,击败敌人 灵感来源:csol 2022万圣节活动

1년 초과 전 | 다운로드 수: 2 |

제출됨


Happy Chinese New Year of the Tiger 2022
Just for fun

대략 2년 전 | 다운로드 수: 1 |

제출됨


Happy New Year and Best Wishes
Try this small code, feel free to modify~

2년 초과 전 | 다운로드 수: 3 |

제출됨


Happy Mid Autumn Festival
This is small code for DIY gif to greet your friends in Mid Autumn Festival

2년 초과 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

3년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

3년 초과 전

제출됨


Locate Starting Point of Signal in Time Series
Locate starting point of signal in time series. e.g., pulse signal in real-time monitoring.

5년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


big data plot for correlation analysis
plot a picture and U can see the correlation easily.

5년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


randomly pair divide or groupe
A common tool to make randomly pair divide or groupe.

5년 초과 전 | 다운로드 수: 1 |

제출됨


When you feel indecisive
This is a random APP which can help you make decision, when U feel Indecisive. Just a game.

5년 초과 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


Solitaire Cipher
Implement the <http://en.wikipedia.org/wiki/Solitaire_(cipher) solitaire cipher>. Since this is from Wikipedia, I am capturin...

5년 초과 전

문제를 풀었습니다


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

5년 초과 전

문제를 풀었습니다


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

5년 초과 전

문제를 풀었습니다


Flag largest magnitude swings as they occur
You have a phenomenon that produces strictly positive or negative results. delta = [1 -3 4 2 -1 6 -2 -7]; Marching thr...

5년 초과 전

문제를 풀었습니다


Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...

5년 초과 전

문제를 풀었습니다


Find a subset that divides the vector into equal halves
Given a vector x, return the indices to elements that will sum to exactly half of the sum of all elements. Example: Inpu...

5년 초과 전

문제를 풀었습니다


How long is the longest prime diagonal?
Stanislaw Ulam once observed that if the counting numbers are <http://en.wikipedia.org/wiki/Ulam_spiral arranged in a spiral>, t...

5년 초과 전

문제를 풀었습니다


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

5년 초과 전

문제를 풀었습니다


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

5년 초과 전

문제를 풀었습니다


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

5년 초과 전

문제를 풀었습니다


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

5년 초과 전

더 보기