تبليغاتX
c++,vb,Delphi,Ebook,java,c#,Download,Rapidshare,Programing,php,pdf,آموزش ,برنامه نويسي,وي بي,دلفي,كتاب الكترونيك,كتاب
English|فارسيبه وبلاگ من خوش آمديد
English صفحه اصلي گالري عكس VisualBasic Delphi Librery بانك مقاله وبلاگ ديگرم



Ebook,VB,Delphi

Rapidshar3
كتاب
کتاب سی و جاوا
کتاب کتاب-FTP
کتابخانه
کتاب
کتاب و کتابخانه
Linux
کتب جدید
کتاب جدید
15000Book_Rapidshare
20000 Ebook
کتابخانه خارجی
کتابخانه
Delphi
.net
کتابخانه عظیم برنامه نویسی
ProgramingEbook
directx


  1. Directx Explained
  2. Beginning.DirectX.9
  3. Beginning DirectX 9
  4. .NET Game Programming with DirectX 9.0
  5. .NET Game Programming with DirectX 9.0
  6. NET Game Programming with Directx 9.0
  7. Advanced Animation With DirectX
  8. directx 3d special programming 3d
  9. Spieleprogrammierung mit C und DirectX 9 in 21 Tagen .
  10. Spieleprogrammierung mit C und DirectX 9 in 21 Tagen
  11. .NET.Game.Programming.with.DirectX.9.0
  12. .NET Game Programming with DirectX 9.0
  13. programming with visual C the directx
  14. NET Game Programming with DirectX 9 0
  15. Programming a Multiplayer FPS in DirectX


لينك مقاله |21:24 دوشنبه 30 شهریور1388 - توسط ناصر نيازي


new

با سلام  مثل همیشه دیر دارم پست می کنم و شرمند ام در التهاب کنکورم آخه

Visual Basic 6 (VB6) | tutorials and source code samples


This VB tutorial builds off the last and demonstrates how you can create more advanced PDF files. It teaches you how to create a multi-page document, ...

VB Language Basics.indd


LearnVisualStudio.NET. Copyright © 2006, LearnVisualStudio.NET. Cheat Sheet : VB Language Basics. Visual Basic 2005 Express Edition. Working With Numbers ...

ADO.NET DataEntities and WCF Feeding a Silverlight DataGrid


Open EmployeeWebService.svc.vb where you will find a stub method, DoWork which you will ... Click OK to add the service reference, and open Page.xaml.vb ...

ASP VB and .NET Components for PDF HTML Image and Upload - WebSupergoo


Create Adobe PDF documents from ASP, ASP.NET, VB or any environment that supports ActiveX. Add text, images and graphics.

Latest VB6 Source Code Samples

Create PDF in VB Source Code

Level:
Level2
This sample source code shows you exactly how to create a PDF file from within your VB application with out having to buy a third party control or dll. It gives an example of creating a PDF and adding text to it.

A simple calculator

Level:
Level2
This full program is a simple calculator like what comes with windows. It demonstrates many controls and commands.

A full game - Concentration

Level:
Level2
See how to write a full working version of the Concentration game.

Full hangman game in VB6

Level:
Level2
Learn how to create a full hangman game with graphics. This program uses forms, timers, graphics, and many other common controls.

Creating a graphic tic tac toe game in VB6

Level:
Level2
This code shows a full tic tac toe. It uses forms, graphics, a simple AI algorithm, and other fun game stuff.

A Cryptogram game - simple encryption in VB6 source

Level:
Level2
This is a simple game that also shows how to do a fun cryptography method. It also teaches you forms, graphics and other basic VB controls.

Roman Numeral Converter

Level:
Level3
This program converts an integer in the range of 1 through 3999 to its equivalent in Roman numerals. It also converts a Roman numeral string to its decimal equivalent.

Advanced multiple client server using the Winsock control

Level:
Level3
See how to build an advanced client server chat like program that allows multiple connections (like IRC) using the Winsock control.

Simple Client Server chat program using Winsock control

Level:
Level2
Would you like to write your own chat or IM program? This sample demonstrates how you can use the VB6 Winsock control to build a simple client server application.

Building a highscore manager for your game

