تبلیغات :
خرید لپ تاپ استوک
ماهان سرور
آکوستیک ، فوم شانه تخم مرغی ، پنل صداگیر ، یونولیت
دستگاه جوجه کشی حرفه ای
فروش آنلاین لباس کودک
خرید فالوور ایرانی
خرید فالوور اینستاگرام
خرید ممبر تلگرام

[ + افزودن آگهی متنی جدید ]




صفحه 58 از 70 اولاول ... 84854555657585960616268 ... آخرآخر
نمايش نتايج 571 به 580 از 696

نام تاپيک: چند پروژه VB همراه با سورس و فایل EXE ( پروژه های کامل)

  1. #571
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    PC Timer

    This program will automatically shutdown, restart and logoff your PC in an especific time or in a countdown Timer using shutdown.exe of Microsoft.

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  2. #572
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    Perfect Password Login System "VERY SAFE"

    It's a standard password login system. Use the code yourseft.

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  3. #573
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    Performance Counter

    to test te time that takes some code to execute use QueryCounter.cls (.Parar=Stop) Sorry the comments are in spanish...

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  4. #574
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    Periodic Table

    Hello PSC, I thought PSC could use a periodic table, since the site has lot of physics and math related programs. It's not a very good code, but i thought i would posted on PSC to get some feedbacks. I don't ask anyone to vote for me, but please leave a comment or two about my code. I have lot to learn and I have seen lot of great codes here.

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  5. #575
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    Person Registry

    A simple demonstration of having a dynamic list of data which allows to add, edit, delete and print the inputed data. Uses a list view to display inputted or stored information (in this case, person's names) and enables the user to print all of these data.

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  6. #576
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    Personal Journal

    a simple journal... you can bookmark entrys and insert pictures... very basic... i made this because i thought to start keeping a journal but i didnt like writing 2 or 3 pages down... so instead i made a program to write in ... PLEASE VOTE AND ESPECIALLY COMMENT!

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  7. #577
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    Password Protector 1.5

    This is the revised version. It works now. I relized my mistake. The exit sub stoped the code from working. This works so please download this version and use it. Thanks ;-)

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  8. #578
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    PassWords

    **Pass** Not something special but it is usefull(Especially for newbies like me :-) .Its a form which you can add to your project to protect something! If you think i deserve it pls vote! Thanx JBK

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  9. #579
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    PatRecog

    Artificial Neural Networks are a mathematical representation of the biological Neural Networks whitch are more sophisticated and more complicated. - they can compute any computable function and they are very useful for classification. - they are issued from the need to build artificial systems capable of sophisticated or intelligent computations similar to those that the human brain routinely performs. Topologicaly there is Two major kinds of networks : Feedforward and Feedback. - In a Feedforward NN, the connections between units do not form cycles. They usually produce a response to an input quickly. they are restricted to finite-dimensional input and output spaces. - In a feedback or recurrent NN, there are cycles in the connections. In some feedback NNs, each time an input is presented, the NN must iterate for a potentially long time before it produces a response. Feedback NNs are usually more difficult to train than feedforward NNs. Here I use a FeedForward Neural Network to show how it recognize a character. there is four NNs, the first one to classify the character; is it a (Capital, Small or punctuation letter)? and other three NNs, one for each class. they have been trained before so, this code will show how to use them after been trained. for any suggestion or question feel free to email me [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  10. #580
    اگه نباشه جاش خالی می مونه sinaaeeni's Avatar
    تاريخ عضويت
    Apr 2008
    پست ها
    206

    پيش فرض سورس کامل دیکشنری انگلیسی - فارسی

    سلام دوستان
    با عرض تبریک عید غدیر
    برای دوستان امروز سورس کامل دیکشنری انگلیسی - فارسی را با بانکی به تعداد حدود 54000 لغت تقدیم میگردد که امیدوارم مورد استفاده قرار گیرد .

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

  11. 2 کاربر از sinaaeeni بخاطر این مطلب مفید تشکر کرده اند


Thread Information

Users Browsing this Thread

هم اکنون 1 کاربر در حال مشاهده این تاپیک میباشد. (0 کاربر عضو شده و 1 مهمان)

User Tag List

قوانين ايجاد تاپيک در انجمن

  • شما نمی توانید تاپیک ایحاد کنید
  • شما نمی توانید پاسخی ارسال کنید
  • شما نمی توانید فایل پیوست کنید
  • شما نمی توانید پاسخ خود را ویرایش کنید
  •