码迷,mamicode.com
首页 >  
搜索关键字:implement    ( 2013个结果
Codeforces Round #603 (Div. 2) E. Editor(线段树)
链接: https://codeforces.com/contest/1263/problem/E 题意: The development of a text editor is a hard problem. You need to implement an extra module for br ...
分类:其他好文   时间:2019-12-17 13:30:17    阅读次数:95
LeetCode 1146. Snapshot Array
原题链接在这里:https://leetcode.com/problems/snapshot-array/ 题目: Implement a SnapshotArray that supports the following interface: SnapshotArray(int length) i ...
分类:其他好文   时间:2019-12-15 11:03:47    阅读次数:96
XAF-从业务类继承 (XPO)
In this lesson, you will learn how to implement business classes for your application using the Business Class Library. This library contains the most ...
分类:其他好文   时间:2019-12-11 12:42:44    阅读次数:80
LeetCode 772. Basic Calculator III
原题链接在这里:https://leetcode.com/problems/basic-calculator-iii/ 题目: Implement a basic calculator to evaluate a simple expression string. The expression st ...
分类:其他好文   时间:2019-12-08 11:06:22    阅读次数:123
CMyListCtrl
1. MyListCtrl.h #pragma once #include <vector> #include "resource.h" // CMyListCtrl #ifdef DLL_IMPLEMENT #define DLL_API __declspec(dllexport) #else # ...
分类:其他好文   时间:2019-12-07 16:33:20    阅读次数:88
[Algorithm] 206. Reverse Linked List
Reverse a singly linked list. Example: Follow up: A linked list can be reversed either iteratively or recursively. Could you implement both? Approach ...
分类:其他好文   时间:2019-12-06 23:28:31    阅读次数:112
CSI 3530 – Databases
CSI 3530 – Databases II Spring 2007Term Project — Symmetric Hash Join11 ObjectiveYou are to implement a new symmetric hash join query operator to repl ...
分类:数据库   时间:2019-12-03 19:28:34    阅读次数:77
leetcode-字符串篇
Implement strStr() /** * Implement strStr(). * * Return the index of the first occurrence of needle in haystack, or -1 if * needle is not part of hays ...
分类:其他好文   时间:2019-12-02 16:40:28    阅读次数:65
Codeforces Round #603 (Div. 2) E. Editor 线段树
E. Editor The development of a text editor is a hard problem. You need to implement an extra module for brackets coloring in text. Your editor consist ...
分类:其他好文   时间:2019-11-30 13:21:32    阅读次数:90
COMP11 Project Splendor
COMP11 Project (HW11): SplendorIn this assignment, you will implement the board game Splendor as a C++ program. Your implementationwill be submitted i ...
分类:其他好文   时间:2019-11-27 18:47:24    阅读次数:327
2013条   上一页 1 ... 10 11 12 13 14 ... 202 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!