Level:
Level2
Every great game keeps tracks of users high scores and displays them. See how to do just that.

Build a scripting language

Level:
Level4
Ever wanted to write your own scripting language? While this source will get you started. See how to use dynamic classes to create a runtime class browser.

Using Windows Resource Files and Directx 8

Level:
Level2
Take a look at this example code to see how to read data from windows resource files and use it in DirectX - specifically Direct Draw.

Store data in windows resource files

Level:
Level2
See how we can build of off Visual Basic 6's way of storeing data and information in .frx files using property bags.

Create your own custom Resource Files

Level:
Level3
Use the binary AND and OR operators to keep track of game character attributes.

Handling Bitmaps well

Level:
Level3
See how to do all sorts of things with bitmap files. This code demonstrates how to use and manipulate windows bitmaps at the lowest level.

How to utilize binary flags in games

Level:
Level2
See how to use binary operators to store a characters attributes in a binary way to use less memory for your game development

Using the mouse to click in 3D space with DirectX 8

Level:
Level4
This source demonstrates how to map 3d coordinates in a way that allows the user to click on them with his mouse using DirectX 8.

Time based modeling algorithm for Games

Level:
Level3
Instead of putting a frame cap on your game this source code shows you how to get your max FPS by using Time Based Modeling.

Seeking and Fleeing Algorithms

Level:
Level3
If you want enemies to seek after your player (like ghosts after pacman) or you want enemies to run from your player (like when pacman eats a pill) then you must master the AI seeking and fleeing algorithms.

Rectangular and Circular Collision Detection

Level:
Level3
In any good game we must detect when objects have collided. This turns out to be pretty simple. See how to do both rectangular and circular collision detection.

Latest VB6 Tutorials

Creating PDF files in Visual Basic

Level:
Level2
Creating PDF documents in Visual Basic has always been a difficult task. Many times people have to purchase controls to do it for them. Not with this Visual Basic tutorial. PDF documents can be created in a snap using the mjwPDF class. This is the first in a series of tutorials. It covers the creation of a basic PDF document.

Creating Advanced PDF documents in VB

Level:
Level3
This VB tutorial builds off the last and demonstrates how you can create more advanced PDF files. It teaches you how to create a multi-page document, with page headers, footers, page numbers, shapes, and images.

Visual Basic 6 String Functions

Level:
Level2
This tutorial explains all the main vb6 string functions that allow you to manipulate strings including the Len, Mid, Left, Right, UCase, LCase, Instr, InstrRev, String, Space, Replace, StrReverse, LTrim, RTrim, Trim, Asc, Chr, and the ASCII table. This Visual Basic tutorial should meet all your needs.

Visual Basic & ADO Tutorial

Level:
Level2
This VB6 tutorial explains how to access a database using ADO in. It uses two different access databases for the backend.

Date Time Functions In Visual Basic

Level:
Level2
Learn how to use the time and date functions in Visual Basic. This VB6 tutorial introduces you to the basics of these functions.

Using Crystal Reports

Level:
Level2
Learn how to use Crystal Reports to display a nice report from your database in.

Visual Basic Combo Box Tutorial

Level:
Level2
Visual Basic combo boxes are like list boxes but they allow you to have a drop down list and/or be able to type in your own list items instead of only selecting one of the current items. This VB6 combo box tutorial teaches you everything you need to know to use combo boxes in your Visual Basic application.

Database Access with the Data Control

Level:
Level2
See examples of developing database applications using the data control that ships with Visual Basic 6.

Amazing things you can do with the Listbox control

Level:
Level3
Learn everything about the Listbox control. From simple to advanced to very advanced things you can do with this neat control.

How to read simple text files

Level:
Level1
This tutorial explains in detail how you can open text files in different formats and read them into your Visual Basic program.

Using ADO and the ListView control

Level:
Level2
See how to create a program that reads data using ADO and displays it in a nice ListView control in this VB6 tutorial.

Using ADO and stored procedures

Level:
Level3
Learn how to use ADO along with stored procedures in this VB6 tutorial. It shows examples using an access database, SQL database, and oracle database.

Using DAO (Data Access Objects) Code

