Ngày tải lên: 24/01/2014, 19:37
Ngày tải lên: 24/01/2014, 19:43
Questions to .NET and Programming in C#
... statement’s syntax is incorrect. 51. using System; class Test { static void Main() { int @Main; int[] Static= new int[3]; @Main =100*Static[1]; Console.WriteLine(@Main); } } What ... Console.WriteLine("Init B"); } public static void F() { Console.WriteLine("B.F"); } } [2.0] a) Init A A.F Init B B.F c) A.F Init B Init A A.F b) Init A Init ... types c) Pointers and values 32. _________ _in simple terms is nothing but conversion of a value type into a reference type. [1.0] a) Casting c) Unboxing b) Boxing d) Overriding 33. __________is...
Ngày tải lên: 21/08/2012, 15:55
Questions to .NET and Programming in C#
... Main(string[] args) { IntIndexer myInd = new IntIndexer(5); myInd[1] = "Some Value"; myInd[4] = "Any Value"; myInd[2] = "Another Value"; Console.WriteLine("\nIndexer ... in the class B d) The function B.F( ) must be declared as “unsafe”. 229. using System; class IntIndexer{ private string[] myData; public IntIndexer(int size) { myData = new string[size]; ... to an int data type. 203. Which of the following is the correct syntax for declaring an indexer. [1.0] a) protected int this[int var1] c) public int this(int var1) b) public int classname[int...
Ngày tải lên: 29/08/2012, 16:37
Multithreaded Programming in a Microsoft Win32* Environment
... for the thread to finish computing WaitForSingleObject (hThread1, //handle for thread INFINITE); //time out interval WaitForSingleObject(hThread2, INFINITE); // Print the computed Prime ... *********************************************************/ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <windows.h> #include <process.h> HANDLE g_hMutex = NULL; int *g_PrimeArr = NULL; int ... g_primeMax = 0; int g_primeIndex = 3; DWORD WINAPI ComputePrimes (LPVOID); int main (int argc, char **argv) { int Max = 0; HANDLE hThread1 = NULL, hThread2 = NULL; int i, thd1=1,thd2=2;...
Ngày tải lên: 12/09/2012, 14:40
Question Bank Introduction to .NET and Programming in C#
... { Console.WriteLine("Init B"); } public static void F() { Console.WriteLine("B.F"); } } a) Init A A.F Init B B.F c) A.F Init B Init A A.F b) Init Init A A.F B.F d) A.F B.F Init B Init ... { 2. public static void Print(object[] arr){ 3. foreach(object p in arr) 4. System.Console.WriteLine(p); 5. } 6. public static void Main(){ 7. string s=" ;Programming in c#"; 8. char[] separator={' ... can be 51. using System; class Test { static void Main() { int @Main; int[] Static= new int[3]; @Main =100*Static[1]; Console.WriteLine(@Main); } } What will be the output of above code? [2.0] a)...
Ngày tải lên: 09/04/2013, 09:10
COMPETITIVE ADVANTAGES IN OFFICE FURNITURE INDUSTRY IN VIETNAM: A CASE STUDY OF SON THUY COMPANY
... Coating line, Son Thuy has invested some more machines as bending machine, phrasing machine, and stiching machine, to expanding the business into the Steel pipe Furniture (office Chair) in early ... SMEs in running business on manufacturing or trading office furniture products are. The biggest opportunities for SMEs in the Office Furniture product in special and other SMEs in general is ... government encourages internal and external companies, as well as persons, to invest capital and technology in building, developing, co-operating and setting up joint ventures with SMEs in any economic...
Ngày tải lên: 13/04/2013, 21:58
6.087: Practical Programming in C
... iteratively add the missing components. #include <s t d i o . h> #include <s t d l i b . h> int main ( in t argc , char ∗ argv [ ] ) { FILE∗ fp=NULL; int n f i l e s = −−a r ... about using registers in your code? Answer: The observed results suggest that storing some variables in a register vs. in memory may or may not impact performance. In particular, storing a, ... described briefly below. 2 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.087: Practical Programming in C IAP 2010 Problem Set 3 – Solutions Control...
Ngày tải lên: 25/04/2013, 08:07
Những hình ảnh đầu tiên của Office 2010
... Office 2010, Microsoft SharePoint Server 2010, Microsoft Visio 2010 và Microsoft Project 2010 sẽ ra mắt trong quí 3 và sẽ chính thức phát hành trong quý 1 /2010. Office 2010 được bổ sung chức năng ... PowerPoint và cả OneNote ngay trên trình duyệt web. Exchange 2010 beta hiện có thể tải về tại đây. Bản thử nghiệm cho các sản phẩm còn lại của “đại gia đình” Office 2010 gồm: Microsoft Office 2010, ... Firefox và Safari. Cùng với Exchange 2010, Microsoft cũng cung cấp một số hình ảnh đầu tiên về bộ ứng dụng văn phòng trực tuyến (Office Web Applications). Những hình ảnh này cho...
Ngày tải lên: 27/08/2013, 19:10
Energy savings due to daylight and artificial lighting integration in office buildings in hot climate
... Reducing energy consumption while maintaining acceptable environmental quality in buildings has been a challenging task for building professionals. In office buildings, artificial lighting systems ... [3]. Using an open office layout with integrated daylighting in their offices in Sunnyvale, California in 1983, Lockheed Martin designers successfully increased interaction among their engineers. ... obtained by further increase of area indicating a diminishing potential for energy savings due to daylight integration. Furthermore, beyond a certain window-to-wall ratio, depending on window's...
Ngày tải lên: 05/09/2013, 16:10
Những tính năng đột phá của Office 2010
... công cụ này. 2. Nút Office đa chức năng: Ngoài các lựa chọn thông thường ra, nút Office của Office 2010 còn có thêm 2 chức năng mới là Outlook và OneNote. Ngoài ra, nút Office lại có thêm một ... Sharing, bạn có thêm lựa chọn lưu tài liệu dưới dạng SharePoint hoặc thay đổi loại tệp tin. 3. Outlook tiện lợi hơn: Có thể nói Outlook là tính năng kiểm tra thư từ rất hữu ích của Office 2010. ... trong OneNote 2010 là chế độ liên kết. Nó sẽ tự động link những đoạn ghi chú của bạn với bất cứ thứ gì bạn đang xem (trang web, một đoạn trong Word, hay một slide trong PowerPoint). Sau đó,...
Ngày tải lên: 16/09/2013, 06:10
Sample Programming in an Assembly Language
... addressing) JSR @Subroutine name (Called with absolute address addressing) * Subroutine name: Symbol prefixed to a subroutine In the called subroutine, instructions are executed in ordinary ... function. Subroutine call instructions (JSR and BSR instructions) The CPU always maintains the address of the next instruction in the program counter. The subroutine call instruction first ... achieved using the conditional branch instruction. This section introduces programs containing loops. After each repetitive processing, the value stored in a general-purpose register is incremented...
Ngày tải lên: 29/09/2013, 11:20
Vén màn bí mật Office 2010
... ứng dụng cơ bản trong bộ Office 2010. Những tính năng nâng cao, những ứng dụng khác chỉ có trong bản phải trả tiền là Office 2010 trên nền PC. Trên phiên bản Office 2010 sẽ có chung giao diện ... phiên bản Office 2010 trên nền Web sẽ được cung cấp miễn phí qua việc đăng ký và sử dụng một tài khoản Windows Live. Excel trên Web cũng được cập nhật nhiều tính năng mới của Office 2010 Phiên ... bạ địa chỉ từ Inbox (hòm thư đến); và cho phép thêm vào công cụ dịch thuật theo nhu cầu của người dùng. Phạm Văn Hiệu @ 17:15 01/07 /2010 Vén màn bí mật Office 2010 (Dân trí) - Theo thông tin chính...
Ngày tải lên: 30/09/2013, 01:10