python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.9.0-py3-none-any.whl
Thursday, 26 July 2018
Subscribe to:
Posts (Atom)
ট্রিগার এর মাধ্যমে ডাটা ইনসার্ট - insert data using Database Trigger (Mysql)
সর্বপ্রথম আমরা প্রবলেমটা বুঝিঃ আমি একটা টেবিলের একটা কলামের ভ্যালুর উপর ডিপেন্ড করে আরেকটা কলামে ডাটা insert করব । এই কাজটা ট্রি...
-
Problem Type : Number Theory #include<stdio.h> #include<string.h> #define LEN 1110 int main() { long long int i,j,l...
-
Problem Type : Graph (Disjoint set) #include<stdio.h> #include<string.h> #include<algorithm> #define MAX 100 usi...
-
Problem Type : String #include<stdio.h> #include<string.h> int main() { int i,j,n,len,one ,two; char ...