توسط ناصر نيازي درپنجشنبه 30 فروردین1386  10:43
|
توسط ناصر نيازي درچهارشنبه 29 فروردین1386  16:22
|
هر دم از اين باغ بري مي رسد
نظرتون در مورد اتاق گفتگو چيه
توسط ناصر نيازي درسه شنبه 28 فروردین1386  10:21
|
Download C# ebook (.pdf 3.6Mb)
Download C# ebook (Mirror 1) (.pdf 3.6Mb)
|
Prentice Hall - C# Essentials Chapter 1 - The Journey to C# Download the pdf at Prentice Hall.
Topics include - What is the .NET Framework? What's in the .NET Framework? What is C#? |
|
Wrox - Beginning Visual C# Chapter 1 - Introducing C# Download the pdf at Wiley. Download the source code for the book at Wrox.
Topics include - What is the .NET Framework? What's in the .NET Framework? What is C#? |
|
O'Reilly - C# in a Nutshell Chapter 1 - Introducing C# and the .NET Framework View Online at ONDotNet.com.
Topics include - The C# Language The .NET Framework ECMA Standardization Changes in Visual C# 2003 |
|
Addison Wesley - C# Primer Chapter 1 - Hello C# Download the pdf at Addison Wesley. Download the source code for the book at Addison Wesley.
Topics include - Namespaces Making a Statement The string Type A Value and Reference Types The new expression Garbage Collection Dynamic Arrays: The ArrayList Collection Class The Unified Type System Shadow Boxing Jagged Arrays The Hashtable Container Exception Handling |
|
Deitel - C#, How To Program Chapter 2 - Introduction to the Visual Studio .NET IDE Download the pdf at Prentice-Hall. Download the source code for the book at Deitel.
Topics include - Visual Studio .NET Integrated Development Environment (IDE) Overview. Menu Bar and Toolbar. Visual Studio. .NET Windows. Using Help. Simple Program: Displaying Text and an Image. |
|
Murach - C# Chapter 1 - Introduction to Visual Studio .NET Download the pdf at Murach. Download the source code for the book at Murach.
Topics include - An introduction to the .NET Framework and Visual Studio .NET. A tour of Visual Studio. How to Test a Project. |
|
O'Reilly - Learning C# Chapter 2 - Getting Started with C# View Online at O'Reilly. Download the source code for the book at O'Reilly.
Topics include - What's in a Program? Your First Program: Hello World Examining Your First Program |
|
Prentice Hall - C# For Windows Programming Chapter 1 - Visual Studio .NET and C# View Online at Prentice Hall.
Topics include - Visual Studio .NET and C#. Building C# Applications. C# Programming Elements - Arrays. Attributes, Events, Indexers, Properties, and Versioning. Boxing, Unboxing, and Unified Type System. Classes, Structures, and Enum. Namespaces. Predefined Types. Statements. Value and Reference Types. Designer Variables. Initializing Components. The Event Handler. |
|
Sams - Teach Yourself C# in 24 Hours Chapter 1 - A C# Programming Tour View Online at InformIT. Download the source code for the book at InformIT.
Topics include - Creating a New Project. Understanding the C# Environment. Changing the Characteristics of Objects. Naming Objects. Setting the Text Property of the Form. Giving the Form an Icon. Changing the Size of the Form. Adding Controls to a Form. Designing an Interface. Adding an Invisible Control to a Form. Coding an Interface. Running a Project. |
|
Sams - Teach Yourself C# in 21 Days Chapter 3 - Storing Information with Variables in C# View Online at InformIT. Download the source code for the book at InformIT.
Topics include - Variables Using Variables Understanding Your Computer's Memory C# Data Types Numeric Variable Types Literals Versus Variables Constants Reference Types |
|
Deitel - C#, How To Program Chapter 3 - Introduction to C# Programming Download the pdf at Prentice-Hall. Download the source code for the book at Deitel.
Topics include - Simple Program: Printing a Line of Text. Another Simple Program: Adding Integers. Memory Concepts. Arithmetic. Decision Making: Equality and Relational Operations. |
|
Prentice Hall - Application Development Using C# and .NET Chapter 2 - .NET Fundamentals View Online at Prentice Hall or Download the pdf at Prentice Hall. Download the source code for the book at Object Innovations.
Topics include - Problems of Windows Development. Applications of the Future. |
|
Addison - Programming in the .NET Environment Chapter 2 - The Type System View Online at Addison Wesley or Download the pdf at Addison Wesley. Download the source code for the book at Addison Wesley.
Topics include - The Relationship Between Programming Languages and Type Systems. The Evolution of Type Systems. Programming Language-Specific Type Systems. The Design Challenge: Development of a Single Type System for Multiple Languages. CLR-Programming Language Interaction: An Overview. Elements of the CLR Type System. Value Types. Built-in Value Types. User-Defined Value Types. Reference Types. Object Types. Interface Types. Pointer Types. Example: User-Defined Object Type. Example: Use of Interfaces on Value Types. Assignment Compatibility. Nested Types. Visibility. Accessibility. |
|
Microsoft - C# Language Specifications Chapter 3 - Basic Concepts View Online at Microsoft.
Topics include - Program Startup/Termination. Declarations. Members. Member access. Signatures and overloading. Scopes. Namespace and type names. |
|
Microsoft - Visual C#.NET Deluxe Learning Edition-Version 2003 Chapter 3 - Writing Methods and Applying Scope View Online at Microsoft.
Topics include - Declaring Methods Specifying the Method Declaration Syntax Writing return Statements Calling Methods Specifying the Method Call Syntax Understanding Scope Creating Local Scope with a Method Creating Class Scope with a Class Overloading Identifiers Writing and Calling Methods |
|
Apress - Beginning C# Objects From Concepts to Code Chapter 3 - Objects and Classes Download the pdf at Apress. Download the source code for the book at Apress.
Topics include - What Is an Object? State/Attributes/Data. Behavior/Operations/Methods. Classes. Instantiation. User-Defined Types and Reference Variables. Objects As Attributes. Composition. |
|
Sams - Microsoft Visual C#.NET 2003 Kick Start Chapter 3 - Object-Oriented Programming View Online at InformIT. Download the source code for the book at InformIT.
Topics include - Creating Classes, Creating Objects, Using Access Modifiers, Creating Fields and Using Initializers, Creating Methods, Creating Properties, Read-only Properties, Creating Constructors, Creating Structs, Creating Static Members, Creating Static Fields, Creating Static Properties, Creating Destructors and Handling Garbage Collection, Overloading Methods, Overloading Operators, Creating Namespaces |
|
Apress - Beginning C# Objects From Concepts to Code Chapter 6 - Collections of Objects Download the pdf at Apress. Download the source code for the book at Apress.
Topics include - What Are Collections? Collections Are Defined by Classes. Arrays As Simple Collections. Multidimensional Arrays. More Sophisticated Collection Types. Inventing Our Own Collection Types. Collections As Method Return Types. Collections of Supertypes. |
|
Sams - Teach Yourself C# in 24 Hours Chapter 3 - Understanding Objects and Collections View Online at InformIT. Download the source code for the book at InformIT.
Topics include - Understanding Objects. Understanding Properties. Understanding Methods. Building an Object Example Project. Understanding Collections. Using the Object Browser. |
|
Addison - Understanding .NET - A Tutorial and Analysis Chapter 4 - .NET Languages View Online at Addison Wesley or Download the pdf at Addison Wesley.
Topics include - C#. C# Types. C# Control Structures. Visual Basic.NET. VB.NET Types. VB.NET Control Structures. C++ with Managed Extensions. Managed C++ Types. Other Managed C++ Features. |
|
Sams - Microsoft Visual C# .NET 2003 Developer's Cookbook Chapter 3 - Strings and Regular Expressions View Online at Sams Publishing or Alternatively view a copy at Code Project. Download the source code for the book at Sams Publishing.
Topics include - Creating and Using String Objects. Formatting Strings. Accessing Individual String Characters. Analyzing Character Attributes. Case-Insensitive String Comparison. Working with Substrings. Using Verbatim String Syntax. Choosing Between Constant and Mutable Strings. Optimizing StringBuilder Performance. Understanding Basic Regular Expression Syntax. Validating User Input with Regular Expressions. Replacing Substrings Using Regular Expressions. Building a Regular Expression Library. |
|
Microsoft - Inside C# Chapter 10 - String Handling and Regular Expressions View Online at Microsoft or Alternatively view a copy at Code Project. Download the source code for the book at Microsoft.
Topics include - String Formatting Format Specifiers Objects and ToString Numeric String Parsing Strings and DateTime Encoding Strings The StringBuilder Class Splitting Strings Extending Strings String Interning Regular Expressions Match and MatchCollection Groups and Captures String-Modifying Expressions Regular Expression Options Compiling Regular Expressions |
|
Murach - C# Chapter 4 - Numeric and String Data Download the pdf at Murach. Download the source code for the book at Murach.
Topics include - Built-in Value Types. Strings. Converting Data Types. Scope and Enumerations. |
|
Wrox - Beginning Visual C# Chapter 4 - Flow Control Download the pdf at Wrox. Download the source code for the book at Wrox.
Topics include - Boolean Logic. Bitwise Operators. Boolean Assignment Operators Operator Precedence The goto Statement The Ternary Operator The if Statement The switch Statement do Loops while Loops for Loops Interrupting Loops Infinite Loops |
|
Murach - C# Chapter 5 - Control Structures Download the pdf at Murach. Download the source code for the book at Murach.
Topics include - Boolean Expressions. Conditional Statements. Loops. |
|
Murach - C# Chapter 6 - Methods and Event Handlers Download the pdf at Murach. Download the source code for the book at Murach.
Topics include - Coding and Calling Methods. Events and Delegates. |
|
Murach - C# Chapter 7 - Exceptions and Data Validation Download the pdf at Murach. Download the source code for the book at Murach.
Topics include - Exceptions. Structured Exception Handling. Data Validation. |
|
O'Reilly - C# Cookbook Chapter 8 - Regular Expressions Download the pdf at O'Reilly. Download the source code for the book at O'Reilly.
Topics include - Enumerating Matches Extracting Groups from a MatchCollection Verifying the Syntax of a Regular Expression Quickly Finding Only the Last Match in a String Replacing Characters or Words in a String Augmenting the Basic String Replacement Function A Better Tokenizer Compiling Regular Expressions Counting Lines of Text Returning the Entire Line in Which a Match Is Found Finding a Particular Occurrence of a Match Using Common Patterns Documenting Your Regular Expressions |
|
Microsoft - C# for Java Developers Chapter 9 - Collections View Online at Microsoft Press.
Topics include - Indexers Collection Interfaces Basic Collections Specialized Collections The CollectionsUtil Class Synchronization Custom Collections |
|
O'Reilly - Programming C# Chapter 12 - Delegates and Events Download the pdf at O'Reilly. Download the source code for the book at Jesse Liberty O'Reilly & Associates 2003.
Topics include - Delegates Multicasting Events Retrieving Values from Multicast Delegates |
|
Apress - A Programmer's Introduction to C# Chapter 21 - Attributes View Online at Code Project. Download the pdf at Apress. Download the source code for the book at Apress.
Topics include - Using Attributes Attribute Usage Attribute Parameters Reflecting on Attributes |
|
Sams - Teach Yourself C# in 24 Hours Chapter 17 - Designing Objects Using Classes View Online at InformIT. Download the source code for the book at InformIT.
Topics include - Encapsulating data and code using classes Comparing instance member classes with static member classes Constructors and destructors Creating an object interface Exposing object attributes as propertie Exposing methods Instantiating objects from classes Binding an object reference to a variable Understanding object lifetime Releasing object references |
|
Microsoft - Visual C# .NET Step by Step Chapter 13 - Using Garbage Collection and Resource Management View Online at Microsoft.
Topics include - Garbage Collection Resource Management |
|
Apress - C# and the .NET Platform Chapter 5 - Advanced C# Class Construction Techniques Download the pdf at Apress. Download the source code for the book at Apress.
Topics include - Building a Custom Indexer Overloading Operators Understanding (and Using) Delegates Understanding (and Using) Events XML-Based Documentation Viewing the Generated XML File Visual Studio.NET Documentation Support |
|
Apress - C# and the .NET Platform Chapter 6 - Assemblies, Threads, and AppDomains View Online at The Code Project. Download the source code for the book at Apress.
Topics include - An Overview of .NET Assemblies Cross-Language Inheritance Understanding Private Assemblies Understanding Shared Assemblies Understanding .NET Version Policies The Administrator Configuration File Understanding System.AppDomain |
|
Prentice Hall - Introduction to C# Using .NET Chapter 18 - Interfaces and the .NET Framework Download the pdf at Object Innovations. Download the source code for the book at Object Innovations and its update here.
Topics include - ArrayList Collection Interfaces User-Defined Objects Copy Semantics and ICloneable Copy Semantics in C# Shallow Copy and Deep Copy Comparing Objects Sorting an Array Implementing IComparable |
|
Apress - Best Kept Secrets in .NET Various Excerpts - Best Kept Secrets in .NET Download the pdf at Apress. Download the source code for the book at Apress.
Topics include Chapter 1 - Hidden Treasures in Visual Studio
Organizing Code Snippets Chapter 2 - Doing Windows Forms
Iterating Through the Controls on a Form Chapter 3 - Code Tricks
Obsolescing Your Code Chapter 4 - Much ADO
Viewing Datasets As XML |
|
Murach's Visual Basic 2005 Chapter 2 - How to design a Windows Forms application Download the pdf at Murach. Download the source code for the book at Murach.
Chapter 2 shows you how to use Visual Studio .NET to design a Windows form that displays the discount amount and final total for an invoice, based on user input and a fixed discount rate. It also tells you how to set the Visual Studio options so it's easier to create a new project. Topics include - How to set options and create a new project How to design a form How to name and save the files of a project |
|
Murach's Visual Basic 2005 Chapter 3 - How to code and test a Windows Forms application Download the pdf at Murach. Download the source code for the book at Murach.
Chapter 3 teaches you how to enter the Visual Basic code for the Windows form in chapter 2 so the interface works the way you want it to. Along the way, it shows you how to use two new 2005 features, code snippets and refactoring. And it gets you started with practical debugging techniques Topics include - An introduction to coding How to add code to a form Four new coding features Other skills for working with code How to run, test, and debug a project |
توسط ناصر نيازي دریکشنبه 26 فروردین1386  17:32
|
توسط ناصر نيازي دریکشنبه 26 فروردین1386  10:45
|
توسط ناصر نيازي درشنبه 25 فروردین1386  18:7
|
توسط ناصر نيازي درجمعه 24 فروردین1386  19:23
|
سلام .احوال شما .حالتون كه خوبه. گله دارم امروز.چرا نظر نمي دين .امروز مي خام يه شاه برنامه براتون بنويسم ولي خب نظر نمي دين كه چه فايده !! مي خام برنامه بنويسم كه هيچ جا سورسش رو نديده باشيد .البته سورس اصلي اين برنامه هم مال من نيست ازيه سي دي كد باز ( OpenSurce )درش آوردم .
با اين برنامه مي تونيد برنامه ها و دي ال ال هايي كه با سي پلاس پلاس نوشته شده و بعضي از برنامه هاي ديگر رو باز كنيد و ديالوگ هاش رو ببينيد .اين جور برنامه ها كه معروفترينش ResurceHaker هست براي جعل و فارسي كردن برنامه ها استفاده مي شه .البته برنامه اي كه من اين سورس رو ازش درآوردم قدرت ديدن تمامي اجزاي برنامه از جمله آيكون ها ومنو ها عكس ها و تصوير و صدا و خلاصه هر چي توي فايل هست رو داشت ولي من فقط اين قسمتش رو برداشتم.چون تمام اون قسمتها برنامه رو حجيم مي كرد كه از حوصله وبلاگ ما خارج است!! براي اين برنامه بايد كد زيادي بنويسيد.
خب شروع كنيد .پنجره ي كامپيونها رو باز كنيد ( Project/Component ) و تيك MicrosoftCommonDilog6 و تيك MicrosoftWindowsCommonControl6 را بزنيد
يك TreeView يك Commondialog و يك ImageList به فرم اضافه كنيد
خاصيت نام كامند ديالوگ رو به CDLG تنظيم كنيد.چهار تا عكس به ImageList اصافه كنيد .عكس اول علامت Search عكس دوم علامت پوشه بسته عكس سوم پشه باز و عكس چهارم علامت New باشه
مي تونيد از آيكونهاي خود وي بي استفاده كنيد .مثال
D:\Program Files\Microsoft Visual Studio\Common\Ghraphic
روي خاصيت Custom ليست درختي ( TreeView ) دو با ر كليك كنيد تا كادرش باز شود .سپس
خاصيت اسكرول ليست درختي( TreeView ) را فعال كنيد .و خاصيت ImageList آن را به ImageList1 تنظيم كنيد .
يك كامند ياتون با يه كادر عكس و يه تكست بوكس به فرم اضافه كنيد .خاصيت MultiLine تكست بوكس را به True و خاصيت ScrolBar اون رو به 3 تنظيم كنيد.
فرم و ليست درختي و كادر عكس رو خيلي بزرگ كنيد . و تكست بوكس و دكمه رو زياد بزرگ نكنيد
در كد كليك كامند كد زير رو بنويسيد
CurrentResType = "": CurrentResName = ""
RefreshView: ClearResource
cdlg.Filter = "Executable (dll,exe)|*.dll;*.exe|All files (*.*)|*.*"
cdlg.InitDir = App.Path
cdlg.ShowOpen
If cdlg.FileName <> "" Then
Call FillResTypes(TreeView1, cdlg.FileName, cdlg.FileTitle)
End If
در رويداد Collapse ليست درختي بنويسيد:
RefreshView
در رويداد Expand ليست درختي بنويسيد:
If Node.Child.Text = "Dummy" Then
TreeView1.Nodes.Remove Node.Child.Index
Call FillResNames(TreeView1, Node)
End If
و بلاخره در رويداد NodeClick ليست در ختي كد زير رو كپي كنيد:
Dim ResType As String, ResName As String, ret As Boolean
Text1.Visible = False
RefreshView
CurrentResType = "": CurrentResName = ""
If Node = Node.Root Then Exit Sub
Label1 = "ResType: " & Node.Text
If Node.Key = "" Then
CurrentResType = Node.Text
Else: CurrentResType = Mid(Node.Key, 2)
End If
If Node.Parent = Node.Root Then Exit Sub
MousePointer = vbHourglass
If Node.Parent.Key = "" Then
ResType = Node.Parent.Text
Else: ResType = Mid(Node.Parent.Key, 2)
End If
ResName = Node.Text
If IsNumeric(ResName) Then ResName = "#" & ResName
CurrentResType = ResType: CurrentResName = ResName
Label1 = "ResType: " & Node.Parent.Text & vbCrLf & "ResName: " & ResName & vbCrLf & "ResSize: " & ResSize(ResType, ResName) & " bytes"
Select Case UCase(ResType)
Case "1", "2", "3", "12", "14" '---picture(Icon)
Case "4" 'Menu
Case "5", "17" 'Dialog
ret = ShowDialog(ResName, Picture1)
Case "6" 'String
Case "9" 'Accelerators Table
Case "11" 'Message Table
Case "16" 'version info
Case "23", "HTML" 'Web Page
Case "AVI" '-video
Case "JPG", "JPEG", "GIF", "PNG", "TIF", "TIFF", "WMF", "EMF" - -Picture
End Select
If ret = False Then
If Text1.Visible Then
Text1.Text = Text1.Text & vbNewLine & "Can not load resourse"
Else: Picture1.Print "Can not load resourse"
End If
End If
Picture1.Refresh: MousePointer = vbDefault
فكر كرديدن تموم شد حالا قسمت اصليش مونده .يه ماژول به فرم اضافه كنيد و كد زير رو داخلش كپي كنيد
.حالا برنامه رو اجرا كنيد .بازدن كامند كادر باز مي شه كه مي تونيد براش فايل اجرايي يا دي ال ال انتخاب كنيد تا داخل برنامه باز بشه .
راستي دقت كردين آدم نظر نمي ده چقدر عذاب وجدان مي گيره !!اون هيچي فشار قبر رو چي خدا بخير بگزرونه!!آره فشار قبر
توسط ناصر نيازي درپنجشنبه 23 فروردین1386  10:59
|
قالب بهبود یافت جستجو در کل سایت درست شد نظر بدین
توسط ناصر نيازي درچهارشنبه 22 فروردین1386  15:7
|
سلام
تا حالا دلتون خاسته يه اسكرين سيور بسازين
من يه برنامه بسيار جالب از اقاي Alexander Anikin به آدرس http://www.poshuk.com/pegas/index.htm دارم كه در اون يه اسكرين سيور بسيار زيبا ايجاد مي شه حالا اگه حوصله كنيد براتون كدش رو توضيح مي دم
دو تا PictureBox با دو تا تايمر ايجاد كنيد .خاصيت Autoredraw دو تا عكس و فرم رو true كنيد
خاصيت Interval تايمر اولي رو1و دومي رو 1000كنيد
در خط اول كد فرم توابع زير ور تعريف كنيد
'Copyright © 2000 by Alexander Anikin
'e-mail: pegas@poshuk.com
'http://www.poshuk.com/pegas/index.htm
Option Explicit
Private Declare Function LockWindowUpdate Lib "user32" (ByVal hwndLock As Long) As Long
Private Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
Private Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function BitBlt _
Lib "gdi32" ( _
ByVal hDestDC As Long, _
ByVal x As Long, ByVal y As Long, _
ByVal nWidth As Long, _
ByVal nHeight As Long, _
ByVal hSrcDC As Long, _
ByVal XSrc As Long, ByVal YSrc As Long, _
ByVal dwRop As Long _
) As Long
Private Declare Function SetWindowPos Lib "user32" ( _
ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal x As Long, ByVal y As Long, ByVal cx As Long, _
ByVal cy As Long, ByVal wFlags As Long) As Long
Private Const SWP_NOSIZE = &H1
Private Const SWP_NOMOVE = &H2
Private Const HWND_TOPMOST = -1
Dim a(47) As Integer
Dim b(47) As Integer
Dim xxx As Integer
Dim yyy As Integer
Dim e As Integer
Dim ScrW As Integer, ScrH As Integer
Private Sub TrueOnTop(myForm As Object)
SetWindowPos myForm.hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE Or SWP_NOSIZE
End Sub
براي اينكه كاربر هر كاري كرد برنامه سريع خارج بشه بايد در رويداد KeyDown-MouseDown بنويسيد
Unload Me
در كد فرم لواد بنويسيد
If App.PrevInstance = True Then Unload Me
Dim x
TrueOnTop Form1
With Picture1(48)
.BorderStyle = 1
.AutoRedraw = True
.Visible = False
End With
Me.AutoRedraw = True
Dim Bo As Boolean
Call BitBlt(hDC, 0, 0, Screen.Width, _
Screen.Height, GetDC(0&), 0, 0, vbSrcCopy)
Picture2.Width = Screen.Width
Picture2.Height = Screen.Height
Picture2 = Image
ScrW = Screen.Width \ 8
ScrH = Screen.Height \ 6
Picture1(48).Width = ScrW
Picture1(48).Height = ScrH
Dim l As Integer, t As Integer
l = 0
t = 0
For e = 0 To 47
Bo = Not Bo
If Bo = True Then
a(e) = 15
b(e) = 15
Else
a(e) = -15
b(e) = -15
End If
Load Picture1(e)
Picture1(e).Left = l
Picture1(e).Top = t
l = l + ScrW: If l > Screen.Width - ScrW Then l = 0: t = t + ScrH: Bo = Not Bo
Picture1(e).PaintPicture Picture2.Picture, 0, 0, ScrW, ScrH, ScrW * xxx, ScrH * yyy, ScrW, ScrH, vbSrcCopy
xxx = xxx + 1: If xxx = 8 Then xxx = 0: yyy = yyy + 1
DoEvents
Next e
For e = 0 To 47
Picture1(e).Visible = True
Next e
x = ShowCursor(False)
Cls
Timer1.Enabled = True
Timer2.Enabled = True
كد MouseMove فرم
Static X0 As Integer, Y0 As Integer '------------------------------
If ((X0 = 0) And (Y0 = 0)) Or _
((Abs(X0 - x) < 45) And (Abs(Y0 - y) < 45)) Then ' small mouse movement...
X0 = x ' Save current x coordinate
Y0 = y ' Save current y coordinate
Exit Sub ' Exit
End If
Unload Me ' Large mouse movement (terminate screensaver)
كد رويداد تايمر تايمر اولي
LockWindowUpdate Me.hwnd
For e = 0 To 47
Picture1(e).Move Picture1(e).Left + a(e), Picture1(e).Top + b(e)
If Picture1(e).Left > Screen.Width - ScrW Then a(e) = -a(e)
If Picture1(e).Left < 0 Then a(e) = -a(e)
If Picture1(e).Top > Screen.Height - ScrH Then b(e) = -b(e)
If Picture1(e).Top < 0 Then b(e) = -b(e)
DoEvents
Next e
LockWindowUpdate False
كد همون رويداد براي تايمر دومي
Enabled = True
Timer2.Enabled = False
و بلاخره كد Form_Unload
Dim x
x = ShowCursor(True)
End
شايد به محض اجرا شدن برنامه از برنامه خارج شويد .شما بايد يك نسخه اجرايي از برنامه روي دكستاپ ايجاد كنيد و بعد برنامه رو اجرا كنيد .اگه بازم به محض ورود از برنامه خارج شديد Unload Me ها رو پاك كنيد ولي يك دكمه براي خروج از فرم ايجاد كنيد.
نكته:براي ايجاد نسخه اجرايي از پروژه از منوي فايل گزينه Make Project1.exe بزنيد .
نظر ندادنتون منو كشته
توسط ناصر نيازي درچهارشنبه 22 فروردین1386  10:24
|
 |