Level:
Level3
This demonstrates a full working application using nothing but DAO code (no data control) this gives you the advantage of having full control over everything.

Introduction to SQL (Structured Query Language)

Level:
Level3
This explains in great depth how the SQL language works. It has many examples and uses access databases to demonstrate the SQL syntax.

Understanding the timer control

Level:
Level1
The timer control is very useful learn how to use it effectively.

Understanding the MsgBox command in Visual Basic

Level:
Level1
This Visual Basic tutorial explains everything you need to know about displaying a message box using the VB6 MsgBox command.

Understanding control arrays

Level:
Level1
This explains the very useful feature of control arrays. Control arrays allow you to create controls at runtime.

Understanding Forms and form events

Level:
Level1
This explains in detail how forms work in Visual Basic. It demonstrates how to create them and handle events.

Beginner Tutorial - Hello World

Level:
Level1
Create your first working application that says "Hello, World!". A standard in all programming environments.

Using Option Buttons aka Radio Buttons

Level:
Level1
Learn how to use the option buttons aka radio button controls in your Graphical User Interface (GUI).

VB String Array Functions - Split, Join, Filter

Level:
Level2
Visual Basic has a few built in string array functions including Split, Join, and Filter. This VB tutorial explains how to use them.

Working with images in all different ways

Level:
Level2
Learn many different ways to work with images in - such as resizing them, displaying them, using icons, etc.

Getting to know the VB6 IDE

Level:
Level1
This tutorial helps the beginner (and even more experienced users) understand a lot of the cool features the VB6 environment has to offer.

Multiple Form Splash Screen

Level:
Level2
Learn how you can use multiple forms. This example shows how to display a splash screen to your program before it starts.

Database Access with RDO (Remote Data Objects)

Level:
Level2
This demonstrates how you can use RDO (remote data objects) in Visual Basic to access a database.

Understanding For, Do, and while Loops

Level:
Level1
This tutorial explains all of the Visual Basic 6 loop commands (the do loop, do-while loop, do-until loop, and for loop) all with code to demonstrate.

Basic Graphical User Interfaces

Level:
Level1
This tutorial explains the basics to creating a graphical user interface (GUI) in. It focuses in on some simple GUI elements such as MsgBox, InputBox, and the Form.

Understanding variables

Level:
Level1
You will use variables all the time. Why not learn how to declare and use them properly.

Object Types and Naming Scheme

Level:
Level1
Learn all the different data types and objects Visual Basic has to offer. It also explains a standard naming convention that helps keep your code clean.

Understanding semicolans and the print method

Level:
Level1
The Visual Basic print method can be used to print information onto forms or into picture boxes. This tutorial shows you how using a semicolon separator.

فکر کنم اینا رو یه بار گذاشتم ولی ....


مهندسی نرم افزار۱ (جزوه) حسن علی اکبرپور---------------------------------------------------------------------- دانلود

مهندسی نرم افزار۱ (جزوه) سعید پارسا ------------------------------------------------------------------------------دانلود

پروژه مهندسی نرم افزار آنالیز کارخانه کفش-------------------------------------------------------------------------- دانلود

پروژه مهندسی نرم افزار کتاب فروشی الکترونیکی------------------------------------------------------------------- دانلود

پروژه مهندسی نرم افزار سیستم انتخاب واحد------------------------------------------------------------------------ دانلود

آر.یو.پی(کتاب) محمد بدری----------------------------------------------------------------------------------------------- دانلود

آر.یو.پی(جزوه) علیپور------------------------------------------------------------------------------------------------------ دانلود

خود آموز UML در شش روز(کتاب) -------------------------------------------------------------------------------------- دانلود

آموزش UML (جزوه) --------------------------------------------------------------------------------------------------------دانلود

آموزش رشنال رز(جزوه) -------------------------------------------------------------------------------------------------- دانلود

تحلیل و طراحی شی گرا با استفاده از UML رحیمی نیاء----------------------------------------------------------- دانلود

ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

اصول طراحی کامپایلرها، باقری نیاء------------------------------------------------------------------------------------ دانلود

اصول طراحی کامپایلرها، جابری پور------------------------------------------------------------------------------------ دانلود

