An Introduction to GCC for the GNU Compilers gcc and g++ #1

متن مرتبط با «rs 232c cable» در سایت An Introduction to GCC for the GNU Compilers gcc and g++ #1 نوشته شده است

RS485 Auto Addressing by Isolators

  • نیلوبلاگ

    شما میتوانید از این تگهای html استفاده کنید: <b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align=""> بخوانید...

    ادامه مطلب
  • MDK-ARM Version 5.30

  • نیلوبلاگ

    نسخهی مورد نظر از نرمافزار MDK-ARM را نصب کرده و µVision را اجرا نموده و از منوی File روی گزینه License Management کلیک کنید. در بخش Computer ID، CID سیستم تان را کپی کرده و در قسمت مربوطه در Keyge...

    ادامه مطلب
  • Xilinx Platform Cable USB

  • نیلوبلاگ

    Each output signal is routed through a NC7SZ126 (or NC7SZ125) ultra-high-speed (UHS) CMOS buffer. Series-damping resistors (30 Ω) reduce reflections. Weak pull-up resistors (20 kΩ) maintain a defined...

    ادامه مطلب
  • ERROR:HDLParsers:3533

  • نیلوبلاگ

    ERROR:HDLParsers:3533 - "" Line ###. Initializing Expression 'XXX' is not valid in this context as it contains reference to other interface objects... generic ( ... MAX_POINTS : integer :=64; N_SHIFT : integer :=integer(ceil(log2(real(MAX_POINTS))); ... ); ... architectureBehavioral ofexampleis constant ...

    ادامه مطلب
  • Design and Implementation of a New Persian Digits OCR Algorithm On FPGA Chips

  • نیلوبلاگ

    DESIGN AND IMPLEMENTATION OF A NEW PERSIAN DIGITS OCR ALGORITHM ON FPGA CHIPS Navid Toosizadeh and Mohammad Eshghi Electrical and Computer Engineering Department, Shahid Beheshti University Evin, 1983963113, Tehran, Iran phone: + (98) 29901, fax: + (98) 21241-7940, email: [email protected], [email protected] web: www.sbu.ac.ir به درخواست یکی از دوستان ... با VHDL، باز پیاده سازیش کردم ... متن مقاله که چند ایراد داشت ... ایده مطرح شده، قابل گسترش به حروف فارسی هم نبود ... بیشتر بدرد حرف بزرگ انگلیسی (لاتین) می خورد ... در کل که چیز مسخره و بدرد نخوری بود ... اما قابل تحسین برای یک پروژه دانشجویی مقطع کارشناسی!!! ... نمی دانم چه اصراری بوده که مقاله را انگلیسی منتشر کر...

    ادامه مطلب
  • PL2303HX/USB2RS232 مبدل USB به سریال با آیسی اورجینال

  • نیلوبلاگ

    http://kavirelectronic.ir/eshop/%D9%85%D8%B1%D8%AA%D8%A8%D8%B7-%D8%A8%D8%A7-usb/1200127-pl2303hx-usb2rs232-usb-.html اوریجینالشو خوب اومده! تو شرکت... یهویی سیستمم می رفت هوا !... تمام کارام نابود می شد!... Blue Screen of Death... کسی هم دنبال علتش نبود... یعنی براشون مهم نبود... می گفتن مش...

    ادامه مطلب
  • مبدل RS-232/TTL USART به RS-485/422

  • نیلوبلاگ

    همه چیز درسته، شما فقط لازمه فلان تغییر رو تو کد بدید! این هم از کد، این هم پروگرمر... تو می مونیو یه کد و یه پورت... دو هفته سر کاری... همه هم شاکی... خودتم گیج... ادامه مطلب...

    ادامه مطلب
  • RS-232

  • نیلوبلاگ

    RS-232 Logic and Voltage Levels Data Circuits Control Circuits Voltage 0 (Space) Asserted +3 to +15 V 1 (Mark) Deasserted −15 to −3 V Pin Functions for RS-232 TXD (pin 3) Serial Data Output RXD (pin 2) Serial Data Input GND (pin 5) Ground Specifications RS-232 RS-485 Mode of Operation Single-Ended Differential Number of Drivers / Receivers on One Line 1 Driver 1 Receiver 32 Drivers* 32 Receivers Maximum Cabl...

    ادامه مطلب
  • An Introduction to GCC for the GNU Compilers gcc and g++ #2

  • نیلوبلاگ

    $ gcc -Wall calc.c /usr/lib/libm.a -o calc Correct Order $ gcc -Wall calc.c -lm -o calc Error! Incorrect Order $ gcc -Wall -lm calc.c -o calc In general, the compiler option ‘-lNAME’ will attempt to link object files with a library file ‘libNAME.a’ in the standard library directories. On systems supporting both 64 and 32-bit executables, the 64-bit versions of the libraries will often be stored in ‘/usr/lib64’ and ‘/lib64’, with the 32-bit versions in ‘/usr/lib’ and ‘/lib’....

    ادامه مطلب
  • OpenEmbedded Layers

  • نیلوبلاگ

    https://layers.openembedded.org/layerindex/branch/krogoth/layers/...

    ادامه مطلب
  • An Introduction to GCC for the GNU Compilers gcc and g++ #1

  • نیلوبلاگ

    $ sudo apt-get install g++ build-essential $ g++ –version // hello.c #include <stdio.h> int main (void) { printf ("Hello, world!n"); retu 0; } $ gcc -Wall hello.c -o hello $ ./hello Hello, world! // hello.cc #include <iostream> int main() { std::cout << "Hello World!" << std::endl; retu 0; } $ g++ -Wall hello.cc -o hello $ ./hello Hello, world! ...

    ادامه مطلب
  • برچسب‌های مرتبط

    rs-232c cable | rs-232 wiring | an introduction to gcc for the gnu compilers gcc and g++ | an introduction to gcc for the gnu compilers gcc and g++ ebook | openembedded layers | openembedded layers txt |