Chris Crawford on Game Design
Publisher : New Riders Publishing Pages : 496
Chris Crawford on Game Design is all about the foundational skills behind the design and architecture of a game. Without these skills, designers and developers lack the understanding to work with the tools and techniques used in the industry today... |
 |
Software Engineering and Computer Games
Publisher: Addison-Wesley Copyright: 2002 Format: Paper; 648 pp
This book should be a requirement of anyone that wants to write games – period André Lamothe, author and CEO of Xtreme Games There are many books on the art of games programming but now acclaimed author Rudy Rucker has gone a step beyond and transformed it into a science. |
 |
Tricks of the 3D Game Programming Gurus-Advanced 3D Graphics and Rasterization
ISBN: 0672318350; Published: Jun 2, 2003; Copyright 2003; Dimensions 7-3/8` x 9-1/8` ; Pages: 1728; Edition: 1st.
Today is the greatest time in history to be in the game business. We now have the technology to create games that look real! Sony`s Playstation II, XBOX, and Game Cube are cool! But, all this technology isn`t easy or trivial to understand - it takes really hard work and lots of Red Bull. The difficulty level of game programming has definitely been cranked up these days in relation to the skill set needed to make games. |
مخصوص علی آقا
 |
Wireless Game Development in C/C++ with BREW
Paperback: 550 pages Publisher: Wordware Publishing, Inc. (April 25, 2003)
Designed for game programmers interested in developing mobile phone applications, this book uses QUALCOMM`s BREW development environment to illustrate a variety of techniques in the field of wireless phone games. |
دات نت
 |
.NET Framework Essentials, 3rd Edition
By Thuan L. Thai, Hoang Lam 3rd Edition August 2003, 380 pages.
Fully updated for version 1.1 of the .NET Framework, .NET Framework Essentials, 3rd Edition is an objective, concise, no-nonsense overview of the Microsoft .NET Framework for developing web applications and services. Written for intermediate to advanced VB, C/C++, Java, and Delphi developers, .NET Framework Essentials, 3rd Edition is also useful to system architects and leaders who are assessing tools for future projects. |
 |
.NET Framework Solutions: In Search of the Lost Win32 API
592 pages;
If you’ve begun programming using Microsoft’s .NET Framework, you’ve discovered a lot of new and improved functionality. But, more than likely, you’ve also discovered a lot of missing functionality. Indeed, a third of the functions supported by the old Win32 API are not yet supported by .NET. |
 |
Applied Microsoft .NET Framework Programming
Format: Paperback, 591pp Publisher: Microsoft Press
This title takes advanced developers and software designers under the covers of .NET to provide them with an in-depth understanding of its structure, functions, and operational components so they can create high-performance applications for .NET more easily and efficiently. |
 |
A_Programmers_Guide_to_.NET
By Alexei Fedorov. Published by Addison Wesley Professional. Dimensions 7-3/8x9-1/4 ; Pages: 720; Edition: 1st.
The new Microsoft platform, Microsoft.NET provides countless opportunities for different services and systems to interact, allowing programmers to develop powerful solutions for the internet. If you are a programmer or developer wanting to take full advantage of Microsoft.NET, this book, which provides essential information for the whole of the .NET platform, is for you |
 |
Building Microsoft® ASP.NET Applications for Mobile Devices, Second Edition
Author: Andy Wigley and Peter Roxburgh Pages: 720p
Extend your programming expertise across the widest range of mobile devices with this incisive guide to Microsoft ASP.NET mobile controls. Now integrated into Microsoft Visual Studio .NET 2003, ASP.NET mobile controls enable you to build applications that render intelligently on different devices—regardless of markup language, browser, or form factor. |
 |
C# Web Development for ASP.NET: Visual QuickStart Guide
Pages: 456; Edition: 1st.
C# was developed from the ground up to serve as the main language for Microsoft`s new .NET framework--and to compete with Java. C# Web Development for ASP.NET: Visual QuickStart Guide is aimed at beginning developers who may have experience with scripting languages but are not necessarily experienced with object-oriented languages. Using task-based examples and hundreds of screenshots, all code examples are presented in the context of ASP.NET development, aimed at Web developers.
|
 |
