
一些题目
文章平均质量分 85
稀样
这个作者很懒,什么都没留下…
展开
-
A 5-Card Hand
Problem 4: A 5-Card Hand Write a C++ program to generate a random hand of FIVE poker cards from a deck of 52 poker cards, and determine the type of poker hand it is. The input and output of your program as are follows: Input: • An integer x that原创 2022-03-18 12:39:01 · 450 阅读 · 0 评论 -
Shift Cipher
Problem 3: Shift Cipher Write a C++ program which encrypts and decrypts a sequence of input characters using an algorithm adapted from the Vignѐre cipher as described below. We first consider the algorithm to encrypt/decrypt a single character: To原创 2022-03-18 12:37:31 · 345 阅读 · 0 评论 -
Recurrent Neural Networks
Problem 2: Recurrent Neural Networks Recurrent neural networks (RNNs) are deep-learning architectures which are particularly powerful in dealing with time-series (e.g., financial) and natural language data. In this problem, you are going to write a p原创 2022-03-18 12:35:12 · 1153 阅读 · 0 评论 -
Palindromic Numbers
Problem 1: Palindromic Numbers A palindromic number is one that reads the same both ways, from the beginning or from the end. For example, 525 and 8448 are palindromic numbers. Note that 525 and 8448 are also products of two 2-digit numbers: 525 = 15原创 2022-03-18 12:34:16 · 437 阅读 · 0 评论