Resuelto


Steering 101-Ackermann Steering Ratio
In a turning vehicle, inner and outer wheels follow different radii. Ackermann steering geometry ensures both wheels roll withou...

3 meses hace

Resuelto


Upper vs Lower Triangle
Create an n × n matrix A such that: Elements strictly above the main diagonal are 1 Elements strictly below the main diagonal ...

3 meses hace

Resuelto


Center-of-Mass Index of a Vector
Given a numeric vector x, treat each element x(i) as a mass located at index i. Compute the center-of-mass index idx = sum(i *...

3 meses hace

Resuelto


First Unique Character
Given a character vector s, return the first character that appears exactly once in s. If every character repeats at least once...

3 meses hace

Resuelto


Odd Run Sums
Given a row vector x of integers, find every maximal run of consecutive odd numbers and return a row vector containing the sum o...

3 meses hace

Resuelto


Mirror Pair Mean
Given a row or column vector v, create a vector y of the same size where each element is replaced by the average of itself and i...

3 meses hace

Resuelto


The Singularity - Event Horizon (Absolute Zero)
Inspired by Problem61291 Mô tả: Bầy đàn gồm M agents phải di chuyển xuyên qua không gian 5D Hyper-Torus ( kích thước mỗi chiều...

3 meses hace

Resuelto


Robust Corner Product with Special Value Handling in Arrays
Compute the product of the corner elements of an array (vector or matrix). If any corner element is NaN, return NaN. If any co...

3 meses hace

Enviada


AES-256 CTR mode Image Encryption/Decryption
AES-256 CTR (counting) mode Image Encryption/Decryption. Uses java library for encryption and decryption.

3 meses hace | 1 descarga |

0.0 / 5
Thumbnail

Resuelto


Decode an Encrypted AES image using CTR (counter mode) with no padding
Given an encoded AES image using CTR mode with no padding, the Initialization Vector (IV) (32 byte in uint8), and the AESkey (25...

3 meses hace

Problema


Decode an Encrypted AES image using CTR (counter mode) with no padding
Given an encoded AES image using CTR mode with no padding, the Initialization Vector (IV) (32 byte in uint8), and the AESkey (25...

3 meses hace | 0 | 3 solvers

Resuelto


Decode Message using AES with Cipher Block Chaining (CBC) and PKCS#5 padding
Provided an encrypted message using AES CBC mode with PKCS#5 padding, an encrypted AES key in the form of an audio .wav file tha...

3 meses hace

Problema


Decode Message using AES with Cipher Block Chaining (CBC) and PKCS#5 padding
Provided an encrypted message using AES CBC mode with PKCS#5 padding, an encrypted AES key in the form of an audio .wav file tha...

3 meses hace | 0 | 3 solvers

Resuelto


Problem: Battery State Estimation with Temperature Effect
In a Battery Management System (BMS), the usable capacity of a battery decreases when operating at extreme temperatures. The ef...

3 meses hace

Resuelto


Robust Corner Sum with Special Value Handling in Arrays
Compute the sum of the corner elements of an array (vector or matrix). If any corner element is NaN, return NaN. If any corner...

3 meses hace

Resuelto


EXODUS - THE VOID SINGULARITY ( PHASE OMEGA-ZERO )
Background: The Swarm has reached the edge of the known universe, entering the 5th Dimension (The Void). Here, Euclidean geomet...

3 meses hace

Resuelto


The Singularity: Omega Pulse ( Neural Dominance )
Abstract In the final phase of Omega experiment, you no longer control a single signal. You are tasked with commanding a Quantu...

3 meses hace

Resuelto


The Genesis Sypnapse Protocol
Ⅰ.Context In a synthetic bio-neural network, information is transmitted between neurons through chemical and electrical signal...

3 meses hace

Resuelto


The Omega Protocol: Hyper-dimensional Navigation and the Singularity Constraint
Description [EMERGENCY TRANSMISSION - GALACTIC COMMAND] Subject: Mission Omega-7 - Navigation through the K-94 Tesseract Anoma...

3 meses hace

Resuelto


Project Aether: Non-Linear Temporal Flow Optimization
Ⅰ. Description In the year 2450, you are the Chief Architect of the Neo-Elysium defense grid. You must manage energy distributi...

3 meses hace

Resuelto


The Heisenberg Entanglement Protocol
Abstract: A quantum signal must be routed through nodes. The cost of transmission is not purely geometric but depends on the p...

3 meses hace

Resuelto


The Singularity: Omega Phase
Abstract: Navigate a signal through a non-linear, resource-constrained, time-varying neural network. The topology and node prop...

3 meses hace

Resuelto


Concentric Squares Mandala
Generate concentric square rings of alternating 1s and 0s to form a layered mandala-style matrix. e.g. N = 5; 1 1 1 1 1;...

4 meses hace

Resuelto


Circular Ring Approximation Mandala
Generate a matrix that approximates a circular ring using distance-based thresholding , a visually rich mandala-inspired challen...

4 meses hace

Resuelto


Diagonal Cross Mandala
Generate an N×N matrix with diagonals highlighted to form an artistic X-shaped mandala pattern. e.g. N = 5; 1 0 0...

4 meses hace

Resuelto


Plus Cross Mandala
Create a symmetrical plus (+) shaped pattern centered in an N×N matrix.

4 meses hace

Resuelto


Vertical Mirror Mandala
Create a symmetric left-right mirrored pattern in an N×N matrix to emulate mandala reflection symmetry. e.g. N = 5; ...

4 meses hace

Resuelto


Hourglass Mandala
Generate an hourglass shape using matrix geometry and symmetry. e.g. N = 5; 1 1 1 1 1; 0 1 1 1 0; ...

4 meses hace

Resuelto


Record the Actions ( Medium )
Find the minimum steps to get T units from jugs A and B. Return the sequence of actions as cell array of strings. Available act...

4 meses hace

Resuelto


The Classic 8-5-3 Sharing ( Medium )
You have 3 jugs with capacities [8,5,3]. The 8L jug, the others are empty: [8,0,0]. There is no tap and no drain. You can only p...

4 meses hace

Cargar más