COM and .NET Interoperability
by Andrew Troelson Review By Peter A. Bromberg, Ph.D.
Having now completed a reading of my fourth book by Andrew Troelson (starting with `Developers Workshop to COM and ATL 3.0`), I can confidently state one truth: Andrew Troelson is a master programmer, teacher and author. This guy, quite simply, is a walking Encyclopedia Britannica of the .NET platform. |
 |
Performance Testing Microsoft .NET Web Applications
Format: Hardcover, 284pp Publisher: Microsoft Press
Performance tuning is increasingly important as desktop applications move to a Web-centric, software-as-a-service model. Performance analysis and tuning ensures that .NET-based applications perform as well as or better than traditional desktop applications. |
نظر بدین نامردی نکنین
توسط ناصر نيازي درچهارشنبه 22 فروردین1386  10:16
|
توسط ناصر نيازي درسه شنبه 21 فروردین1386  10:7
|
اولش واقعآ گند زدم ببخشید اصلاح شد
6 MB
6 MB
9 MB
19 MB
7 MB
14 MB
9 MB
9 MB
15 MB
2 MB
2 MB
7 MB
2 MB
14 MB
14 MB
9 MB
13 MB
2 MB
24 MB
158 MB
3 MB
2 MB
1.28 GB
10 MB
2 MB
24 MB
52 MB
2 MB
14 MB
13 MB
6 MB
956 KB
5 MB
15 MB
196 MB
401 MB
5 MB
9 MB
13 MB
4 MB
6 MB
15 MB
4 MB
14 MB
3 MB
11 MB
3 MB
6 MB
5 MB
14 MB
5 MB
14 MB
9 MB
14 MB
9 MB
6 MB
3 MB
11 MB
11 MB
22 MB
6 MB
14 MB
14 MB
6 MB
6 MB
114 MB
5 MB
6 MB
6 MB
22 MB
11 MB
1 MB
5 MB
6 MB
4 MB
5 MB
12 MB
9 MB
14 MB
31 MB
12 MB
3 MB
10 MB
1 MB
12 MB
24 MB
11 MB
83 MB
76 MB
2 MB
4
11 MB
1
14 MB
12 MB
4 MB
3
3 MB
1 MB
1 MB
31 MB
40 MB
توسط ناصر نيازي دردوشنبه 20 فروردین1386  17:4
|
(ebook)Clancy,Tom-Th..> 19-Oct-2005 00:35 2.4M
(ebook)Freud,Sigmund..> 19-Oct-2005 00:35 1.0M
(ebook)Troytech220-1..> 19-Oct-2005 00:35 174k
CharlesDarwinAutobio..> 19-Oct-2005 00:35 127k
DVDtoQuickTime.pdf 19-Oct-2005 00:36 231k
Ebook-TheLittleBookT..> 19-Oct-2005 00:36 211k
Isglassliquidorsolid..> 19-Oct-2005 00:36 130k
LordoftheRings.pdf 19-Oct-2005 00:36 732k
RocketCar.pdf 19-Oct-2005 00:37 603k
UnderstandingUsingNe..> 19-Oct-2005 00:38 1.9M
leidenfrost_essay.pdf 19-Oct-2005 00:36 124k
pbg4.pdf 19-Oct-2005 00:37 2.6M
لیست چند اف تی پی
Useful Files-Blind Programming site
Useful Files-Blind Programming site Useful ... 4mb FTP Net Drive puts ftp sites in drive list. PdfToText.zip... 182k Stand-alone .PDF to .TXT ... 2mb Adobe EBook Reader. PDF Zone... [Site] Site ...
http://www.blindprogramming.com/useful.htm
Bruce Eckel's MindView, Inc: Book Download Sites
Java Training, Bruce Eckel computer programming, C++ Training, Python Training ... http://www.janiry.com/bruce-eckel/ USA: ftp://ashper.com/pub/programming/c/books/eckel USA: http://www ...
http://www.bruceeckel.com/Books/DownloadSites
http://www.youremall.com/index.html
... bible free palm ebook download ebook ebook ftp ebook covers acrobat ebook reader ... device ebook erotica free ebook pdf cisco ebook ebook programming asp ebook gemstar ebook
دو صفحه پر از کتاب
Index #1
Index #2
توسط ناصر نيازي درشنبه 18 فروردین1386  19:8
|
- Ajax Basics & Development Tools (Feb 12th, 2007, Week #1)
- PDF: 1 slide per page
- JavaScript Basics (Feb 19th, 2007, Week #2)
- PDF: 1 slide per page
- Ajax Frameworks and Toolkits (March 5th, 2007, Week #3)
- PDF: 1 slide per page
- Ajax Application Examples (March 12th, 2007, Week #4)
- 4258_ajaxexamples.zip (Unzip it in a directory of your choice and read lab document from <unzip-directory>/ajaxexamples/index.html to proceed)
- Online lab document (This is the same document you will find in the hands-on lab zip file)
- Homework (The homework is ready so feel free to submit homework anytime)
- Dojo Toolkit Basics (March 26th, 2007, Week #5)
- PDF: 1 slide per page
- Dojo Toolkit Advanced (April 2nd, 2007, Week #6)
- ProtoType (April 9th, 2007, Week #7)
- PDF: 1 slide per page
- JSON (April 23rd, 2007, Week #8)
- PDF: 1 slide per page
- Direct Web Remoting (DWR) (April 30th, 2007, Week #9)
- PDF: 1 slide per page
- Google Web Toolkit (May 14th, 2007, Week #10)
- PDF: 1 slide per page
- JavaServer Faces (JSF) and Ajax Integration (May 21st, 2007, Week #11)
- PDF: 1 slide per page
- DynaFaces (June 4th, 2007, Week #12)
- jMaki (June 11th, 2007, Week #13)
- PDF: 1 slide per page
- Web Application Frameworks and Ajax (June 25th, 2007, Week #14)
- PDF: 1 slide per page
- ZK Framework (July 2nd, 2007, Week #15)
- CSS (July 16th, 2007, Week #16)
- PDF: 1 slide per page
- JavaScript Best Practices (July 23rd, 2007, Week #17)
- PDF: 1 slide per page
- Phobos (Script-based MVC framework) (Aug 6th, 2007, Week #18)
- Portlet/Portals and Ajax - (Aug 13th, 2007, Week #19)
- Dissecting the Java BluePrints Petstore 2.0 Reference Application
- Ajax Design Patterns and Best Practices
- Programming Designs hosts for download over 40 Programming Ebooks, as listed below. These will give you knowledge and understanding of many programming languages, including C++, Java, Python, Perl, JavaScript, XML, Bash, Flash, and Visual Basic .NET. These ebooks are in zip, pdf, doc, chm, and rar formats.
Ebooks from Progamming Designs
-
IO Port Programming
Game Scripting in Python
Using Flash
A Byte Of Pyhon
Dive Into Python
Non Programmers Tutotial For Python
Using Components In FLash
Oreilly VBScript In A Nutshell 2nd Edition
Oreilly VB.Dot.NET Language In A Nutshell 2nd Edition
Oreilly Perl Cookbook 2nd Edition
Oreilly Practical Mod Perl
OReilly Learning The BashShell 2nd Edition
Addison Wesley Flash And XML A Developers Guide
Addison Wesley C++ Network Programming Volume 1
Oreilly Java Extreme Programming Cookbook
Advanced Python programming
Introduction to VisualBasic.NET
Teach Yourself PHP MySQL & Apache In 24Hours
Visual Basic 6 in 21Days
Learn VB6
Secure PHP Development
MySQL Bible - PHP and MySQL
Advanced PHP For Web Professionals
Making Use Of PHP
C++ Unleashed
C++ Programming
O'Reilly Learning Perl
Perl in a Nutshell
Teach Yourself perl in 21 Days
Thinking in C++
teach Yourself C++ in 21 Days
Object Oriented Perl
Thinking In C++ 2nd Edition Volume 1
Thinking In C++ 2nd Edition Volume 2
Javascript Language Reference
Beginners Guide to CGI in Perl
Bash Beginners Guide
Advanced Bash-Scripting Guide
O'Reilly Learning XSLT
O'Reilly Cocoa in a nutshell
O'Reilly Perl Cook book
O'Reilly Python in a nutshell
O'Reilly Learning Perl 2
-
۴۵۰کتاب الکترونیک در پوشه های زیر
-
۱۶ کتاب خانه
Here are what I judge to be the Top 16 Programming Diggs for the previous 30 days, from digg.com. These cover lots are topics, inclu ding Ajax, CSS, Javascript, HTML and browsers, programming theorems, Java and Linux, tableless forms, technical ebooks, computer science books, web design, Ferret with Ruby on Rails, error messages, and C programming. Here they are:
Tutorial: AJAX Made Easy
A very simple tutorial explaining how to add AJAX functionality to your website with 3 easy steps. Helpful no matter what your technical expertise may be... from beginner to advanced. Take existing features on your site and modernize with this framework. Definitely time invested in this quality article.
The (only) Ten Things to Know About CSS
a one-page tutorial that demystifies the cryptic and cranky rules of CSS.CSS+Javascript power. Fancy menu
When it comes to creating the navigation part of your Website, the first thing you might think of is an unordered list that you style as tabs. Tired of them? Want something new to impress your friends, while keeping it accessible and unbelievably lightweight? Try this script.
74 CSS Galleries ranked ...
Who knew there were so many ... what a waste ... just check cssmania.com !!
Why HTML renders differently in different browsers
A very thorough article about why browsers render HTML differently.
3d graphics in JavaScript
See a live demonstration of a 3d rendering system written entirely in JavaScript!
Programming Theorems
"A list of rules I've come up with lately, based on my experience in programming."
Desktop Java and Desktop Linux: A Match Made in Heaven?
Although the .NET vs. Java war is basically over for control of the Windows desktop, where .NET is sure to become the managed language of choice for new Windows desktop applications, there is a new battle brewing. That battle is for the Linux desktop.
New startup Scribd "YouTube for documents" - Tons of free ebooks already
These guys have a new embedded flash PDF player. If you upload your docs, they'll show you detailed stats on who's reading them, and a map showing where the viewers are from. There are a ton of free programming ebooks on the site, and since anyone can upload them, there are going to be a lot more.
Tableless forms
Learn by example how to create a tableless css form. Classic Texts in Computer Science
A great list of classic computer science texts. Featuring such geeky titles as 'Let's Build a Compiler' and 'A Universal Algorithm for Sequential Data Compression'.
Community Driven Open Source Web Design
The Open Design Community (TODC) is a group of Open Source Website Designers providing free web design templates helping to make the global internet a prettier place. Acts As Ferret Tutorial with Ruby on Rails - RailsEnvy.com
A detailed tutorial which shows how to use Ferret, the full-text search engine, inside your Ruby on Rails Applications.
Are you a Programmer or a Coder?
Are programmers or should we called them coders, the most neglected link in the Software Development Chain?Coders are like smart assembly line workers as opposed to programmers who are plant engineers. Programmers are the brains, the glorious visionaries who create things.
The importance of checking your error messages
"Since my first web site in 1995, error messages have always been a frustration for me. Working with hundreds of developers over the years, the error messages can really put egg on your face when you go live. Many times there are swear words in them, they are not properly formatted, the non-english speaking coders show through."
C Is The New Assembly
Short blog post arguing C maybe 'The new assembly'. I must say I agree. Interesting read, with some links for further reading
آژاکس
Amy Hoy at Slash7.com offers several excellent Ruby On Rails and Ajax Cheat Sheets, Presentations, and Articles. She will be adding to this section of her website and uploading more in the future for everyone to learn from and enjoy. These learning materials cover Ruby On Rails, JavaScript, Ajax, and Web 2.0.
Articles:
Really Getting Started In Rails
What Goes Where in Rails
Secrets of the Rails Console Ninjas
Cheat Sheets (pdf format):
RJS Demystified With Pretty Colors!
Rails JavaScript Cheat Sheet (3 pages)
Rails JavaScript Cheat Sheet (1 page)
Scriptaculous Combination Effects Cheat Sheet
What's Ajax? Cheat Sheet
Form Helpers Cheat Sheet - a Ruby on Rails. cheat sheet guide
ActiveRecord Relationships Cheat Sheet - a Ruby on Rails. cheat sheet guide
What Goes Where? Cheat Sheet - a Ruby on Rails. cheat sheet guide
Presentation Slides:
Presentation: When Interface Design Attacks!
Presentation: User Experience, Pain-Free
Presentation: JavaScript Boot Camp Tutorial
Presentation: Getting Started with Ajax on Rails (pdf slides)
Presentation: Web 2.0 from the Ground Up (pdf slides)
Overcoming Scaffolding Addiction slides
20 كتاب لينوكس
Index of ebooks:
mail.stibanas.ac.id/ebooks/
100 Linux Tips and Tricks:
mail.stibanas.ac.id/ebooks/100_linux_tips_and_tricks.pdf
Benchmarks WP HP Oracle:
mail.stibanas.ac.id/ebooks/Benchmarks_WP_HPOracle_FINAL.pdf
LDAP Implementation HowTo::
mail.stibanas.ac.id/ebooks/LDAP%20Implementation%20HOWTO.txt
Linux Administrator Guide 2:
mail.stibanas.ac.id/ebooks/Linux%20Administrator%20Guide%202...
Linux NetAdmin Guide:
mail.stibanas.ac.id/ebooks/Linux%20NetAdmin%20Guide.pdf
Linux Full Command Manual:
mail.stibanas.ac.id/ebooks/Linux%20full%20command%20manual.p...
Linux Complete Command Reference:
mail.stibanas.ac.id/ebooks/LinuxCompleteCommandReference.pdf
Linux PHP How To:
mail.stibanas.ac.id/ebooks/LinuxPHPHOWTO.pdf
Sams' Teach Yourself Linux In 24 Hours (pdf):
tinyurl.com/dafvt
Securing Optimizing Linux RH Edition v1.3:
mail.stibanas.ac.id/ebooks/Securing-Optimizing-Linux-RH-Edit...
Shell Programming in 24 Hours:
mail.stibanas.ac.id/ebooks/Shell_programming_in_24_hours.pdf
Unix Cook Book:
mail.stibanas.ac.id/ebooks/UNIX%20Cook%20Book.pdf
Unix System Administration Handbook:
mail.stibanas.ac.id/ebooks/Unix%20System%20Administration%20...
Complete Idiots Guide to Linux:
mail.stibanas.ac.id/ebooks/completeidiotsguidetolinux.zip
CV:
mail.stibanas.ac.id/ebooks/cv.zip
Firewalls Complete:
mail.stibanas.ac.id/ebooks/firewallscomplete.zip
Linux Administration:
mail.stibanas.ac.id/ebooks/linuxadm.pdf
Linux Administration 2:
mail.stibanas.ac.id/ebooks/linuxadmin2.pdf
Linux Complete.zip
mail.stibanas.ac.id/ebooks/linuxcomplete.zip
Linux Full Command Manual:
mail.stibanas.ac.id/ebooks/linuxfullcommandmanual.zip
Linux Security:
mail.stibanas.ac.id/ebooks/linuxsecurity.pdf
MySQL Manual:
mail.stibanas.ac.id/ebooks/mysql-manual.pdf
Understanding IP Addressing:
mail.stibanas.ac.id/ebooks/understandingipaddressing.zip
Here are 18 CompTIA Certification Study Practice Exams, along with answers with their explanations. These cover most the the CompTIA certification exams, including A+, Network+, Server+, Security+, IT Project+, and Linux+.
توسط ناصر نيازي درشنبه 18 فروردین1386  10:52
|
برای خروج از حالت فشرده سازی یا دیکمپرس کردن فایل های Zlip می توانید از تابع زیر استفاده کنید :
procedure DecompressStream (aSource, aTarget: TStream) ;
var
decompStream: TDecompressionStream;
nRead: Integer;
Buffer: array [0..1023] of Char;
begin
decompStream := TDecompressionStream.Create(aSource);
try
repeat
nRead := decompStream.Read(Buffer, 1024);
aTarget.Write (Buffer, nRead);
until nRead = 0;
finally
decompStream.Free;
end;
end;
نکته: استفاده از عبارت Uses ZLib فراموش نشود.
مبنبعورودی های 82 دانشکده فنی اهر
توسط ناصر نيازي درپنجشنبه 16 فروردین1386  10:47
|
قالب جدید چطوره
حتمآ نظر بدین
توسط ناصر نيازي درچهارشنبه 15 فروردین1386  10:57
|
از نظرات ممنون
پستهای ایراد دار اصلاح شد
قالب اینجا بزودی عوض می شه
به آرشیو سر بزنید
توسط ناصر نيازي درشنبه 11 فروردین1386  9:23
|
توسط ناصر نيازي درشنبه 11 فروردین1386  9:18
|
Thinking in C++, Volume 2: Practical Programming Final version
Thinking in Enterprise Java
Thinking in Patterns
Thinking in Java, 3rd Edition
Thinking in C++, 2nd edition, Volume 1
Thinking in Java, 2nd edition
Thinking in Java, 1st edition
سی پلاس پلاس
کد
Borland.mac 01-Apr-2004 22:45 1k
C01/ 01-Apr-2004 22:45 -
C02/ 01-Apr-2004 22:46 -
C03/ 01-Apr-2004 22:46 -
C04/ 01-Apr-2004 22:46 -
C05/ 01-Apr-2004 22:46 -
C06/ 01-Apr-2004 22:46 -
C07/ 01-Apr-2004 22:47 -
C08/ 01-Apr-2004 22:47 -
C09/ 01-Apr-2004 22:47 -
C0B/ 01-Apr-2004 22:47 -
C10/ 01-Apr-2004 22:47 -
C11/ 01-Apr-2004 22:47 -
CodeWizard.mac 01-Apr-2004 22:45 1k
CopyRight.txt 01-Apr-2004 22:45 3k
DigitalMars.mac 01-Apr-2004 22:45 1k
DigitalMars.mak 01-Apr-2004 22:45 1k
License.txt 01-Apr-2004 22:45 3k
Metrowerks.mac 01-Apr-2004 22:45 1k
Microsoft.mac 01-Apr-2004 22:45 1k
TESTHEADER_purge.cpp 01-Apr-2004 22:45 1k
TESTHEADER_require.cpp 01-Apr-2004 22:45 1k
TestSuite/ 01-Apr-2004 22:46 -
edg.mac 01-Apr-2004 22:45 1k
g++.mac 01-Apr-2004 22:45 1k
makefile 01-Apr-2004 22:45 2k
purge.h 01-Apr-2004 22:45 1k
require.h 01-Apr-2004 22:45 2k
runall.sh 01-Apr-2004 22:45 1k
--------------آموزش-----------------C++-------------CPP
TicV2.html 2.4M
The C Programming Books
-------
C# Programming Books
ANSI/ISO C++ Professional Programmer's Handbook (Danny Kalev) [Mirror] [Mirror] [PDF] [PDF] 
C/C++ Reference [Another] [Another] [PDF]
-----
C++ Annotations (Frank B. Brokken) [Mirror]
C/C++ Reference Zone
-----------
C++ Essentials (S. Hekmat) [Source Code]
Complete C++ Language Tutorial
--------
Linkers and Loaders
The ZooLib Cookbook (Michael D. Crawford)----
The C++ Course (Allen B. Downey)
C++ GUI Programming with Qt 3, 464 pages, ©2004 (Jasmin Blanchette/Mark Summerfield) 
Industrial Strength C++ (Henricson/Erik Nyquist/Ellemtel Utvecklings ) [Mirror]
Thinking in C++, by Bruce Eckel, 2nd Edition, Vol. 1 [Mirror] [Mirror] [Mirror] [Mirror] [Download] [PDF] [PDF]
Thinking in C++, by Bruce Eckel, 2nd Edition, Vol. 2 [Mirror] [Mirror] [Mirror] [Mirror] [Mirror] [Mirror] [Download]
Applied C++: Techniques for Building Better Software ©2003 (Philip Romanik/Amy Muntz) 
The Function Pointer Tutorials for C/C++ ------------
A Beginners C++ (Neil Gray)
C++ Language Reference
---------------------------
C++ Reference Guide (Danny Kalev)
An Introduction to GCC: for the GNU Compilers GCC and G++ (Brian J. Gough, Richard M. Stallman) 
C++ Wikipedia-----------
Using C and C++ with Fortran------
C++ FAQ LITE
Wireless Game Development in C/C++ with BREW ©2003 (R. Barbagallo)

Wireless Game Development in C/C++ with BREW ©2003 (R. Barbagallo)

C++: The Rule Of Three (by Valmont)---------
C++ Coding Standard Specification (PDF)
Incompatibilities between ISO C and ISO C++ -----
C++ Programming for Scientists
C++, A Dialog (Programming with the C++ Standard Library), by Steve Heller
Data Structures and Algorithms with Object-Oriented Design Patterns in C++ (Bruno R. Preiss)

Techniques for Scientific C++--
Phil Ottewell's STL Tutorial---
Debugging C and C++ Code in a Unix Environment
C++ Standard Template Library (STL) Programmer's Guide [Mirror] [Mirror] [Mirror] [Mirror] [Mirror] [Mirror]
Larch/C++ Reference Manual (G. T. Leavens)------
C++ Programming Tutorials
An Introduction to the Imperative Part of C++ (R. Miller, D. Clark, B. White, W. Knottenbelt)
C and C++ Style Guides ----
C++ Portability Guide (D. Williams)
Introduction to Object-Oriented Programming Using C++ (Peter M? [Mirror] [Printing Version]
An Introduction to C++ and Object Oriented Programming, (Ian D Chivers) January 1999
Coronado Enterprises C++ Tutor, v 2.2 [Mirror] [Mirror]----
SUN C++ User's Guide
C++ Neural Networks and Fuzzy Logic (V.B. Rao)
----
Optimizing C++
C++ Network Programming, vol 2: Systematic Reuse with ACE Frameworks (D.C Schmidt) [Miror] [PPT] [vol 1] 
Compilers and Compiler Generators: An Introduction with C++ (P.D. Terry) [Mirror] [PDF] [Homepage] 
How to Think Like a Computer Scientist (C++ Version)---
-
Language Translation Using PCCTS and C++ (T. J. Parr)
کتابو بیارم دم در خونتون نظر می دین!!!---تعمیر شد
توسط ناصر نيازي درجمعه 10 فروردین1386  10:55
|
توسط ناصر نيازي درجمعه 10 فروردین1386  10:47
|
Adstuff.html 13-Jan-2001 13:52 28k
AppendixA.html 13-Jan-2001 13:52 130k
AppendixB.html 13-Jan-2001 13:52 30k
AppendixC.html 13-Jan-2001 13:52 37k
AppendixD.html 13-Jan-2001 13:52 20k
Chapter01.html 13-Jan-2001 13:52 188k
Chapter02.html 13-Jan-2001 13:52 85k
Chapter03.html 13-Jan-2001 13:52 136k
Chapter04.html 13-Jan-2001 13:52 131k
Chapter05.html 13-Jan-2001 13:52 76k
Chapter06.html 13-Jan-2001 13:52 96k
Chapter07.html 13-Jan-2001 13:52 84k
Chapter08.html 13-Jan-2001 13:52 136k
Chapter09.html 13-Jan-2001 13:52 331k
Chapter10.html 13-Jan-2001 13:52 100k
Chapter11.html 13-Jan-2001 13:52 227k
Chapter12.html 13-Jan-2001 13:52 75k
Chapter13.html 13-Jan-2001 13:52 340k
Chapter14.html 13-Jan-2001 13:52 188k
Chapter15.html 13-Jan-2001 13:52 271k
Contents.html 13-Jan-2001 13:52 47k
DocIndex.html 13-Jan-2001 13:52 149k
FrameContents.html 13-Jan-2001 13:52 47k
FrameDocIndex.html 13-Jan-2001 13:52 150k
Frames-expanded-TOC...> 13-Jan-2001 13:52 2k
Frames.html 13-Jan-2001 13:52 2k
Frontmatter.html 13-Jan-2001 13:52 30k
Introduction.html 13-Jan-2001 13:52 50k
Preface.html 13-Jan-2001 13:52 22k
RevisionHistory.html 13-Jan-2001 13:52 10k
SimpleContents.html 13-Jan-2001 13:52 3k
TIJ2-Corrections.html 13-Jan-2001 13:52 4k
STL.newbie.html 13-Jan-2001 13:52 164k
STL.newbie.ps 13-Jan-2001 13:52 365k
stl.html 13-Jan-2001 13:52 164k
pers-stl.tar.gz 13-Jan-2001 13:52 6k
pstl-0.1.1.tar.gz 13-Jan-2001 13:52 26k
آموزش سی پلاس پلاس
http://uic.rsu.ru/doc/programming/c++/STL.newbie/os_examples/
آموزش پی تون
آموزش روبی
ProgrammingRuby-0.3a..> 25-Jan-2002 11:52 822k
آموزش كامل
http://uic.rsu.ru/doc/programming/ruby/ProgrammingRuby/
آموزش اين i18n
http://uic.rsu.ru/doc/programming/i18n/gettext/
بقيه
توسط ناصر نيازي درجمعه 10 فروردین1386  8:6
|
IT Certification Books
http://hal.cs.tuiasi.ro/~denisb/ 2004-08-19
http://bookshelf.sleepnet.net/files/ 2004-08-19
http://micromus.starthotel.dk/cisco/Various%20Books/ 2004-08-19
http://www.cnd-enterprise.com/ 2004-08-19
http://www.math.hcmuns.edu.vn/Public/Guide/ 2004-08-19
http://abel.sk.tsukuba.ac.jp/~janos/bookshelf/ 2004-08-19
http://www.stevelacerda.hpg.ig.com.br/_Cisco/ 2004-08-19
http://ftp.interlegis.gov.br/pub/interlegis/SIT/ 2004-08-19
http://www.viacom.com.br/~silici0/ 2004-08-19
http://ftp.cdut.edu.cn/pub3/uncate_doc/ 2004-08-18
http://freebooks.by.ru/ 2004-08-18
http://www.lubsecurity.org/texts/linux/ 2004-08-18
http://www.celticrover.com/tig/ccna/ccnareviews.asp 2004-08-18
http://users.utu.fi/sisasa/oasis/ 2004-08-17
http://www.certifyexpress.com 2004-08-16
http://www.studyhallsoftware.com 2004-08-10
http://www.angelfire.com/ult/nineinnine/640-801v35.zip 2004-08-08
http://www.practiceexams.net/ 2004-08-05
http://www.ebookcn.net 2004-08-04
http://www.dhruvaraj.com/main.htm 2004-08-02
http://www.mcu.cz/atm/index.php 2004-08-02
http://www.oopweb.com/ 2004-07-31
http://www.parsian.net/set1252/pages/books.htm 2004-07-29
http://studynotes.net/index.htm 2004-07-28
http://www.certtutor.net 2004-07-28
http://www.cbtnuggets.com/webapp/videos 2004-07-28
http://www.itcertifer.com/download 2004-07-25
http://131.128.51.37/se-lab-server.ddns.comp.nus.edu.sg/ebooks/ 2004-07-21
http://www.2bcertified.net 2004-07-19
http://download.chinaitlab.com/sort/11_1.htm 2004-07-19
http://www.ebookcn.net 2004-07-18
ftp://vhoang.myftp.org/ 2004-07-16
http://ftp.cdut.edu.cn/pub3/uncate_doc/ 2004-07-14
http://www.whizlabs.com 2004-07-13
http://www.transcender.com 2004-07-13
http://www.correctexams.com 2004-07-13
http://www.netsupports.net 2004-07-11
http://www.santoto.edu.co/mcse/index.php 2004-07-09
http://www.thaifast.com 2004-07-09
http://www.filibeto.org/sun/lib/ 2004-07-09
http://www.hk8.org/old_web/ 2004-07-08
http://www.certcity.net/download/ 2004-07-03
http://santoto.santoto.edu.co/mcse/index.php?newlang=english 2004-07-03
http://www.net130.com 2004-07-03
http://www.trandumper.net 2004-07-03
http://www.braindumps.com 2004-07-03
http://www.mcsebraindumps.net 2004-07-03
http://www.freebraindumps.com 2004-07-03
http://www.intersoftlb.com/Ebook.aspx
استفاده کنو نظر نده
توسط ناصر نيازي درسه شنبه 7 فروردین1386  10:48
|
سلام حتمآ با پست قبلي جيگرتون آتيش گرفت.حق دارين از نظراتون معلومه
تو اين پست برنامه اي ميسازيم كه با جابه جا كردنش موقعيتش روي تيتر برنامه نوشته بشه
اين برنامه بدون هيچ تايمري كار مي كنه و معقيت فرم رو ميگه
يه پروژه خالي(به قول تركا كالاه)ايجاد كنيد ويه ماژول و يه فرم بهش اضافه كنيد
كد مربوط به ماژول
'API Types
Public Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
'API Constants
Const WM_MOVING = 534
Const GWL_WNDPROC = (-4)
'API declarations
Private Declare Function SetWindowLong Lib "user32.dll" Alias "SetWindowLongA" (ByVal hWnd As Long, ByVal nindex As Long, ByVal dwnewlong As Long) As Long
Private Declare Function CallWindowProc Lib "user32.dll" Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, lParam As RECT) As Long
Private Declare Function DefWindowProc Lib "user32.dll" Alias "DefWindowProcA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Dim OldhWndProc As Long
Private Function OnMove(ByVal hWnd As Long, ByVal uMsg As Long, ByVal wParam As Long, lParam As RECT) As Long
'Handle the OnMove event
If uMsg = WM_MOVING Then
'The form is moving!!
Form1.Caption = "Left: " & lParam.Left & " ,Top: " & lParam.Top
'Insert your code HERE
End If
'Call the old WindowProc
OnMove = CallWindowProc(OldhWndProc, hWnd, uMsg, wParam, lParam)
End Function
Public Sub InstallOnMovingEvent(frm As Form)
'Install the new WindowProc - SubClassing
OldhWndProc = SetWindowLong(frm.hWnd, GWL_WNDPROC, AddressOf OnMove)
End Sub
Public Sub RemoveOnMovingEvent(frm As Form)
'Restore the original WindowProc
SetWindowLong frm.hWnd, GWL_WNDPROC, OldhWndProc
End Sub
روي فرم دابل كليك كنيد هر چي نوشته پاك كنيد اينارو بنويسيد
Private Sub Form_Load()
InstallOnMovingEvent Me
End Sub
Private Sub Form_Unload(Cancel As Integer)
RemoveOnMovingEvent Me
End Sub
حالا برنامه رو اجرا بدين تكونش بدين و صفا كنيد
من تو هرپست باد بگم نظر بدين.خوب نظر بدين ديگه
توسط ناصر نيازي دردوشنبه 6 فروردین1386  23:32
|
توسط ناصر نيازي دردوشنبه 6 فروردین1386  19:34
|
جواب سوال دوست عزيزم رضا درمورد كد جاوا اسكريپت لينك باكس
نام اين تگه MARQUEE مي باشد كه براي متن متحرك استفاده مي شود شكل اين تابع به شكل زير است
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=3 scrollDelay=20 direction=up height=50 align="center">
// ----نام تگه------كد توقف حركت ----------------كد اجراي لينك----------سرعت---------نرمي حركت-----جهت------ارتفاع منطقه حركت --نوع نمايش
كدتوقف حركت:اين كد به مرورگر مي گويد كه وقتي موس روي لينك رفت حركت متوقف شود -در مورد حركت يك شعر يا متن غير لينك و غير اجرايي اين كد را استفاده نمي كنند
كد اجراي لينك :اين كد هنگام كليك كاربر روي لينك اجرا مي شود و لينك انتخاب شده را جرا مي كند
سرعت:اين گزينه سرعت حركت را بيان مي كند .براي مثال سرعت حركت 3 تقريبآ سريع و 2 متوسط استو4 سريع است .
بيش از 4 توصيه نمي شود چون لينك ها خوانده نمي شوند مگر در جاهايي كه عرض كادر حركت زياد است مثل سر تيتر
نرمي حركت:اين كد براي سرعت تازه سازي حركت استفاده مي شود واگر كم انتخاب شود باعث ايجاد حركتي نرم مي گردد براي اين مورد هم اكثرآ بين 20-10 را استفاده مي كنند
ولي اگر مقدار زياد مثلآ 100 انتخاب شود باعث حركت قطعه قطعه مي شود.مثل تيك تيك ساعت.مقدار زياد براي اين گزينه حركت را خيلي زشت مي كند
جهت:براي مقدار جهت مي توان عدد استفاده كرد يا نوشته نوشته هايي كه تعريف شده هستند
Down(پايين)|Left(به چپ)|Right(به راست)|UP(به بالا)
مقدار پيش فرض سمت چپ است .اعداد هم به ترتيب اعداد 1-4 هستند كه همين كارها را انجام مي دهند
ارتفاع هم كه معلوم است براي تنظيم ارتفاع محدوده ي حركت است
نوع نمايش هم مي تواند يكي از سه نوع زير باشد
Absbottom(),absMiddle(),Baseline(),bottom(),texttop(),top()---Left(چپ چين),Right(راست چين),Center(وست چين)
با كد </MARQUEE>پايان ان تگه را به مرور گر اعلام مي كنند
تگه ي<MARQUEE>فقط هر چيزي راكه درونش باشد را جا به جا مي كند
براي مثال
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=3 scrollDelay=20 direction=up height=50 align="center">
<a href="http://nasservb.blogfa.com" title="Larnning&FreeEbook">Larning&FreeEbook</a>
</MARQUEE >
نتيجه
انواع مختلفي از كاربرد اين تگه را شما در همين وبلاگ مشاهده مي كنيد
ساير پارامتر هاي اين تگه
behavior-bgcolor-datafld-dataformatas-datasrc-hspace-lang-loop-truespeed-vspace-width
عرض-فاصله عرضي- حركت يا توقف-تعداد تكرار -زبان-فاصله از بالا-.-.-.-رنگ پس زمينه-اسكرولي بودن
نقطه ها به معني آرگومانهاي بانك اطلاعاتي است
سوال داشتيد بپرسيد
شاد پيروز و جاويد باشيد
توسط ناصر نيازي دردوشنبه 6 فروردین1386  15:35
|
سلام
تا حالا زده بسرتون خودتون يه دكمه برا منوي استارت درست كنيد.مثلآ هر موقع برنامه ي شما
اجرا مي شه دكمه استارت تغيير شكل بده !!نميشه؟بشين اينجا جايي نرو تابگم چجوري ميشه
يه كادر عكس به فرم اضافه كنيد ويه عكس توش بندازيد.بعد يه تايمر به فرم اضافه كنيد
خاصيتIntervalتايمر رو روي1 بزاريد بعد توابع زير رو در خط اول كد فرم بنويسيد
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
Private Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function StretchBlt Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal nSrcWidth As Long, ByVal nSrcHeight As Long, ByVal dwRop As Long) As Long
Private Declare Function GetDesktopWindow Lib "user32" () As Long
Private Declare Function ReleaseDC Lib "user32" (ByVal hwnd As Long, ByVal hdc As Long) As Long
Private Const SRCCOPY = &HCC0020 ' (DWORD) dest = source
Dim dsktp As Long, St As Long
در ويداد فرم لواد كد زير روبنويسيد
Dim Wind As Long 'Temporary hwnd holder'--Finding the SystemTray Window (hwnd)
Wind = FindWindow("Shell_TrayWnd", "") '--Finding the Start Button Window (hwnd)
Wind = FindWindowEx(Wind, 0, "Button", vbNullString)
St = GetDC(Wind) 'Getting Start Button DC
dsktp = GetDC(Picture1.hwnd)
Timer1.Enabled = True
بقيه اش رو وللش !!شوخي كردم بابا كجا مي ري!! در رويداد تايمر كنترل تايمر كد زير رو بنويسيد
StretchBlt St, 0, 0, 100, 60, dsktp, 40, 1, 1, 40, SRCCOPY
اين نظر كه يادت نمي ره.ايولا گل پسر !!زود باش دير ميشه ها
توسط ناصر نيازي درجمعه 3 فروردین1386  23:5
|
می خواستم بنر عوض کنم گفتم اول بپرسم نظرتون راجع به این بنر چیه

توسط ناصر نيازي درجمعه 3 فروردین1386  10:43
|
امروز یه فایل آپ کردم که با اون می تونید یه برنامه یا فایل دی ال ال رو باز کنید و ای پی آی هاش رو بکشید بیرون .خیلی جالبه دانلو کنید حجمش هم کمه
بعد از باز کردن برنامه از منوی فایل لواداكسپورت بزنيد و فايل رو انتخاب كنيد بعضي از فايل هارو باز نمي كنه ولي اكثر دي ال ال ها رو من با هاش باز كردم
دانلود-14 كلو بايت
نظر كه يادت نمي ره