اصول طراحی کامپایلرها، پارسا ----------------------------------------------------------------------------------------دانلود

ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

اصول طراحی پایگاه داده ها(جزوه) ،باقری نیاء -------------------------------------------------------------------------دانلود

اصول طراحی پایگاه داده ها(جزوه)، معصومی-------------------------------------------------------------------------- دانلود

اصول طراحی پایگاه داده ها(کتاب)، آیت-فراهی------------------------------------------------------------------------ دانلود

ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

نظریه زبانها و ماشین ها(جزوه)، علامی-------------------------------------------------------------------------------- دانلود

طراحی و پیاده سازی زبان ها(جزوه)، امام قلیزاده--------------------------------------------------------------------- دانلود

ساختمان داده ها(جزوه)، قدسی--------------------------------------------------------------------------------------- دانلود

ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

سیستم های عامل(جزوه)، باقری نیاء---------------------------------------------------------------------------------- دانلود

سیستم های توزیع شده(جزوه) ،باقری نیاء---------------------------------------------------------------------------- دانلود

ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

طراحی الگوریتم(کتاب)، نوراله------------------------------------------------------------------------------------------ دانلود

طراحی الگوریتم(کتاب)، CORMEN-------------------------------------------------------------------------------------- دانلود

هوش مصنوعی(کتاب)، عسگرزاده ------------------------------------------------------------------------------------دانلود

ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

ساختمان داده ها(کتاب)، تنها-آیت------------------------------------------------------------------------------------- دانلود

شبکه های کامیوتری(کتاب) ،کریم زادگان------------------------------------------------------------------------------ دانلود

نظریه محاسبات(کتاب)، عسگرزاده ------------------------------------------------------------------------------------دانلود

ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ

نمونه کارنامه ارشد و ... ------------------------------------------------------------------------------------------------ دانلود

نمونه سئولات پردازش تکاملی(Evolutionary Computing)-----------------------------------------------------------دانلود

سورس کد یک پروژه گرافیکی به زبان#C--------------------------------------------------------------------------------دانلود  

------------------------------------------------------------------------------------------------------------------------------

اسلاید های آموزشی جناب دکتر ناصر رضوی

پردازش تکاملی(اسلاید) ،رضوی------------------------------------------------------------------------------------------ دانلود

ساختمان گسسته(اسلاید) ،رضوی-------------------------------------------------------------------------------------- دانلود

طراحی الگوریتم(اسلاید) ،رضوی------------------------------------------------------------------------------------------ دانلود

ساختمان داده ها(اسلاید) ،رضوی--------------------------------------------------------------------------------------- دانلود

هوش مصنوعی(اسلاید) ،رضوی------------------------------------------------------------------------------------------ دانلود

BT download(6.95 GiB)
http://torrents.thepiratebay.org/3661889/EBooks.C_.C__.Java.And_a_hole_lot_more.3661889




لينك مقاله |21:18 دوشنبه 30 شهریور1388 - توسط ناصر نيازي


بدون شرح

نمره خام به درصد
نام درس امتحاني
-8/33
فرهنگ ومعارف اسلامي
33/33
زبان وادبيات فارسي
6/66
زبان خارجي
-2/22
رياضي وامار
33/33
زبان تخصصي
46/66
مدارمنطقي
64/44
برنامه سازي كامپيوتر
22/22
دروس تخصصي نرم افزار
3/33
دروس تخصصي سخت افزار

نتيجه در سهميه آخرين رتبه مجاز در سهميه رتبه داوطلب بدون سهميه رتبه داوطلب در سهميه نمره کل گرايش
مجاز 42969 832 830 2892 1
مجاز 23792 926 922 2170 2
--- --- --- --- --- 3
--- --- --- --- --- 4
--- --- --- --- --- 5
--- --- --- --- --- 6


لينك مقاله |11:3 دوشنبه 2 شهریور1388 - توسط ناصر نيازي


به نام خداوند يزدان و سپهر آفرين -- که از الطافش جاويد باد ايران زمين _______خداوند نام وخداوند جاي -- خداوند روزي ده ره نماي _______خداوندکيوان وگردان سپهر -- فروزنده ي ماه و ناهيد و مهر
دوست گرامي سلام

