<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Pk High files</title>
		<link>http://www.highfile.ucoz.com/</link>
		<description>Forum</description>
		<lastBuildDate>Fri, 17 Apr 2015 06:32:59 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://highfile.ucoz.com/forum/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Dato-Code installation guide</title>
			<link>https://highfile.ucoz.com/forum/2-93-1</link>
			<pubDate>Fri, 17 Apr 2015 06:32:59 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread description: Graphlab Create Simple Installation Guide&lt;br /&gt;Thread starter: pradeep&lt;br /&gt;Last message posted by: acdsee7447&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;b&gt;Simple Installation&lt;/b&gt; &lt;br /&gt; 1.  GenerateDato-code key  and get code , example &lt;br /&gt; like that &lt;a class=&quot;link&quot; target=&quot;_blank&quot; href=&quot;http://u.to/tjAOCw&quot; title=&quot;https://dato.com/products/create/quick-start-guide.html&quot; rel=&quot;nofollow&quot;&gt;https://dato.com/products/create/quick-start-guide.html&lt;/a&gt; &lt;br /&gt; &lt;!--uzcode--&gt;&lt;div class=&quot;bbCodeBlock&quot;&gt;&lt;div class=&quot;bbCodeName&quot; style=&quot;padding-left:5px;font-weight:bold;font-size:7pt&quot;&gt;Code&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;!--uzc--&gt;(mkdir-p ~/.graphlab &amp;&amp; &amp;#91;b]echo -e &amp;#91;font=Source]&amp;#91;color=#486600]&quot;&amp;#91;Product]&amp;#92;nproduct_key=&amp;#91;b]unique-key&quot; &gt; ~/.graphlab/config&amp;&amp; &amp;#91;b]echo &quot;Configuration file written&quot;&amp;#41; || &amp;#91;b]echo &quot;Configurationfile not written&quot;&lt;!--/uzc--&gt;&lt;/div&gt;&lt;/div&gt;&lt;!--/uzcode--&gt; &lt;br /&gt; 2.     execute python -V in terminal , if version 2.7.x available then okay , else &lt;br /&gt; 3.    sudoapt-get update &lt;br /&gt; 4.    sudoapt-get install python-pip &lt;br /&gt; 5.   &lt;b&gt;sudo&lt;/b&gt; pip installgraphlab-create==1.3 &lt;br /&gt; 6.    &lt;b&gt;checkpython version and run python&lt;/b&gt; python –V &lt;br /&gt; 7.   &lt;b&gt;run python : python  hit enter&lt;/b&gt; &lt;br /&gt; 8.    &lt;b&gt;Now runfollowing command and test it &lt;br /&gt; &lt;a class=&quot;link&quot; target=&quot;_blank&quot; href=&quot;http://u.to/tTAOCw&quot; title=&quot;https://dato.com/learn/gallery/notebooks/five_line_recommender.html&quot; rel=&quot;nofollow&quot;&gt;https://dato.com/learn/gallery/notebooks/five_line_recommender.html&lt;/a&gt; &lt;/b&gt; &lt;br /&gt;&lt;br /&gt; If you facing problem in installing pip command following these code &lt;br /&gt;&lt;br /&gt; &lt;!--uzcode--&gt;&lt;div class=&quot;bbCodeBlock&quot;&gt;&lt;div class=&quot;bbCodeName&quot; style=&quot;padding-left:5px;font-weight:bold;font-size:7pt&quot;&gt;Code&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;!--uzc--&gt;&amp;#91;b]$sudo apt-get install python-pip python-dev build-essential&amp;nbsp;&amp;nbsp;&lt;br /&gt; &amp;#91;b]$ sudo pip install --upgrade pip &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;#91;b]$ sudo pip install --upgrade virtualenv&amp;nbsp;&amp;nbsp;&lt;br /&gt; &amp;#91;b]$ sudo apt-get update &lt;br /&gt; &amp;#91;b]$ sudo apt-get install gcc g++ build-essential libopenmpi-dev openmpi-bin default-jdk cmake zlib1g-dev git&lt;!--/uzc--&gt;&lt;/div&gt;&lt;/div&gt;&lt;!--/uzcode--&gt; &lt;br /&gt;&lt;br /&gt; I hope its help , please post comment and ask question if you have any issue . &lt;br /&gt;&lt;br /&gt; Thanks</content:encoded>
			<category>Codeing</category>
			<dc:creator>pradeep</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-93-1</guid>
		</item>
		<item>
			<title>Bit Representation</title>
			<link>https://highfile.ucoz.com/forum/2-65-1</link>
			<pubDate>Mon, 24 Feb 2014 12:30:58 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread description: Count the Bit&lt;br /&gt;Thread starter: dks&lt;br /&gt;Last message posted by: acdsee7447&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>import java.util.Scanner; &lt;br /&gt;&lt;br /&gt; class BitRepresent &lt;br /&gt; { &lt;br /&gt;    public static void main(String args[]) &lt;br /&gt;    { &lt;br /&gt;       Scanner input=new Scanner(System.in); &lt;br /&gt;       int counter=0; &lt;br /&gt;       System.out.println(&quot;Enter the number:&quot;); &lt;br /&gt;       int n=input.nextInt(); &lt;br /&gt;       while(n!=0) &lt;br /&gt;&lt;br /&gt;        { &lt;br /&gt;           n=n/2; &lt;br /&gt;           counter++;   &lt;br /&gt;        } &lt;br /&gt;      System.out.println(&quot;No. of Bit=&quot;+counter); &lt;br /&gt;   } &lt;br /&gt; }&lt;p&gt;&lt;b&gt;Added&lt;/b&gt; (24 February 14, 6:00 PM)&lt;br /&gt;---------------------------------------------&lt;br /&gt;Thanks to all for viewing ,if any comment ...</content:encoded>
			<category>Codeing</category>
			<dc:creator>dks</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-65-1</guid>
		</item>
		<item>
			<title>File Encryption in c++(simple)</title>
			<link>https://highfile.ucoz.com/forum/2-77-1</link>
			<pubDate>Mon, 24 Feb 2014 12:26:38 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread starter: dks&lt;br /&gt;Last message posted by: dks&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>#include &lt;iostream&gt; &lt;br /&gt; #include &lt;fstream&gt; &lt;br /&gt;&lt;br /&gt; using namespace std; &lt;br /&gt;&lt;br /&gt; void encrypted() &lt;br /&gt; { &lt;br /&gt;     ifstream in; &lt;br /&gt;     ofstream out; &lt;br /&gt;     char line; &lt;br /&gt; //    int c=0; &lt;br /&gt;     in.open(&quot;input.txt&quot;,ios_base::in); &lt;br /&gt;     out.open(&quot;encrypted.txt&quot;,ios_base::out); &lt;br /&gt;     if(in.is_open()) &lt;br /&gt;     { &lt;br /&gt;         while(!in.eof()) &lt;br /&gt;         { &lt;br /&gt;     //        c++; &lt;br /&gt;             in.get(line); &lt;br /&gt;             int b=int(line); &lt;br /&gt;             b=255-b; &lt;br /&gt;             char ch=char(b); &lt;br /&gt;             if(!in) break; &lt;br /&gt;             cout&lt;&lt;ch; &lt;br /&gt;             out&lt;&lt;ch; &lt;br /&gt;              &lt;br /&gt;         } &lt;br /&gt;         cout&lt;&lt;endl; &lt;br /&gt;         in.close(); &lt;br /&gt;         out.close(); &lt;br /&gt;     } &lt;br /&gt;      &lt;br /&gt;      &lt;br /&gt; } &lt;br /&gt;&lt;br /&gt; void decrypted() &lt;br /&gt; { &lt;br /&gt;     ifstream in; &lt;br /&gt;     ofstream out; &lt;br /&gt;     char line; &lt;br /&gt;      &lt;br /&gt;     in.open(&quot;encrypted.txt&quot;,ios_base::in); &lt;br /&gt;     out.open(&quot;Finaloutput.txt&quot;,ios_base::out); &lt;br /&gt;     if(in.is_open()) &lt;br /&gt;     { &lt;br /&gt;         while(!in.eof()) &lt;br /&gt;         { &lt;br /&gt;             in.get(line); &lt;br /&gt;             int b=int(line); &lt;br /&gt;             b=255-b; &lt;br /&gt;             char ch=char(b); &lt;br /&gt;             if(!in) break; &lt;br /&gt;             out&lt;&lt;ch; &lt;br /&gt;             cout&lt;&lt;ch; &lt;br /&gt;         } &lt;br /&gt;         in.close(); &lt;br /&gt;         out.close(); &lt;br /&gt;     } &lt;br /&gt;      &lt;br /&gt;      &lt;br /&gt; } &lt;br /&gt;&lt;br /&gt; int main() &lt;br /&gt; { &lt;br /&gt;     encrypted(); &lt;br /&gt;     decrypted(); &lt;br /&gt;     return 0; &lt;br /&gt; }</content:encoded>
			<category>Codeing</category>
			<dc:creator>dks</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-77-1</guid>
		</item>
		<item>
			<title>Kit Pack C And C++</title>
			<link>https://highfile.ucoz.com/forum/2-76-1</link>
			<pubDate>Tue, 11 Feb 2014 16:44:33 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread description: Kit Pack C And C++&lt;br /&gt;Thread starter: pradeep&lt;br /&gt;Last message posted by: pradeep&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>Download File</content:encoded>
			<category>Codeing</category>
			<dc:creator>pradeep</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-76-1</guid>
		</item>
		<item>
			<title>Analog Clock Program in C</title>
			<link>https://highfile.ucoz.com/forum/2-75-1</link>
			<pubDate>Tue, 11 Feb 2014 16:40:48 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread starter: pradeep&lt;br /&gt;Last message posted by: pradeep&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;!--uzcode--&gt;&lt;div class=&quot;bbCodeBlock&quot;&gt;&lt;div class=&quot;bbCodeName&quot; style=&quot;padding-left:5px;font-weight:bold;font-size:7pt&quot;&gt;Code&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;!--uzc--&gt;#include&lt;graphics.h&gt; &lt;br /&gt; #include&lt;conio.h&gt; &lt;br /&gt; #include&lt;math.h&gt; &lt;br /&gt; #include&lt;dos.h&gt; &lt;br /&gt; void main(&amp;#41; &lt;br /&gt; { &lt;br /&gt; int gd=DETECT,gm; &lt;br /&gt; int &lt;br /&gt; x=320,y=240,r=200,i,h,m,s,thetamin,thetasec; &lt;br /&gt; struct&amp;nbsp;&amp;nbsp;&lt;br /&gt; time t; &lt;br /&gt; char &lt;br /&gt; n&amp;#91;12]&amp;#91;3]={&quot;3&quot;,&quot;2&quot;,&quot;1&quot;,&quot;12&quot;,&quot;11&quot;,&quot;10&quot;,&quot;9&quot;,&quot;8&quot;,&quot;7&quot;,&quot;6&quot;,&quot;5&quot;,&quot;4&quot;}; &lt;br /&gt; initgraph(&amp;gd,&amp;gm,&quot;f:&amp;#92;arun&amp;#92;tc&quot;&amp;#41;;&amp;#92;put &lt;br /&gt; the directory which contains &lt;br /&gt; egavga.bgi &lt;br /&gt; circle(x,y,210&amp;#41;; &lt;br /&gt; setcolor(4&amp;#41;; &lt;br /&gt; settextstyle(4,0,5&amp;#41;; &lt;br /&gt; for(i=0;i&lt;12;i++&amp;#41; &lt;br /&gt; { &lt;br /&gt; if(i!=3&amp;#41; &lt;br /&gt; outtextxy(x+(r-14&amp;#41;*cos(M_PI/6*i&amp;#41;-10,y-(r-14&amp;#41;*sin(M_PI/6*i&amp;#41;-26,n&amp;#91;i]&amp;#41;; &lt;br /&gt; else &lt;br /&gt; outtextxy(x+(r-14&amp;#41;*cos(M_PI/6*i&amp;#41;-20,y-(r-14&amp;#41;*sin(M_PI/6*i&amp;#41;-26,n&amp;#91;i]&amp;#41;; &lt;br /&gt; } &lt;br /&gt; gettime(&amp;t&amp;#41;; &lt;br /&gt; printf(&quot;The current time is: &lt;br /&gt; %2d:%02d:%02d.%02d &lt;br /&gt; &quot;,t.ti_hour, t.ti_min, &lt;br /&gt; t.ti_sec, t.ti_hund&amp;#41;; &lt;br /&gt; while(!kbhit(&amp;#41;&amp;#41; &lt;br /&gt; { &lt;br /&gt; setcolor(5&amp;#41;; &lt;br /&gt; setfillstyle(1,5&amp;#41;; &lt;br /&gt; circle(x,y,10&amp;#41;; &lt;br /&gt; floodfill(x,y,5&amp;#41;; &lt;br /&gt; gettime(&amp;t&amp;#41;; &lt;br /&gt; if(t.ti_min!=m&amp;#41; &lt;br /&gt; { &lt;br /&gt; setcolor(0&amp;#41;; &lt;br /&gt; line(x,y,x+(r-60&amp;#41;*cos(thetamin*(M_PI/180&amp;#41;&amp;#41;,y-(r-60&amp;#41;*sin(thetamin*(M_PI/180 &lt;br /&gt; &amp;#41;&amp;#41;&amp;#41;; &lt;br /&gt; circle(x+(r-80&amp;#41;*cos(thetamin*(M_PI/180&amp;#41;&amp;#41;,y-(r-80&amp;#41;*sin(thetamin*(M_PI/180&amp;#41;&amp;#41; &lt;br /&gt; ,10&amp;#41;; &lt;br /&gt; line(x,y,x+(r-110&amp;#41;*cos(M_PI/6*h-((m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;,y-(r-110&amp;#41;*sin(M_PI/6*h &lt;br /&gt; -((m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;&amp;#41;; &lt;br /&gt; circle(x+(r-130&amp;#41;*cos(M_PI/6*h-((m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;,y-(r-130&amp;#41;*sin(M_PI/6*h-( &lt;br /&gt; (m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;,10&amp;#41;; &lt;br /&gt; } &lt;br /&gt; if(t.ti_hour&gt;12&amp;#41; &lt;br /&gt; t.ti_hour=t.ti_hour-12; &lt;br /&gt; if(t.ti_hour&lt;4&amp;#41; &lt;br /&gt; h=abs(t.ti_hour-3&amp;#41;; &lt;br /&gt; else &lt;br /&gt; h=15-t.ti_hour; &lt;br /&gt; m=t.ti_min; &lt;br /&gt; if(t.ti_min&lt;=15&amp;#41; &lt;br /&gt; thetamin=(15-t.ti_min&amp;#41;*6; &lt;br /&gt; else &lt;br /&gt; thetamin=450-t.ti_min*6; &lt;br /&gt; if(t.ti_sec&lt;=15&amp;#41; &lt;br /&gt; thetasec=(15-t.ti_sec&amp;#41;*6; &lt;br /&gt; else &lt;br /&gt; thetasec=450-t.ti_sec*6; &lt;br /&gt; setcolor(4&amp;#41;; &lt;br /&gt; line(x,y,x+(r-110&amp;#41;*cos(M_PI/6*h-((m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;,y-(r-110&amp;#41;*sin(M_PI/6*h &lt;br /&gt; -((m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;&amp;#41;; &lt;br /&gt; circle(x+(r-130&amp;#41;*cos(M_PI/6*h-((m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;,y-(r-130&amp;#41;*sin(M_PI/6*h-( &lt;br /&gt; (m/2&amp;#41;*(M_PI/180&amp;#41;&amp;#41;&amp;#41;,10&amp;#41;; &lt;br /&gt; line(x,y,x+(r-60&amp;#41;*cos(thetamin*(M_PI/180&amp;#41;&amp;#41;,y-(r-60&amp;#41;*sin(thetamin*(M_PI/180 &lt;br /&gt; &amp;#41;&amp;#41;&amp;#41;; &lt;br /&gt; circle(x+(r-80&amp;#41;*cos(thetamin*(M_PI/180&amp;#41;&amp;#41;,y-(r-80&amp;#41;*sin(thetamin*(M_PI/180&amp;#41;&amp;#41; &lt;br /&gt; ,10&amp;#41;; &lt;br /&gt; setcolor(15&amp;#41;; &lt;br /&gt; line(x,y,x+(r-70&amp;#41;*cos(thetasec*(M_PI/180&amp;#41;&amp;#41;,y-(r-70&amp;#41;*sin(thetasec*(M_PI/180 &lt;br /&gt; &amp;#41;&amp;#41;&amp;#41;; &lt;br /&gt; delay(1000&amp;#41;; &lt;br /&gt; setcolor(0&amp;#41;; &lt;br /&gt; line(x,y,x+(r-70&amp;#41;*cos(thetasec*(M_PI/180&amp;#41;&amp;#41;,y-(r-70&amp;#41;*sin(thetasec*(M_PI/180 &lt;br /&gt; &amp;#41;&amp;#41;&amp;#41;; &lt;br /&gt; } &lt;br /&gt; }&lt;!--/uzc--&gt;&lt;/div&gt;&lt;/div&gt;&lt;!--/uzcode--&gt;</content:encoded>
			<category>Codeing</category>
			<dc:creator>pradeep</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-75-1</guid>
		</item>
		<item>
			<title>PROGRAM IN C++ TO CREATES A 3-DIMENSIONAL SOLID OBJECT</title>
			<link>https://highfile.ucoz.com/forum/2-74-1</link>
			<pubDate>Tue, 11 Feb 2014 16:38:19 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread description: USING ROTATIONAL SWEEP  REPRESENTATION METHOD OR TRANSLATION&lt;br /&gt;Thread starter: pradeep&lt;br /&gt;Last message posted by: pradeep&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;!--uzcode--&gt;&lt;div class=&quot;bbCodeBlock&quot;&gt;&lt;div class=&quot;bbCodeName&quot; style=&quot;padding-left:5px;font-weight:bold;font-size:7pt&quot;&gt;Code&lt;/div&gt;&lt;div class=&quot;codeMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;!--uzc--&gt;#include&quot;3dframe.cpp&quot; &lt;br /&gt; #include&lt;iostream.h&gt; &lt;br /&gt; void circleMidpoint(int ,int ,int,int &amp;#41;; &lt;br /&gt; void circlePlotpoint(int ,int ,int ,int,int &amp;#41; ; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; void main(&amp;#41; &lt;br /&gt; { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int gd=DETECT,gm; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; initgraph(&amp;gd,&amp;gm,&quot;c:&amp;#92;&amp;#92;tc&amp;#92;&amp;#92;bgi&quot;&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int &lt;br /&gt; x_center=0,y_center=0,z_center=0,radius=700; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DRAW3DFRAME(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cleardevice(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;outtextxy(0,0,&quot;Circle &lt;br /&gt; before Sweep&quot;&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; circleMidpoint(x_center,y_center,z_center,radius&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;outtextxy(0,50,&quot;Now look &lt;br /&gt; at the Translational Sweep&quot;&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(int i=0;i&lt;=1000;i=i+1&amp;#41; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; translate_point(x_center,y_center,z_center,0,0,1&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x_center=P1&amp;#91;0]&amp;#91;0]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y_center=P1&amp;#91;0]&amp;#91;1]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;z_center=P1&amp;#91;0]&amp;#91;2]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;circleMidpoint(P1&amp;#91;0]&amp;#91;0],P1&amp;#91;0]&amp;#91;1],P1&amp;#91;0]&amp;#91;2],radius&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cleardevice(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;moveto(0,0&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;outtextxy(0,0,&quot;Now look &lt;br /&gt; at the Rotational Sweep&quot;&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cleardevice(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;radius=200; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(float&amp;nbsp;&amp;nbsp;j=0;j&lt;=360;j=j+1&amp;#41; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; rotate_point_X(x_center,y_center,z_center,j&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x_center=P1&amp;#91;0]&amp;#91;0]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y_center=P1&amp;#91;0]&amp;#91;1]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;z_center=P1&amp;#91;0]&amp;#91;2]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; circleMidpoint(P1&amp;#91;0]&amp;#91;0],P1&amp;#91;0]&amp;#91;1],P1&amp;#91;0]&amp;#91;2],radius&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cleardevice(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;outtextxy(0,0,&quot;Now look at &lt;br /&gt; another the Rotational Sweep&quot;&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cleardevice(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;radius=1500; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(&amp;nbsp;&amp;nbsp;i=0;i&lt;=300;i=i+1&amp;#41; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; rotate_point_X(-x_center,-y_center,-z_center,-1&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x_center=P1&amp;#91;0]&amp;#91;0]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y_center=P1&amp;#91;0]&amp;#91;1]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;z_center=P1&amp;#91;0]&amp;#91;2]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; circleMidpoint(P1&amp;#91;0]&amp;#91;0],P1&amp;#91;0]&amp;#91;1],P1&amp;#91;0]&amp;#91;2],radius&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; rotate_point_Y(-x_center,-y_center,-z_center,-1&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x_center=P1&amp;#91;0]&amp;#91;0]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y_center=P1&amp;#91;0]&amp;#91;1]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;z_center=P1&amp;#91;0]&amp;#91;2]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; circleMidpoint(P1&amp;#91;0]&amp;#91;0],P1&amp;#91;0]&amp;#91;1],P1&amp;#91;0]&amp;#91;2],radius&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rotate_point_Z(-x_center,-y_center,-z_center,-1&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x_center=P1&amp;#91;0]&amp;#91;0]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y_center=P1&amp;#91;0]&amp;#91;1]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;z_center=P1&amp;#91;0]&amp;#91;2]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; circleMidpoint(P1&amp;#91;0]&amp;#91;0],P1&amp;#91;0]&amp;#91;1],P1&amp;#91;0]&amp;#91;2],radius&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cleardevice(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getch(&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;closegraph(&amp;#41;; &lt;br /&gt; } &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; void circleMidpoint(int xcenter,int ycenter,int zcenter,int radius&amp;#41; &lt;br /&gt; { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int x=0; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int y=radius; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int p=1-radius; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//plot for first set of &lt;br /&gt; points &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; circlePlotpoint(xcenter,ycenter,zcenter,x,y&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while(x&lt;y&amp;#41; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x=x+1; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(p&lt;0&amp;#41; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;p += 2*x + 1; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y=y-1; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;p +=2*(x-y&amp;#41;+1; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; circlePlotpoint(xcenter,ycenter,zcenter,x,y&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;br /&gt; } &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; void circlePlotpoint(int xcenter,int ycenter,int zcenter,int x,int y&amp;#41; &lt;br /&gt; { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int arr&amp;#91;4]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter+x,ycenter+y,zcenter,arr,RED&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter-x,ycenter+y,zcenter,arr,LIGHTRED&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter+x,ycenter-y,zcenter,arr,MAGENTA&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter-x,ycenter-y,zcenter,arr,BROWN&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter+y,ycenter+x,zcenter,arr,BLUE&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter-y,ycenter+x,zcenter,arr,YELLOW&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter+y,ycenter-x,zcenter,arr,GREEN&amp;#41;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; putxyz(xcenter-y,ycenter-x,zcenter,arr,LIGHTGREEN&amp;#41;; &lt;br /&gt; }&lt;!--/uzc--&gt;&lt;/div&gt;&lt;/div&gt;&lt;!--/uzcode--&gt; &lt;br /&gt;   &lt;br /&gt;</content:encoded>
			<category>Codeing</category>
			<dc:creator>pradeep</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-74-1</guid>
		</item>
		<item>
			<title>C++ and Object-Oriented Numeric Computing for Scientists</title>
			<link>https://highfile.ucoz.com/forum/2-68-1</link>
			<pubDate>Tue, 11 Feb 2014 16:20:34 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread starter: pradeep&lt;br /&gt;Last message posted by: pradeep&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.warezaccess.com/members/image-resize.php?img=http://i33.fastpic.ru/big/2014/0203/c6/b787c1b55e0747612fe27f187d24cbc6.jpg&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt;﻿﻿ &lt;br /&gt;&lt;br /&gt; &lt;b&gt;C++ and Object-Oriented Numeric Computing for Scientists and EngineersByDaoqi Yang&lt;/b&gt; &lt;br /&gt; 2001 | 440 Pages | ISBN: 1461265665 | PDF | 9 MB &lt;br /&gt;&lt;br /&gt; This book is an easy, concise but fairly complete introduction to ISO/ANSI C++ with special emphasis on object-oriented numeric computation. &lt;br /&gt;&lt;br /&gt; &lt;b&gt;Uploaded&lt;/b&gt;: &lt;br /&gt; &lt;a class=&quot;link&quot; href=&quot;http://u.to/SU03Bg&quot; title=&quot;http://uploaded.net/file/5bfcpbza/sjtx7.C.and.ObjectOriented.Numeric.Computing.for.Scientists.and.Engineers.pdf&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;sjtx7.C.and.ObjectOriented.Numeric.Computing.for.Scientists.and.Engineers.pdf&lt;/a&gt; &lt;br /&gt;&lt;br /&gt; &lt;b&gt;RapidGator&lt;/b&gt;: &lt;br /&gt; &lt;a class=&quot;link&quot; href=&quot;http://rapidgator.net/file/5974b5a0f3d30a895461590597963987/sjtx7.C.and.ObjectOriented.Numeric.Computing.for.Scientists.and.Engineers.pdf.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;sjtx7.C.and.ObjectOriented.Numeric.Computing.for.Scientists.and.Engineers.pdf.html&lt;/a&gt; &lt;br /&gt;&lt;br /&gt; &lt;b&gt;SecureUpload&lt;/b&gt;: &lt;br /&gt; &lt;a class=&quot;link&quot; href=&quot;http://u.to/Sk03Bg&quot; title=&quot;http://www.secureupload.eu/umhdr00dnihr/sjtx7.C.and.ObjectOriented.Numeric.Computing.for.Scientists.and.Engineers.pdf&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;sjtx7.C.and.ObjectOriented.Numeric.Computing.for.Scientists.and.Engineers.pdf&lt;/a&gt;&lt;/div&gt;</content:encoded>
			<category>Codeing</category>
			<dc:creator>pradeep</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-68-1</guid>
		</item>
		<item>
			<title>Negative of Image</title>
			<link>https://highfile.ucoz.com/forum/2-66-1</link>
			<pubDate>Fri, 16 Aug 2013 10:27:19 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread starter: dks&lt;br /&gt;Last message posted by: dks&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>I=imread(&apos;C:&amp;#92;Users&amp;#92;Documents&amp;#92;MATLAB&amp;#92;image&amp;#92;1.jpg&apos;); &lt;br /&gt; imshow(I); &lt;br /&gt; for k=1:196 &lt;br /&gt;     for j=1:257 &lt;br /&gt;         m(k,j)=255-I(k,j); &lt;br /&gt;     end &lt;br /&gt; end &lt;br /&gt; figure, &lt;br /&gt; imshow(m);</content:encoded>
			<category>Codeing</category>
			<dc:creator>dks</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-66-1</guid>
		</item>
		<item>
			<title>MAT LAB perception</title>
			<link>https://highfile.ucoz.com/forum/2-64-1</link>
			<pubDate>Fri, 08 Mar 2013 11:30:57 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread description: Smaple Perceptron coding&lt;br /&gt;Thread starter: dks&lt;br /&gt;Last message posted by: dks&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;span style=&quot;font-size:11pt;&quot;&gt;% weight_vector = perceptron(InputSamples,TrainingRate) &lt;br /&gt; % the perceptron training algorithm pg 47 Elements of ANN &lt;br /&gt; % Given Input, a set of training input vectors of the form &lt;br /&gt; %   [X0,X1,...Xn-1,Class] &lt;br /&gt; % where X0 is a constant 1 and Class is -1 for Class0 or +1 for Class1 &lt;br /&gt; % and a TrainingRate = (0,1] &lt;br /&gt; % returns weight a vector of the form &lt;br /&gt; %   [W0,W1,...Wm] : m = n-1 &lt;br /&gt; % such that the weight vector dichotomizes Input. If the training samples &lt;br /&gt; % are not linearly seperable it does not terminate. In other words &lt;br /&gt; % determines (approximates) a weight vector such that &lt;br /&gt; %  W0 + W1*X1 + ,..., + Wm*Xn-1 = 0 &lt;br /&gt; function w = perceptrona(Input,n) &lt;br /&gt;     Ip = Input(:,1:end-1); % Ip: the sample x&apos;s &lt;br /&gt;     c  = Input(:,end);     % c: vector of corresponding classes &lt;br /&gt;     [r,cols] = size(Ip);   % cols: number of columns in Ip &lt;br /&gt;     w{1} = rand(1,cols)&apos;;  % create random weight vector of size cols &lt;br /&gt;     k = 2;                 % using 1-based indexing set k to 2 &lt;br /&gt;      &lt;br /&gt;     % while there exist input vectors in Ip that are missclassified &lt;br /&gt;     % by w{k-1} pick a missclassifed Ij in Ip and adjust w{k-1} by delta w &lt;br /&gt;     % to get w{k} &lt;br /&gt;     i = misclassified(Ip,w{k-1},c,r); &lt;br /&gt;     while i &lt;br /&gt;         xk = c(i)*Ip(i,:); &lt;br /&gt;         w{k} = w{k-1} + n*xk&apos;; &lt;br /&gt;         k = k + 1; &lt;br /&gt;         i = misclassified(Ip,w{k-1},c,r); &lt;br /&gt;     end &lt;br /&gt;     w = w{k-1}&apos;; % return the column vector &lt;br /&gt;      &lt;br /&gt;     % result = misclassified(I,w,c,n) &lt;br /&gt;     % returns the index of the first misclassified input vector &lt;br /&gt;     % in I if no input vectors in I are misclassifed returns 0 &lt;br /&gt;     function result = misclassified(I,w,c,n) &lt;br /&gt;         result = 0; &lt;br /&gt;         ij = I * w; &lt;br /&gt;&lt;br /&gt;         for i = 1:n &lt;br /&gt;             if (ij(i) &lt;= 0 &amp;&amp; c(i) ~= -1) || (ij(i) &gt; 0 &amp;&amp; c(i) ~= 1) &lt;br /&gt;                 result = i; &lt;br /&gt;                 return; &lt;br /&gt;             end &lt;br /&gt;         end&lt;/span&gt; &lt;br /&gt;</content:encoded>
			<category>Codeing</category>
			<dc:creator>dks</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-64-1</guid>
		</item>
		<item>
			<title>Office 2013  Activation script /crack</title>
			<link>https://highfile.ucoz.com/forum/2-63-1</link>
			<pubDate>Mon, 21 Jan 2013 06:09:01 GMT</pubDate>
			<description>Forum: &lt;a href=&quot;https://highfile.ucoz.com/forum/2&quot;&gt;Codeing&lt;/a&gt;&lt;br /&gt;Thread description: Office 2013  Activation script&lt;br /&gt;Thread starter: pradeep&lt;br /&gt;Last message posted by: pradeep&lt;br /&gt;Number of replies: 0</description>
			<content:encoded>&lt;!--uzquote--&gt;&lt;div class=&quot;bbQuoteBlock&quot;&gt;&lt;div class=&quot;bbQuoteName&quot; style=&quot;padding-left:5px;font-size:7pt&quot;&gt;&lt;b&gt;Quote&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;quoteMessage&quot; style=&quot;border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight&lt;5?this.style.height:scrollHeight&gt;200?&apos;200px&apos;:&apos;&apos;+(this.scrollHeight+5)+&apos;px&apos;);&quot;&gt;&lt;!--uzq--&gt;@echo offcls &lt;br /&gt;&lt;br /&gt; set ospp=%programfiles%&amp;#92;Microsoft Office&amp;#92;Office15 &lt;br /&gt; if exist &quot;%ospp%&amp;#92;ospp.vbs&quot; goto :patch &lt;br /&gt;&lt;br /&gt; set ospp=%ProgramFiles(x86)%&amp;#92;Microsoft Office&amp;#92;Office15 &lt;br /&gt; if exist &quot;%ospp%&amp;#92;ospp.vbs&quot; goto :patch &lt;br /&gt;&lt;br /&gt; set ospp=%ProgramW6432%&amp;#92;Microsoft Office&amp;#92;Office15 &lt;br /&gt; if exist &quot;%ospp%&amp;#92;ospp.vbs&quot; goto :patch &lt;br /&gt;&lt;br /&gt; echo. &lt;br /&gt; echo ============= &lt;br /&gt; echo fail to patch &lt;br /&gt; echo ============= &lt;br /&gt; echo. &lt;br /&gt; goto :eof &lt;br /&gt;&lt;br /&gt; :patch &lt;br /&gt;&lt;br /&gt; echo. &lt;br /&gt; echo ============== &lt;br /&gt; echo start patching &lt;br /&gt; echo ============== &lt;br /&gt; echo. &lt;br /&gt;&lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /dstatus &lt;br /&gt;&lt;br /&gt; &amp;gt;nul 2&amp;gt;&amp;amp;1( &lt;br /&gt; start /min keygen &lt;br /&gt; net start sppsvc /y &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /sethst:127.0.0.2 &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /unpkey:GVGXT &lt;br /&gt; net stop sppsvc /y &lt;br /&gt; net start sppsvc /y &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /act &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /act &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /act &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /act &lt;br /&gt; net stop sppsvc /y &lt;br /&gt; net start sppsvc /y &lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /remhst &lt;br /&gt; taskkill /im keygen.exe &lt;br /&gt; ) &lt;br /&gt;&lt;br /&gt; echo. &lt;br /&gt; echo ============ &lt;br /&gt; echo print Status &lt;br /&gt; echo ============ &lt;br /&gt; echo. &lt;br /&gt;&lt;br /&gt; cscript &quot;%ospp%&amp;#92;ospp.vbs&quot; /dstatus&lt;!--/uzq--&gt;&lt;/div&gt;&lt;/div&gt;&lt;!--/uzquote--&gt;http://blogs.technet.com/b/odsupport/archive/2012/10/29/how-to-install-the-office-2010-kms-host-license-pack-on-windows-8-or-windows-server-2012.aspx &lt;br /&gt;&lt;br /&gt; &lt;a class=&quot;link&quot; target=&quot;_blank&quot; href=&quot;http://u.to/DQbIAg&quot; title=&quot;http://katz.so/dl/Office_2013_Activation_V1_Oxava.com.rar&quot; rel=&quot;nofollow&quot;&gt;http://katz.so/dl/Office_2013_Activation_V1_Oxava.com.rar&lt;/a&gt; &lt;br /&gt; &lt;a class=&quot;link&quot; target=&quot;_blank&quot; href=&quot;http://u.to/DgbIAg&quot; title=&quot;https://rapidshare.com/files/2575437425/Office_2013_Activation_V1_Oxava.com.rar&quot; rel=&quot;nofollow&quot;&gt;https://rapidshare.com/files....com.rar&lt;/a&gt; &lt;br /&gt; Password : www.oxava.com</content:encoded>
			<category>Codeing</category>
			<dc:creator>pradeep</dc:creator>
			<guid>https://highfile.ucoz.com/forum/2-63-1</guid>
		</item>
	</channel>
</rss>