Mathematical expectation
E (x) = x1 * P (X1) + x2 * P (X2) + ...... + Xn * P (Xn)
X1, x2, X3 ,......, XN contains n possible data, such as P (X1), P (X2), P (X3 ),...... P (Xn) is the probability function of the data.
For transactions, profit
The main task of businessmen is"Sell", The products sold can be any product, collectively referred to"Goods", The goal is to get"Profit".
A pure merchant does not really consider what the goods are, how the product works, and how it is produced.
Stateless object
Used to process logic, rather than holding data
Transfers data from a stateful object to another stateful object after processing.
The attributes and fields are temporary and are not shared and do not need to be persistent.
Note:
Who are the readers of this document?
Documents need to be maintained: record things with few changes
Angle
Time: Sequence Chart, flow chart, Lane chart, event, creation and destruction sequence
Space: Memory Distribution,
GDB provides two methods to debug a running process: one is to specify the PID of the process on the gdb command line, and the other is to use the "Attach" command in GDB. For example, a developer can start debugme first.ProgramTo start waiting for
Parameters are transferred between the foreground UI and the background database. Is it good to use a strong type? Or is it better to use a weak type?
Benefits of a strong type:
Parameter name, type inCodeClearly defined in, there is a written
I have been working with Flex since 2.0 beta, and I speak from experience. here is why I am so ready to move to silverlight. excuse my tone here but as a dotnet developer Adobe's ignoring of dotnet means, no love lost here, and I am going to tell it
Storyboard storyBoard = new Storyboard ();
DoubleAnimation ani = new DoubleAnimation ();
Ani. From = 0;
ENI. To = 360;
Ani. Duration = new Duration (TimeSpan. FromMilliseconds (5000 ));
Ani. RepeatBehavior = RepeatBehavior. Forever;
StoryBoard.
Situation:
The executive vice president of Engineering Resources, Inc, has es a very impressive report from a fairly new employee (an engineer) in which she proposes a new potential market for the company. he writes to offer congratulations for the
By default, operator overload is hidden from time to time.
Code
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//------------------------------------------------------
Class
The latest project needs to be thoroughly revised and the database needs to be reconstructed. As a result, a bunch of WORD Dictionary tables are received, and tables are created based on the above requirements. Similar to this:
Under normal
Code
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Public void DoMouseClick ()
{
// Call the imported function with the cursor's current position
Int X = Cursor. Position. X;
Int Y = Cursor.
Using System;
Using System. Collections. Generic;
Using System. Linq;
Using System. Text;
Using log4net. Appender;
Using System. Windows. Forms;
Using log4net. Core;
Using log4net. Layout;
Namespace UI{/// /// Usage:/// Log4net. Config.
The three axes of the architect are as follows:
View requirements:
Tradeoff: unable to meet all requirements, do not treat all needs equally,
Discover basic requirements, abstraction, dimensionality reduction, primitive + combination
System settings
If you want the system to generate a core file when an error occurs due to signal interruption, you need to set it in shell as follows:# Set the core size to unlimitedUlimit-c unlimited# Set the file size to unlimitedUlimit
# Include # Include
#include #include typedef struct List{ struct List *next; int data;}List;List *creatList(int *arr, int len){ List *head, *p; List *s; int i; head = (List *)malloc(sizeof(List)); head->next = NULL; p =
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service