باما تماس بگيريد

اضافه به علاقه مندي ها

خانگي سازي


ناصرنيازي : با سلام به وبلاگ من خوش آمديد ، در اين وبلاگ هر گونه آموزش برنامه نويسي و دلفي انجام مي شود. جهت استفاده بيهنه از اين وبلاگ به آرشيو وبلاگ نيز سري بزنيد .بيش ازنيم مليون كتاب برنامه نويسي خارجي و10 هزاركتاب فارسي در اينجا و وبلاگ ديگر ما وتالار گفتگو شماره اس ام اس09189151266.با تشکر



Archive
شهريور 1388
مرداد 1388
تير 1388
خرداد 1388
ارديبهشت 1388
فروردین 1388

اسفند 1387
بهمن 1387
دی 1387
آذر 1387
آبان 1387
مهر 1387
شهريور 1387
مرداد 1387
تير 1387
خرداد 1387
ارديبهشت 1387
فروردين 1387

اسفند 1387
بهمن 1386
دي 1386
آذر 1386
آبان 1386
مهر 1386
شهریور 1386
مرداد 1386
خرداد 1386
اردیبهشت 1386
فروردین 1386

اسفند 1385
بهمن 1385
دی 1385
آرشيوكل

نظر سنجي

آرشيو موضوعي (Categories)
وی بی(Larn)
دلفی(Larn)
کتابخانه ها(LibreryList)
C++
PHP
Python
Java
Linux
C#
ASP&ASP.net
Ajax
Surce
JEE
XML&SQL
VBA
Java&VBScript
3D&DirercX&OpenGL
Roby
Flash
JSP
HTML&Web2
Other
كتب فارسيFarsi
General(عمومي)
(Librery(All Language
VB
Delphi

مقاله هاي قبلي(OtherPost)
All Programing Ebook
Java And C++ Ebook
800 Ebook In Ftp
Net Programing Ebook .
Best Programing Ebook
Web Programing Ebook
Ajax-Web-Linux Ebook
PHP,JSP Ebook
All Programing book
World Free Librery
Programing Librery
3d Programing
ajax,all Ebook
Pyton,All Ebook
Web Programing & XML
HTML, XML & CSS
Programming with sockets
c# And .Net 2005 Ebook
Librery Link
Ebook For Computer
Need Ajax Ebook
Best Ebook
Book -Ebook!!
Graphic Ebook
All Languge Ebook
Best Programing Ebook(150)
good Ebook
کتاب-کتاب-کتب
صدا زدن توابع ها
فايل دايالوگ عجيب
دنياي کلاس و اي پي آي
AVIفرمت فايل
فهميدن خاصيت بدون تايمر
انتباق عکس بر روي هم
سوالات کنکور وي بي 85
وي بي بازم وي بي
ترفند ويندوز
سورس
يه كتاب توپ
غير فعال کردن كنترل آلت دليت
مخفي كردن آيكون هاي دسكتاپ
آرايه در دلفي
کلاس ها در وي بي
فايل ميانبر
فايل در وي بي
يک خاطر يک نصيحت
پيدا کردن درايو ويندوز کاربر در وبلاگ
2Api بسيار مفيد
فايلGDI32.dll
فرمت فايل ام پي تري
کتاب الکترونيک2
گرافيک در وي بي
کتاب الکترونيک-برنامه
شروع دلفي
متغيير هاي دلفي
کتاب الکترونيک1
زمان کپي شدن فايل
DBGridماوس
رجيستري چيست
WindowsMediaPlayerکنترل

رنج گوگل

آمار وبلاگ

قالب سبز رود

طراح ناصر نيازي


جستجوگرSearch

جستجو در متن وبلاگ
جستجو در كلIn all Post

لينک دوستان(MyFrinds)

آخرين پست هايم در وبلاگ ديگرم

عضويت در خبرنامه
 RSS 
POWERED BY
BLOGFA.COM
صفحات مارا ذخيره كنيد تا هميشه كنارتان باشيم.هرگونه كپي برداري فقط با ذكرمنبع توصيه مي شود
CopyRight_:GhayeshSoft.INC_By:NasserNiazyMobasser_Of_Iran