text stringlengths 0 30.5k | title stringclasses 1
value | embeddings listlengths 768 768 |
|---|---|---|
VerticalAlignment="Top" Width="120" />
<Image Height="120" HorizontalAlignment="Left" Margin="335,171,0,0" Name="RightTop" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="RightTop_Tap" VerticalAlignment="Top" Width="120" />
<Image Height="120" HorizontalAlignment="Left" ... | [
-0.6297715902328491,
-0.18417921662330627,
0.8565070629119873,
-0.06938272714614868,
-0.1471555083990097,
0.5038328766822815,
0.0307722557336092,
-0.22754530608654022,
-0.24817779660224915,
-0.2085547149181366,
-0.1880100667476654,
0.6669748425483704,
0.19096305966377258,
0.159269034862518... | |
/>
<TextBlock Height="30" HorizontalAlignment="Left" Margin="10,46,0,0" Name="lblPlayerX" Text="X Points:" VerticalAlignment="Top" />
<TextBlock Height="30" HorizontalAlignment="Left" Margin="11,10,0,0" Name="lblPlayerO" Text="O Points:" VerticalAlignment="Top" />
<Image Height="100" HorizontalAlignment="Le... | [
-0.3431672155857086,
-0.135494664311409,
1.0083880424499512,
-0.03575638309121132,
0.13949790596961975,
0.2609092593193054,
0.005827546585351229,
-0.49557214975357056,
-0.330478698015213,
-0.4655136466026306,
-0.17381274700164795,
0.5273876786231995,
0.2689356803894043,
-0.2315050065517425... | |
I'm new to MySQL so I really need some help with an issue I'm facing:
I have **7** tables in same database with some datas from tests:
The 7 tables have different columns but they all have these columns:
> * `name`.
> * `second_name`.
> * `status`.
In `status` are added current status of each student (accepted or rej... | [
0.04871645197272301,
0.1316491812467575,
0.29716044664382935,
0.058993227779865265,
-0.11467880010604858,
0.09335863590240479,
0.27710917592048645,
0.21874552965164185,
-0.06136491522192955,
-0.842641294002533,
-0.039021849632263184,
0.12672150135040283,
0.3209618031978607,
0.3819964528083... | |
for me if somebody could give me a hint.
Try this [smooth scrolling demo](http://web.archive.org/web/20140213105950/http://itnewb.com/tutorial/Creating-the-Smooth-Scroll-Effect-with-JavaScript), or an algorithm like:
1. Get the current top location using `self.pageYOffset`
2. Get the position of element till where you... | [
-0.37616971135139465,
-0.16766192018985748,
0.6051661372184753,
-0.09958459436893463,
0.06188015639781952,
0.018088122829794884,
0.12042313069105148,
-0.12201772630214691,
0.04515961557626724,
-0.7576819658279419,
0.11158571392297745,
0.45164886116981506,
-0.02296050637960434,
-0.080362915... | |
if (document.documentElement && document.documentElement.scrollTop)
return document.documentElement.scrollTop;
// Internet Explorer 6, 7 and 8
if (document.body.scrollTop) return document.body.scrollTop;
return 0;
}
function elmYPosition(eID) {
var elm = document.getElementById(eID);
var y ... | [
-0.30480703711509705,
-0.20887914299964905,
0.9368417859077454,
-0.029307348653674126,
0.2818157374858856,
-0.029902005568146706,
0.1622050404548645,
-0.2138546109199524,
-0.06841545552015305,
-0.7841830253601074,
-0.326485812664032,
0.8866929411888123,
-0.1631503850221634,
-0.223073229193... | |
var startY = currentYPosition();
var stopY = elmYPosition(eID);
var distance = stopY > startY ? stopY - startY : startY - stopY;
if (distance < 100) {
scrollTo(0, stopY); return;
}
var speed = Math.round(distance / 100);
if (speed >= 20) speed = 20;
var step = Math.round(distance / 2... | [
-0.5159969925880432,
-0.38515225052833557,
0.7744541764259338,
-0.2423081248998642,
0.006706231273710728,
0.3310999274253845,
0.34812381863594055,
-0.47353070974349976,
-0.3126797080039978,
-0.4791783392429352,
-0.5084240436553955,
0.5014579892158508,
0.13882362842559814,
-0.19140392541885... | |
var timer = 0;
if (stopY > startY) {
for ( var i=startY; i<stopY; i+=step ) {
setTimeout("window.scrollTo(0, "+leapY+")", timer * speed);
leapY += step; if (leapY > stopY) leapY = stopY; timer++;
} return;
}
for ( var i=startY; i>stopY; i-=step ) {
setTimeout(... | [
-0.2648961544036865,
-0.6954631805419922,
0.6670752167701721,
-0.24554772675037384,
0.3565322756767273,
0.2207603007555008,
0.34883061051368713,
-0.487325519323349,
0.05026106536388397,
-0.5476338267326355,
-0.6246972680091858,
0.7329730987548828,
-0.07479142397642136,
-0.31268203258514404... | |
speed);
leapY -= step; if (leapY < stopY) leapY = stopY; timer++;
}
}
```
---
Related links:
* <https://www.sitepoint.com/smooth-scrolling-vanilla-javascript/>
* <https://github.com/zengabor/zenscroll/blob/dist/zenscroll.js>
* <https://github.com/cferdinandi/smooth-scroll/blob/master/src/js/smooth-scrol... | [
-0.6182032227516174,
-0.6807078719139099,
0.7341102361679077,
-0.04388619214296341,
-0.05110933259129524,
0.02413819171488285,
0.3701230585575104,
-0.31500399112701416,
-0.39454299211502075,
-0.3658214509487152,
-0.15922972559928894,
0.7792511582374573,
-0.08735807985067368,
-0.11026369780... | |
I am fairly new to linux world, I have to develop an application on embedded linux which sends data over internet. I have to choose a USB 3G modem with a SIM card holder. I would appreciate if anyone can help me choosing a USB 3G modem which works successfully or is supported on embedded linux.
Thanks
Emby
I use Pant... | [
0.49058398604393005,
0.14736485481262207,
0.15103957056999207,
0.35854172706604004,
0.14710049331188202,
-0.22375956177711487,
-0.13144369423389435,
0.3318323493003845,
-0.38546037673950195,
-0.7472603917121887,
0.20158594846725464,
0.7065091729164124,
-0.0015306597342714667,
0.13434702157... | |
is. Alternatively, you can use a turnkey system like a Raven or MultiTech, but they draw much more power.
Avoid USB modems that have additional hardware such as SD cards. These modems require specialized drivers (many unavailable in open source) to peel away the non-modem hardware layers before exposing the actual mo... | [
0.37076324224472046,
-0.38948366045951843,
0.22618845105171204,
0.5007417798042297,
0.3219955861568451,
-0.4541001617908478,
0.11745569854974747,
-0.0621626079082489,
-0.002607634523883462,
-0.5637233257293701,
-0.4287945032119751,
0.8395780324935913,
-0.20932601392269135,
-0.1635882258415... | |
I need help to display something like this. If you recognize, this our membership duration of Stack Overflow account.
```
member for 2 years, 3 months
```
I need a slight modification in the same. My conditions and display format are as follows:
```
Conditions Display Format
1. Below 7 days -> ... | [
0.3443310856819153,
0.14001601934432983,
0.7252955436706543,
-0.16265974938869476,
0.19919808208942413,
-0.18291547894477844,
0.4835299849510193,
-0.09322097152471542,
-0.5330642461776733,
-0.4650808870792389,
-0.1443803459405899,
0.22410845756530762,
0.12744253873825073,
0.123070597648620... | |
365 -> Months, Weeks, Days (4Months, 2Weeks, 2Days) in case of 136 days
3. 365 or grter -> Years, Months only (2years, 3 Months)
What I did:
```
I am using Timespan to get the date difference. But I am not satisfied with my output. I have a member whose registration's going to 2 months old after 2-... | [
0.7323096394538879,
0.2124849557876587,
0.49240535497665405,
-0.1709611713886261,
0.027437899261713028,
0.13562259078025818,
0.3420542776584625,
-0.11654569953680038,
-0.44809824228286743,
-0.20475734770298004,
0.2871912121772766,
0.06429488956928253,
0.029762161895632744,
0.27825203537940... | |
if (ts.Days > 365)
membersince.InnerText = string.Format("{0} years", (ts.Days / 365));
else if (ts.Days < 30)
membersince.InnerText = string.Format("{0} days", ts.Days); | [
0.056874483823776245,
-0.1114499419927597,
0.4570753276348114,
-0.06866369396448135,
0.20747102797031403,
0.13477012515068054,
0.17862540483474731,
-0.09755656868219376,
-0.3907383680343628,
-0.1712391972541809,
-0.5190517902374268,
0.166905477643013,
-0.3371855318546295,
0.085492737591266... | |
else if(ts.Days > 30)
membersince.InnerText = string.Format("{0} months", (ts.Days/30));
```
You can use the **DateDiff** class of the [Time Period Library for .NET](http://www.codeproject.com/Articles/168662/Time-Period-Library-for-NET) library:
```
// --------------------------------------------... | [
-0.180227130651474,
-0.1110924705862999,
0.877037763595581,
0.11043526232242584,
0.22291947901248932,
0.1693783849477768,
0.15083669126033783,
-0.2174631804227829,
-0.3507297933101654,
-0.30384474992752075,
-0.27648910880088806,
0.37082260847091675,
-0.13322937488555908,
0.1778540909290313... | |
date1, date2 );
// elapsed
Console.WriteLine( "DateDiff.ElapsedYears: {0}", dateDiff.ElapsedYears );
// > DateDiff.ElapsedYears: 1
Console.WriteLine( "DateDiff.ElapsedMonths: {0}", dateDiff.ElapsedMonths );
// > DateDiff.ElapsedMonths: 4
Console.WriteLine( "DateDiff.ElapsedDays: {0}", dateDiff.ElapsedDays ... | [
-0.18405357003211975,
0.25428906083106995,
0.972465991973877,
-0.06608826667070389,
0.07965058088302612,
0.5656238794326782,
0.3188321888446808,
-0.3060254752635956,
-0.2802608609199524,
-0.23624813556671143,
-0.35157421231269836,
0.024665044620633125,
0.029679372906684875,
0.2808821499347... | |
I came across places where floors and ceilings are neglected while solving recurrences.
Example from [CLRS](https://rads.stackoverflow.com/amzn/click/com/0262033844) *(chapter 4, pg.83)* where floor is neglected:

[Here](http://www.csee.umbc.edu/%7E... | [
0.14511358737945557,
0.09336331486701965,
0.35220998525619507,
0.07268526405096054,
0.012498453259468079,
-0.09326843172311783,
0.5558443665504456,
-0.1848893165588379,
-0.7835203409194946,
-0.48185575008392334,
0.07365284860134125,
0.2995290160179138,
-0.027609581127762794,
0.195242747664... | |
problem. I thought about it while I was refreshing my DS and algo concepts.*
The floor and ceiling functions satisfy the following inequalities for all *x*:
* *x*−1 < ⌊*x*⌋ ≤ *x*
* *x* ≤ ⌈*x*⌉ < *x*+1
Thus, in the first example, we have ⌊*n* / 2⌋ ≤ *n* / 2. Also, since the logarithm is a monotone increasing function,... | [
-0.34119731187820435,
0.01982612907886505,
0.39654844999313354,
-0.1475389450788498,
0.027579884976148605,
0.03109597973525524,
0.21798443794250488,
-0.45560741424560547,
-0.6350274682044983,
-0.734362006187439,
-0.18111412227153778,
0.42332765460014343,
-0.3019641935825348,
0.291838169097... | |
lg ⌈*n* / 2⌉ + 1 is never less than but can be equal to *c* lg(*n* / 2) + 1. However, it *is* true that *c* lg ⌈*n* / 2⌉ + 1 ≤ *c* lg(*n* / 2 + 1) + 1, which we can then bound from above by, say, *c* lg(*n* / 2) + 2 (assuming that *n* ≥ 2) and thus derive the desired conclusion that *T*(*n*) ∈ *O*(lg *n*).
In fact, th... | [
0.08592705428600311,
-0.05526113137602806,
0.3261044919490814,
-0.6263749003410339,
-0.06242189183831215,
0.15271107852458954,
0.1740172654390335,
-0.23511730134487152,
0.02224862016737461,
-0.6386815309524536,
-0.14849533140659332,
0.43823477625846863,
-0.29636189341545105,
-0.20480084419... | |
be ≤.
(Ps. Phew, this was a real pain to type without LaTeX. That, if nothing else, is why questions like these are better asked on [math.SE](http://math.stackexchange.com).) | [
0.25176239013671875,
0.19329510629177094,
0.37567558884620667,
0.11095257848501205,
-0.13585622608661652,
0.21802730858325958,
0.5542271733283997,
-0.230051651597023,
-0.2224465161561966,
-0.3265947997570038,
-0.10175298154354095,
0.47365492582321167,
-0.27642622590065,
-0.216718390583992,... | |
I have 2 flexsliders on 1 site. Both have different IDs, both have a flexslider bound to them, with different settings: 1 element has slideshow set to true, the second element has slideshow set to false.
On PC, this works as expected.
On iPad and iPhone and Android, both sliders slideshow automatically. What a horrib... | [
0.12404690682888031,
-0.0322546623647213,
0.8257809281349182,
0.09842313081026077,
0.18372800946235657,
0.20199325680732727,
0.3786453604698181,
-0.17036345601081848,
-0.0987536683678627,
-0.7944695353507996,
-0.1704607903957367,
0.6325803399085999,
-0.21340057253837585,
0.1121946349740028... | |
I am making a network application and I would like to display the time messages take to travel from sender to receiver.
What ways you believe are fit to implement this feature ?
What I have thought is storing the current time on message and comparing with time on receiver end. Although on java doc it says the curren... | [
0.32368314266204834,
-0.015072247944772243,
0.45776060223579407,
0.11362849175930023,
0.08277087658643723,
-0.051318902522325516,
0.21924559772014618,
0.10540682822465897,
-0.132456436753273,
-1.0842280387878418,
0.29853716492652893,
0.49143871665000916,
-0.10876376181840897,
0.15886715054... | |
expecting something back.
The best approach is to make use of an NTP (Network Time Protocol) server to sync the time on both machines. You can also query a NTP server from your applications and get the correct time which can then be used for your calculation. | [
0.09832056611776352,
-0.5559431314468384,
0.37902265787124634,
0.24820587038993835,
0.20036020874977112,
0.1578211784362793,
0.02637646533548832,
-0.05608871951699257,
-0.051946062594652176,
-0.6431794762611389,
0.4234352707862854,
0.5224935412406921,
0.15272919833660126,
-0.20904654264450... | |
I would like to build a dropdownmenu for Android 2.3.3 . But I dont know how to do that. Can somebody recommend some examples(Github etc.)? It would be very helpfull. There is a sample pictures of a Dropdownmenu below.
Thanks

The best approach is to make use of an ... | [
0.24913890659809113,
-0.19940322637557983,
0.5671936869621277,
0.33022674918174744,
-0.036156050860881805,
-0.0540376640856266,
0.09150642901659012,
0.1726718544960022,
-0.3424718379974365,
-0.6296902298927307,
0.19543039798736572,
0.4139891266822815,
-0.16546693444252014,
-0.2269081920385... | |
I have created a window whose handle is handle\_parent. Then I created a child window as following:
```
hwnd_child = CreateWindow(child_class_name, _T(""),
WS_CHILDWINDOW, 0, 0, 0, 0, hwnd_parent, (HMENU)0, ghinst, NULL);
ShowWindow(win->hwndSplitterBar, SW_SHOW);
UpdateWindow(win->hwndSplitterBar);
```
I would like... | [
0.12085945904254913,
0.09706419706344604,
0.6842170357704163,
-0.17584720253944397,
0.07293640822172165,
0.72586989402771,
0.11121346056461334,
-0.2180822491645813,
0.1472596824169159,
-0.9614944458007812,
0.20307786762714386,
0.3485734760761261,
-0.14801716804504395,
0.6865053176879883,
... | |
when you call `UnregisterClass` so once you have passed this brush to `RegisterClass` you can forget all about it and must not attempt to delete it yourself. | [
0.09313816577196121,
-0.07128676027059555,
0.3438572585582733,
0.0018031183863058686,
0.0935717225074768,
-0.18180552124977112,
0.29226917028427124,
0.07121100276708603,
-0.30288073420524597,
-0.5191066861152649,
-0.13536648452281952,
0.2912622094154358,
0.006142990197986364,
0.42756932973... | |
I'm working on an iOS app and am having some trouble with making a http request using AFNetworking.
When I run the code I get the error: EXC\_BAD\_ACCESS(code=2 address=0x0).
The error is occurring when I attempt to setCompletionBlock.
I'm new to Objective-C and this has me stumped.
Thank you in advance. Everyone'... | [
0.08956995606422424,
0.40129995346069336,
0.5790444612503052,
-0.1407013088464737,
-0.062308263033628464,
0.06695403903722763,
0.5892114043235779,
-0.5685012340545654,
-0.10413150489330292,
-0.6257258653640747,
-0.1918102353811264,
0.5982887744903564,
-0.41862839460372925,
-0.2642070949077... | |
forKey:@"styleType"];
NSMutableURLRequest *request = [httpClient multipartFormRequestWithMethod:@"POST" path:@"/upload.php" parameters:params constructingBodyWithBlock: ^(id <AFMultipartFormData>formData) {
[formData appendPartWithFileData:imageData name:@"imageName" fileName:@"image.png" mimeType:@"image/... | [
-0.1139260083436966,
-0.09589207917451859,
0.8658082485198975,
-0.1311713010072708,
-0.10427813231945038,
0.18389907479286194,
0.6083781123161316,
-0.6934494972229004,
-0.2504345178604126,
-0.6383360624313354,
-0.1096123605966568,
0.774719774723053,
-0.029686331748962402,
0.178372830152511... | |
settings.
Under the linking header change the "Other linker flags", click the entry for -weak\_library and replace it with -weak-lSystem
From question: [Use of Blocks crashes app in iPhone Simulator 4.3/XCode 4.2 and 4.0.2](https://stackoverflow.com/questions/6738858/use-of-blocks-crashes-app-in-iphone-simulator-4-3-... | [
-0.1910613477230072,
0.11836417019367218,
0.23634184896945953,
0.2606221139431,
0.23901334404945374,
0.0015731494640931487,
0.29624807834625244,
-0.11741234362125397,
-0.25814738869667053,
-0.5603009462356567,
-0.42008382081985474,
0.3792973756790161,
-0.27271854877471924,
0.01347676385194... | |
I have a dialog, which is created with this code:
```
final Dialog dialog1 = new Dialog(Test.this);
dialog1.requestWindowFeature(Window.FEATURE_NO_TITLE);
dialog1.setContentView(R.layout.test_layout);
dialog1.setCancelable(true);
...
```
The layout file 'test\_layout.xml' contains a typical TextView:
```
<TextView
... | [
0.35824182629585266,
0.27978914976119995,
0.9395696520805359,
-0.3097613751888275,
0.042248114943504333,
0.01344479899853468,
0.4448036551475525,
-0.40837177634239197,
-0.03476536646485329,
-0.8631771206855774,
-0.12011399865150452,
0.5080979466438293,
-0.3834874629974365,
0.14812198281288... | |
if (whichButton == 1) {
final Dialog dialog1 = new Dialog(Test.this);
dialog1.requestWindowFeature(Window.FEATURE_NO_TITLE);
dialog1.setContentView(R.layout.test_layout);
dialog1.setCancelable(true);
TextView tv | [
0.6262210011482239,
-0.4330596327781677,
1.2670152187347412,
-0.17224979400634766,
0.07976337522268295,
-0.08426564186811447,
0.4930117130279541,
-0.2821717858314514,
0.028049729764461517,
-0.6081095933914185,
-0.42143672704696655,
0.9471380114555359,
-0.34561586380004883,
0.14243425428867... | |
= (TextView) dialog1.findViewById(R.id.tv_username);
tv.setVisibility(View.GONE);
...
dialog1.show();
}
```
Here the whole XML file:
```
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
... | [
0.06746675074100494,
-0.2303839772939682,
1.1963403224945068,
-0.37331321835517883,
-0.09308061748743057,
0.25309064984321594,
-0.03920907899737358,
-0.4695913791656494,
-0.2781204879283905,
-0.5741848945617676,
-0.21391648054122925,
0.43554967641830444,
-0.11251889169216156,
0.00559618789... | |
android:textSize="14dp"
android:text="Name:" />
<EditText
android:id="@+id/username"
android:hint="@string/enterName"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:maxLength="15"
android:layout_marginLeft="10dp"
androi... | [
-0.2913191616535187,
-0.019788119941949844,
0.8688255548477173,
-0.19550780951976776,
-0.19209228456020355,
0.4529387652873993,
0.22333981096744537,
-0.3312390148639679,
-0.000026000629077316262,
-0.6818004250526428,
-0.3711625933647156,
0.6612495183944702,
0.051766060292720795,
-0.2162571... | |
android:gravity="fill_horizontal"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/tv_username"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="10dp"
android:textAppearance="?androi... | [
0.07735812664031982,
0.05183446779847145,
0.9673239588737488,
-0.2632061541080475,
-0.015963725745677948,
0.20518812537193298,
0.25302135944366455,
-0.501082718372345,
-0.13797837495803833,
-0.6171927452087402,
-0.26841312646865845,
0.4602891206741333,
-0.10613768547773361,
-0.063679166138... | |
android:paddingLeft="15dp"
android:textSize="14dp"
android:text="@string/message" />
<EditText
android:id="@+id/tip"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:maxLength="290"
android:layout_marginLeft="10dp"
androi... | [
-0.293789803981781,
-0.22545640170574188,
0.9467889666557312,
-0.33544087409973145,
-0.22342810034751892,
0.546875,
0.005462998058646917,
-0.32354098558425903,
-0.21008817851543427,
-0.7682996988296509,
-0.29058006405830383,
0.6178715229034424,
-0.021614793688058853,
-0.30222052335739136,
... | |
android:gravity="fill_horizontal"
android:textAppearance="?android:attr/textAppearanceMedium" />
<Button
android:id="@+id/button"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content... | [
-0.004788512364029884,
-0.23184287548065186,
1.3573721647262573,
-0.3086974024772644,
-0.032261598855257034,
0.26437613368034363,
-0.12493620067834854,
-0.512118399143219,
-0.018504751846194267,
-0.7607539296150208,
0.10933995991945267,
0.43444788455963135,
-0.2596694231033325,
-0.24591374... | |
working fine.
I do not understand why this is working, but I only want to tell other users how they can solve this issue.
I would be happy if someone can come up with a clarification. | [
0.6189402937889099,
0.14332985877990723,
0.42654934525489807,
0.12313098460435867,
0.28556299209594727,
-0.29130756855010986,
0.46955248713493347,
0.07801445573568344,
0.002460106974467635,
-0.5546197891235352,
0.2470063716173172,
0.7006317973136902,
-0.2663564383983612,
-0.138928204774856... | |
In our software, user can select to make the application "Auto Run" during system startup. However, the user may not have admin rights. In this case, he won't have the rights to update the registry. I've tried both of the following paths w/o admin rights, and access is denied.
```
HKEY_LOCAL_MACHINE\\Software\\Microso... | [
0.4351204037666321,
0.5307648777961731,
0.3179253935813904,
0.16086503863334656,
0.41189610958099365,
-0.22067579627037048,
0.2279941737651825,
0.012984507717192173,
-0.10686175525188446,
-0.43492329120635986,
-0.18345744907855988,
0.9035269618034363,
-0.34342217445373535,
0.19611911475658... | |
ACL to that key to deny you write access but it's pretty unlikely. On the other hand it's very common for anti-virus software to take exception to programs that modify that particular key. | [
0.40920498967170715,
0.2002241462469101,
0.16776052117347717,
0.2476775199174881,
0.07560824602842331,
-0.6588314771652222,
0.0015942893223837018,
0.2664959728717804,
0.15932604670524597,
-0.2035675048828125,
0.01785978488624096,
0.325531542301178,
-0.16132567822933197,
0.2587282061576843,... | |
```
$array = array(
array(
'key1',
'text 1 text 1 text 1'
),
array(
'key2',
'text 2 text 2 text 2'
),
array(
'key3',
'text 3 text 3 text 3'
)
);
```
Sorry for the title, its quite hard to explain without an | [
-0.17308463156223297,
0.3479480743408203,
0.3327956795692444,
-0.39236825704574585,
-0.10602547973394394,
-0.15622541308403015,
0.5243871808052063,
-0.1809612512588501,
0.08540049940347672,
-0.09677891433238983,
-0.3549279272556305,
0.5757527351379395,
-0.42549586296081543,
-0.006319855805... | |
example.
The user want to read some text. For example, the text of `key2`. So when the input is `key2`, i want to display the text: `text 2 text 2 text 2`.
But how can i select that text using PHP?
If you can, I think using the key's as actual key's in the array:
```
$array = array("key1" => "text 1 text 1",
... | [
-0.004606162663549185,
0.11145267635583878,
0.46252816915512085,
-0.1130552589893341,
-0.1517213135957718,
-0.12622752785682678,
0.2124961018562317,
-0.30139628052711487,
-0.0793205052614212,
-0.6493327617645264,
-0.05647040158510208,
0.746262788772583,
-0.32435110211372375,
-0.40824553370... | |
text 3");
//now use this:
echo $array["key2"];
```
If you cannot manipulate the array, you can use a loop to create an array as described above:
```
$newArray = array();
foreach($array as $sub){
$newArray[$sub[0]] = $sub[1];
}
```
This only works if you are sure that the key is always the first element and th... | [
-0.08964875340461731,
-0.1014983281493187,
0.5699815154075623,
-0.6319530606269836,
-0.12349870055913925,
-0.05063774436712265,
0.794718325138092,
-0.5229775309562683,
-0.08114977180957794,
-0.31990402936935425,
-0.3060509264469147,
0.7682308554649353,
-0.5275670289993286,
-0.0304714739322... | |
I am trying to simulate a simple MIPS processor on an FPGA using Verilog. Here is my code:
```
module MIPS_Processor(output reg[7:0] LEDs, input[7:0] Switches);
reg [31:0] memory[0:4095]; // 4K memory cells that are 32 bits wide
reg [31:0] code[0:1023]; // 1K memory cells that are 32 bits wide
reg [3... | [
0.08414564281702042,
0.1126132607460022,
0.5531832575798035,
-0.17203740775585175,
0.12798470258712769,
0.43033939599990845,
0.4836929142475128,
-0.2912963032722473,
-0.28382742404937744,
-0.48696836829185486,
-0.2583080232143402,
0.5597380995750427,
-0.32679158449172974,
0.015510077588260... | |
reg [31:0] instruction;
reg [5 :0] op;
reg [4 :0] rs;
reg [4 :0] rt;
reg [4 :0] rd;
reg [4 :0] shamt;
reg [5 :0] funct;
reg signed [15:0] immediate_offset;
reg [25:0] target;
reg [1:0] instruction_type; // 00 --> R | 01 --> I | 10 --> J | 11 --> EXTRA
reg [31:0] rs_value;
r... | [
-0.015766382217407227,
-0.18259814381599426,
0.3859269917011261,
-0.39677292108535767,
0.0591791532933712,
0.4355336129665375,
0.3555135726928711,
-0.6699628829956055,
-0.22417859733104706,
-0.12073539942502975,
-0.8275443315505981,
0.6593802571296692,
-0.4562278091907501,
-0.2126313894987... | |
initial
begin
PC = 0;
/* Here we insert the code in the code array */
code[0] = 32'b00010010000000000000000000000000; // start : input s0 # read switches.
code[1] = 32'b00010010000000000000000000000001; // output s0 # | [
0.12485188245773315,
-0.007440126966685057,
0.4063771963119507,
-0.11333683133125305,
0.05872369185090065,
0.24481680989265442,
-0.019244639202952385,
-0.18016523122787476,
0.039761677384376526,
-0.7905107736587524,
-0.06039498746395111,
0.3048565983772278,
-0.1802687644958496,
0.259060770... | |
write leds.
code[2] = 32'b00001000000000000000000000000000; // j start
code[3] = 32'b00000100000000000000000000000000; // END OF CODE
end
always
begin : loop_block
// 1. Fetch an instruction from memory | [
0.29445499181747437,
-0.2243291139602661,
0.337362140417099,
-0.43252360820770264,
0.02559475414454937,
0.16119442880153656,
0.2754257023334503,
-0.3191538453102112,
-0.22093500196933746,
-0.3787873685359955,
0.2642099857330322,
0.054029930382966995,
-0.5265896916389465,
0.1912748813629150... | |
instruction = code[PC];
// 2. Increment the program counter register (by the instruction length)
PC = PC + 1;
// 3. Decode the instruction
/*
The instructions are: | [
0.21057869493961334,
0.00046280634705908597,
0.12312664091587067,
-0.06529964506626129,
0.22340324521064758,
0.45262038707733154,
0.2581609785556793,
-0.1932539939880371,
-0.0025101874489337206,
-0.14272037148475647,
-0.14398743212223053,
0.3230067491531372,
-0.3321800231933594,
-0.1720710... | |
6 5 5 5 5 6
_____________________________ | [
-0.2179572880268097,
0.46800950169563293,
0.6122000813484192,
-0.04122050851583481,
-0.30801093578338623,
0.2176874577999115,
0.3675718307495117,
-0.3337261974811554,
-0.24823185801506042,
-0.4807966649532318,
0.3711078464984894,
-0.004897762089967728,
0.17804108560085297,
0.36310547590255... | |
or rd, rs, rt | 0 | rs | rt | rd | 0 | 0x25 |
6 5 5 16 | [
0.016139797866344452,
0.47275200486183167,
0.30465781688690186,
-0.28177475929260254,
-0.08381646126508713,
0.136694073677063,
0.1797577440738678,
-0.768753170967102,
-0.36639490723609924,
-0.14343354105949402,
-0.3916422724723816,
0.35324057936668396,
-0.22406212985515594,
-0.004733165726... | |
_____________________________
ori rt, rs, immediate | 0xd | rs | rt | immediate | | [
0.0038475259207189083,
0.18556703627109528,
0.7804230451583862,
-0.20755107700824738,
0.17351089417934418,
0.32690882682800293,
0.018159324303269386,
-0.6333707571029663,
-0.21491645276546478,
-0.4638880491256714,
-0.3257378935813904,
0.4669871926307678,
-0.3813111484050751,
0.238008916378... | |
6 5 5 5 5 6
_____________________________
and | [
-0.24020329117774963,
0.4785788655281067,
0.6129530072212219,
-0.03464825078845024,
-0.323138564825058,
0.2813798785209656,
0.3441005051136017,
-0.37295734882354736,
-0.2954590618610382,
-0.4564519226551056,
0.3614104986190796,
0.04556609317660332,
0.1275356411933899,
0.38245075941085815,
... | |
rd, rs, rt | 0 | rs | rt | rd | 0 | 0x24 |
6 5 5 16 | [
-0.04026586934924126,
0.479207307100296,
0.4138924479484558,
-0.3727165758609772,
-0.05533495172858238,
0.141551211476326,
0.23302865028381348,
-0.8281755447387695,
-0.42727693915367126,
-0.15445749461650848,
-0.362487256526947,
0.4006686210632324,
-0.438614159822464,
0.2333078533411026,
... | |
_____________________________
andi rt, rs, immediate | 0xc | rs | rt | immediate | | [
0.04214608669281006,
0.23330453038215637,
0.7658869624137878,
-0.16811266541481018,
0.2071744054555893,
0.22586475312709808,
-0.03375367075204849,
-0.5811758637428284,
-0.16309092938899994,
-0.38207805156707764,
-0.3224638104438782,
0.4915158152580261,
-0.46503013372421265,
0.3272556960582... | |
6 5 5 16
_____________________________
beq rs, rt, offset | 4 | rs | rt | | [
0.19710280001163483,
0.2896903157234192,
0.8717037439346313,
0.039349187165498734,
-0.1925211101770401,
0.39330005645751953,
-0.019531698897480965,
-0.743791937828064,
-0.19032402336597443,
-0.10516567528247833,
0.031110411509871483,
0.41577380895614624,
-0.2831306457519531,
0.404149591922... | |
offset |
6 5 5 5 5 6 | [
-0.0471416637301445,
0.24188940227031708,
0.25101935863494873,
-0.12159773707389832,
0.022525090724229813,
0.43194228410720825,
-0.3063679039478302,
-0.1647699624300003,
-0.21566151082515717,
-0.7097743153572083,
-0.06201637163758278,
0.400505006313324,
-0.01164486724883318,
-0.20405639708... | |
_____________________________
sub rd, rs, rt | 0 | rs | rt | rd | 0 | 0x22 | | [
-0.2640233337879181,
0.6411298513412476,
0.4936250150203705,
-0.32013797760009766,
-0.05151433125138283,
0.3966185450553894,
0.3210884928703308,
-0.7296132445335388,
-0.4122181236743927,
-0.2244339883327484,
-0.23310819268226624,
0.21788017451763153,
-0.24625127017498016,
0.426353275775909... | |
6 5 5 5 5 6
_____________________________
add rd, rs, rt | 0 | rs | rt | | [
-0.025030363351106644,
0.4310794472694397,
0.8190587759017944,
-0.10179034620523453,
-0.21849797666072845,
0.12175705283880234,
0.2401389479637146,
-0.5801822543144226,
-0.18107539415359497,
-0.186327263712883,
0.12319698929786682,
0.17538850009441376,
-0.17023684084415436,
0.5449341535568... | |
rd | 0 | 0x20 |
6 5 5 16 | [
-0.20605908334255219,
0.4244692027568817,
-0.01669083908200264,
-0.42165887355804443,
-0.08727926015853882,
0.0010954475728794932,
0.2791551649570465,
-0.3450966477394104,
-0.21227332949638367,
-0.31616732478141785,
-0.11263110488653183,
0.4493007957935333,
-0.2179678976535797,
0.265481531... | |
_____________________________
addi rt, rs, immediate | 8 | rs | rt | immediate |
6 26 | [
-0.03822634369134903,
0.3636455833911896,
0.682012677192688,
-0.38335129618644714,
0.04405853897333145,
0.2367277443408966,
0.07594889402389526,
-0.7274419665336609,
-0.12776435911655426,
-0.1392347514629364,
-0.30742064118385315,
0.4275704026222229,
-0.4565728008747101,
0.2180208414793014... | |
_____________________________
j target | 2 | target | | [
-0.34859800338745117,
0.08811172842979431,
0.21923108398914337,
-0.38323894143104553,
-0.509026050567627,
0.2435370534658432,
0.2852402627468109,
-0.3498946726322174,
0.07439520955085754,
-0.5828946232795715,
-0.11641155183315277,
0.3451351523399353,
-0.4931594431400299,
-0.210655778646469... | |
6 5 5 5 5 6 | [
-0.2819124460220337,
0.2282993048429489,
0.879146933555603,
-0.08960004150867462,
-0.09308097511529922,
0.12449955940246582,
0.3446246087551117,
-0.17668773233890533,
-0.3088037967681885,
-0.7288942337036133,
0.41873472929000854,
-0.35986122488975525,
0.5123644471168518,
0.3494098484516144... | |
_____________________________
slt rd, rs, rt | 0 | rs | rt | rd | 0 | 0x2a |
6 5 | [
-0.20476242899894714,
0.4453521966934204,
0.6340954899787903,
-0.12036412954330444,
0.17995643615722656,
0.2144409567117691,
0.13999225199222565,
-0.6173465251922607,
-0.3280791640281677,
-0.05943404510617256,
-0.1314646154642105,
0.36690887808799744,
-0.23523762822151184,
0.41889750957489... | |
5 16
_____________________________
lw rt, rs[offset] | 0x23 | rs | rt | offset | | [
0.07663077116012573,
0.2855161726474762,
0.47942835092544556,
0.08158186078071594,
-0.17331819236278534,
0.34977442026138306,
-0.21234869956970215,
-0.6975919604301453,
-0.31280121207237244,
-0.21421733498573303,
0.15739139914512634,
0.24965685606002808,
-0.11029037833213806,
0.36142089962... | |
6 5 5 16
_____________________________ | [
-0.24775327742099762,
0.5118885040283203,
0.49352967739105225,
-0.08526109904050827,
-0.30428895354270935,
0.28187090158462524,
0.3425697982311249,
-0.35927072167396545,
-0.2119251787662506,
-0.24650125205516815,
0.07856591790914536,
0.16249307990074158,
0.037661608308553696,
0.40590918064... | |
sw rt, rs[offset] | 0x2b | rs | rt | offset |
::EXTRA INSTRUCTIONS::
6 | [
0.1610589474439621,
0.20435048639774323,
0.44567951560020447,
-0.14926157891750336,
0.13493017852306366,
0.3428121507167816,
0.2990812659263611,
-0.7406742572784424,
-0.2441563457250595,
-0.2375304251909256,
-0.29695844650268555,
0.5681102275848389,
-0.21134208142757416,
-0.223402872681617... | |
5 21
_____________________________
input rs | 4 | rs | | [
-0.23036162555217743,
0.057214658707380295,
0.39559850096702576,
0.06175610423088074,
-0.3149755895137787,
0.3763595521450043,
0.09051262587308884,
-0.7141212821006775,
-0.21844051778316498,
-0.09089057892560959,
0.0535774827003479,
0.07748740166425705,
-0.3940722644329071,
0.2454566359519... | |
0 |
6 5 21 | [
-0.25153738260269165,
0.1261434257030487,
0.11704140156507492,
-0.6487797498703003,
-0.136236771941185,
0.21341024339199066,
0.300342321395874,
-0.2596738040447235,
0.16992880403995514,
-0.27823397517204285,
-0.2195112407207489,
0.32990774512290955,
-0.43293991684913635,
-0.027992643415927... | |
_____________________________
output rs | 4 | rs | 1 |
*/
op[5:0] = instruction[31:26]; | [
0.1196100190281868,
0.31703776121139526,
0.16488155722618103,
-0.20581132173538208,
0.038405463099479675,
0.3714069724082947,
0.4828818440437317,
-0.7114763855934143,
-0.07268447428941727,
-0.16334374248981476,
-0.4302651584148407,
0.47354432940483093,
-0.2803965210914612,
-0.0190359037369... | |
case(op)
0: /* R-type */
begin
rs = instruction[25:21]; | [
-0.10243334621191025,
0.18805162608623505,
0.21090833842754364,
-0.6095041036605835,
0.22099262475967407,
0.3797242045402527,
0.4201533794403076,
-0.6028289198875427,
0.1267973780632019,
-0.21681849658489227,
-0.5225537419319153,
0.4273616373538971,
-0.3293704092502594,
-0.2214724123477935... | |
rt = instruction[20:16];
rd = instruction[15:11];
shamt = instruction[10:6];
funct = instruction[5:0]; | [
-0.04339144751429558,
0.19148214161396027,
-0.2099117785692215,
-0.3726804852485657,
-0.15067270398139954,
0.09178359806537628,
0.7251638174057007,
-0.6349180340766907,
-0.13126429915428162,
-0.05914326012134552,
-0.6362955570220947,
0.844868540763855,
-0.2674931287765503,
-0.2938318252563... | |
instruction_type = 2'b00;
end
1: /* END OF CODE */
begin
disable loop_block; | [
0.10868128389120102,
-0.18584629893302917,
-0.14521445333957672,
-0.2247430831193924,
0.3033677637577057,
-0.03623111918568611,
0.7668654918670654,
-0.12601737678050995,
0.12802322208881378,
-0.11854016780853271,
-0.4083739221096039,
0.18636204302310944,
-0.44879424571990967,
-0.0031097400... | |
end
2: /* J-type */
begin
target = instruction[25:0]; | [
-0.06551382690668106,
-0.024592146277427673,
-0.020633617416024208,
-0.5225086808204651,
-0.005558284930884838,
-0.13159336149692535,
0.49930089712142944,
0.0025440258905291557,
0.4848391115665436,
-0.3724833130836487,
-0.3601912558078766,
0.39264196157455444,
-0.23950424790382385,
-0.3020... | |
instruction_type = 2'b10;
end
4: /* EXTRA */
begin
rs = instruction[25:21]; | [
0.18553036451339722,
0.015307550318539143,
0.056515805423259735,
-0.3365994989871979,
0.1067207083106041,
0.34997037053108215,
0.43672555685043335,
-0.2603543996810913,
-0.2592119574546814,
-0.22721105813980103,
-0.4591062068939209,
0.2223740816116333,
-0.22513724863529205,
-0.187852308154... | |
funct = instruction[20:0];
instruction_type = 2'b11;
end
default: /* I-type */
begin | [
-0.2607165277004242,
-0.22107712924480438,
-0.05683872848749161,
-0.21011388301849365,
0.003174286801367998,
0.05241119861602783,
0.4194541871547699,
0.08836306631565094,
-0.26622718572616577,
-0.2135205715894699,
-0.605866551399231,
0.4688381552696228,
-0.2415885180234909,
-0.288670748472... | |
rs = instruction[25:21];
rt = instruction[20:16];
immediate_offset = instruction[15:0]; | [
0.1312258392572403,
-0.07869058102369308,
0.13947506248950958,
-0.38092342019081116,
0.16966523230075836,
0.18252110481262207,
0.44894933700561523,
-0.4726349115371704,
-0.36534184217453003,
-0.2718431353569031,
-0.5943697094917297,
0.6124191880226135,
-0.3348335027694702,
-0.2066310495138... | |
instruction_type = 2'b01;
end
endcase
// 4. Fetch operands, if any, usually from registers
case(instruction_type)
2'b00: /* R-type */ | [
0.005793905816972256,
-0.08065000921487808,
0.15727829933166504,
-0.036069341003894806,
0.1584377884864807,
0.506682813167572,
0.2680342197418213,
-0.2899383306503296,
0.0225920882076025,
-0.30011987686157227,
-0.31837934255599976,
0.30689552426338196,
-0.11750692874193192,
-0.156815126538... | |
begin
rs_value = registers[rs];
rt_value = registers[rt];
end
2'b01: /* I-type */ | [
0.132888525724411,
0.3156241476535797,
0.25750812888145447,
-0.41989266872406006,
0.08619071543216705,
0.11663288623094559,
0.6227924227714539,
-0.49179667234420776,
0.008729839697480202,
-0.42890962958335876,
-0.44040894508361816,
0.18551906943321228,
-0.385193407535553,
0.035567734390497... | |
begin
rs_value = registers[rs];
end
2'b11: /* EXTRA */ | [
0.40291765332221985,
0.158639594912529,
0.14041368663311005,
-0.40884819626808167,
0.025470582768321037,
0.39464545249938965,
0.2554130256175995,
-0.4757293462753296,
-0.41777268052101135,
-0.021388381719589233,
-0.37205541133880615,
0.0899219736456871,
-0.4356295168399811,
-0.205642580986... | |
begin
if(funct == 1) rs_value = registers[rs];
end
endcase
// 5. Perform the operation
case(instruction_type) | [
-0.02587265707552433,
-0.0840815082192421,
0.1645287424325943,
-0.2675136923789978,
0.3784123957157135,
0.11013536900281906,
0.31204354763031006,
-0.4117242693901062,
0.05779210105538368,
-0.2106562703847885,
-0.5550540089607239,
0.3538152575492859,
-0.18187350034713745,
-0.231083959341049... | |
2'b00: /* R-type */
begin
case(funct)
2'h20: /* add rd, rs, rt */ | [
-0.27783551812171936,
0.049273110926151276,
0.41272062063217163,
-0.32721778750419617,
-0.09423869848251343,
0.14824709296226501,
-0.0053503988310694695,
-0.6230771541595459,
-0.1331527829170227,
-0.5485455393791199,
-0.5136504769325256,
0.3683030605316162,
-0.4371980130672455,
-0.27512884... | |
begin
rd_value = rs_value + rt_value;
end | [
-0.23847942054271698,
0.21564039587974548,
0.30451062321662903,
-0.563723087310791,
0.07254806905984879,
-0.20459702610969543,
0.3512331545352936,
-0.39729759097099304,
-0.02699734829366207,
-0.18345052003860474,
-0.5285423994064331,
0.6163686513900757,
-0.3740829825401306,
0.0242140218615... | |
2'h22: /* sub rd, rs, rt */
begin
rd_value = rs_value - rt_value; | [
0.08973344415426254,
0.09364920109510422,
0.2874866724014282,
-0.6828466057777405,
-0.034348174929618835,
-0.07724647223949432,
0.5272342562675476,
-0.6021759510040283,
-0.2038414031267166,
-0.15391364693641663,
-0.6037115454673767,
0.21145792305469513,
-0.5601695775985718,
-0.053900901228... | |
end
2'h24: /* and rd, rs, rt */
begin | [
0.12687969207763672,
0.2528716027736664,
0.5266781449317932,
-0.3498474061489105,
-0.14990317821502686,
-0.17618882656097412,
0.3956838846206665,
-0.34344616532325745,
-0.021199313923716545,
-0.5001680254936218,
-0.5946387052536011,
0.3655592203140259,
-0.17113901674747467,
-0.000081779078... | |
rd_value = rs_value & rt_value;
end
2'h25: /* | [
0.2911720871925354,
0.5078265070915222,
0.4277568757534027,
-0.6178450584411621,
-0.054584212601184845,
-0.14234371483325958,
0.5020524859428406,
-0.6955477595329285,
-0.1538640856742859,
-0.27004534006118774,
-0.3993523120880127,
0.6117368340492249,
-0.24780932068824768,
0.246352612972259... | |
or rd, rs, rt */
begin
rd_value = rs_value | rt_value; | [
0.023345468565821648,
0.12002887576818466,
0.3660118579864502,
-0.6230393648147583,
0.2562870383262634,
0.10240264981985092,
0.15647520124912262,
-0.6557560563087463,
0.020746367052197456,
-0.18051962554454803,
-0.4874403178691864,
0.6452848315238953,
-0.5692465901374817,
-0.04557899013161... | |
end
2'h2a: /* slt rd, rs, rt */
begin | [
0.055492036044597626,
0.2321094423532486,
0.31673264503479004,
-0.3915623128414154,
-0.066339872777462,
-0.2115025520324707,
0.4448537230491638,
-0.24116267263889313,
0.16582220792770386,
-0.4041126072406769,
-0.5741386413574219,
0.3083062767982483,
-0.26902535557746887,
-0.093212150037288... | |
rd_value = rs_value < rt_value? 1 : 0;
end
endcase
end | [
-0.3047272562980652,
0.2886064648628235,
0.3793453276157379,
-0.47866353392601013,
0.14223749935626984,
-0.08263744413852692,
0.3087131381034851,
-0.3140801787376404,
0.16338956356048584,
-0.1004159152507782,
-0.2698819637298584,
0.5965300798416138,
-0.1895979642868042,
0.09643950313329697... | |
2'b01: /* I-type */
begin
case(op)
4: /* beq rs, rt, offset */ | [
0.16259290277957916,
0.23474356532096863,
0.33857977390289307,
-0.32775771617889404,
-0.016397031024098396,
0.4436746835708618,
-0.15631982684135437,
-0.622061550617218,
0.06899332255125046,
-0.4809744656085968,
-0.30760735273361206,
0.36749595403671265,
-0.4117543697357178,
-0.12304082512... | |
begin
if(rs_value < rt_value) PC = immediate_offset; | [
0.20884396135807037,
-0.15948647260665894,
0.3493538796901703,
-0.49417486786842346,
0.4757900834083557,
-0.09376548230648041,
-0.055128730833530426,
-0.24908055365085602,
0.041456691920757294,
-0.47521305084228516,
-0.5193961262702942,
0.5882078409194946,
-0.3793577253818512,
-0.220093637... | |
end
8: /* addi rt, rs, immediate */
begin | [
-0.06159729138016701,
0.012363607995212078,
0.5086989998817444,
-0.4611266255378723,
0.07145845144987106,
0.10049362480640411,
0.19427137076854706,
-0.10517760366201401,
-0.14679434895515442,
-0.4026930332183838,
-0.40767958760261536,
0.554512619972229,
-0.2265162467956543,
-0.120389662683... | |
rt_value = rs_value + immediate_offset;
end
1'hc: /* andi rt, rs, immediate */ | [
0.3697110414505005,
-0.07487649470567703,
0.8952316045761108,
-0.4619603753089905,
0.20007702708244324,
0.10323107242584229,
-0.09554264694452286,
-0.5554443597793579,
-0.2583865523338318,
-0.3550138473510742,
-0.34727227687835693,
0.7653443813323975,
-0.5638384222984314,
-0.22225508093833... | |
begin
rt_value = rs_value & immediate_offset;
end | [
0.03489452973008156,
0.030437879264354706,
0.607627809047699,
-0.5397694706916809,
0.3131643235683441,
0.004011882934719324,
0.0004546291020233184,
-0.37034356594085693,
-0.17260411381721497,
-0.42432525753974915,
-0.48497164249420166,
0.7686309814453125,
-0.4461725056171417,
-0.1761448383... | |
1'hd: /* ori rt, rs, immediate */
begin
rt_value = rs_value | immediate_offset; | [
0.6000521183013916,
-0.17468121647834778,
0.6041616201400757,
-0.38794204592704773,
0.11013641953468323,
-0.11786452680826187,
-0.09128127992153168,
-0.4375186860561371,
0.11333519965410233,
-0.6423339247703552,
-0.5060759782791138,
0.6295813918113708,
-0.7041762471199036,
-0.2214700728654... | |
end
2'h23: /* lw rt, rs[offset] */
begin | [
0.33413752913475037,
0.23360341787338257,
0.6134538054466248,
-0.3414892554283142,
-0.14759711921215057,
-0.0352986715734005,
0.1467435657978058,
-0.4346568286418915,
-0.05374515429139137,
-0.4097464978694916,
-0.5023515820503235,
0.24846161901950836,
-0.18479569256305695,
-0.0946304500102... | |
rt_value = memory[rs + immediate_offset];
end
2'h2b: /* sw rt, rs[offset] */ | [
0.1446973830461502,
0.09491259604692459,
0.7642808556556702,
-0.5859746336936951,
0.31978467106819153,
0.10189253091812134,
0.299501895904541,
-0.6749749183654785,
-0.1364065259695053,
-0.45915624499320984,
-0.33287930488586426,
0.8321486711502075,
-0.514567494392395,
-0.25187763571739197,... | |
begin
memory[rs + immediate_offset] = rt_value;
end | [
-0.24791088700294495,
0.2130657285451889,
0.2833951413631439,
-0.3774348199367523,
0.4366971254348755,
0.052155036479234695,
0.16675667464733124,
-0.18410015106201172,
-0.15162619948387146,
-0.3838953375816345,
-0.5826109051704407,
0.515694260597229,
-0.11809789389371872,
-0.04531014710664... | |
endcase
end
2'b10: /* J-type */
begin | [
-0.3594862222671509,
0.355909526348114,
0.11747758835554123,
-0.43680715560913086,
-0.28445640206336975,
0.3228725790977478,
0.2766687572002411,
0.1437613070011139,
0.09029824286699295,
-0.5595752596855164,
-0.2806999981403351,
0.024535322561860085,
0.01831650361418724,
-0.2044275850057602... | |
case(op)
2: /* j target */
begin | [
-0.27985626459121704,
0.12555713951587677,
0.006865996867418289,
-0.5331199169158936,
0.11664442718029022,
0.3470644950866699,
0.0011888241861015558,
-0.17311297357082367,
0.15170542895793915,
-0.5425794124603271,
-0.4543876647949219,
0.6120249629020691,
-0.17259608209133148,
-0.4046602249... | |
PC = target;
end
endcase
end
2'b11: /* EXTRA | [
0.2979283630847931,
-0.03177671507000923,
-0.13022266328334808,
-0.16612230241298676,
0.009627269580960274,
0.4166659712791443,
-0.02167748473584652,
0.02184307761490345,
-0.13192608952522278,
-0.14659710228443146,
-0.16878530383110046,
0.04210301488637924,
-0.3737696409225464,
-0.17791141... | |
*/
begin
case(funct)
0: /* input rs */ | [
-0.31439077854156494,
0.1251794844865799,
0.41467636823654175,
-0.3024865388870239,
-0.08328653872013092,
0.30813515186309814,
-0.17134065926074982,
-0.3217466175556183,
-0.15454570949077606,
-0.4696429371833801,
-0.3590245842933655,
0.4054381251335144,
-0.36470189690589905,
-0.28195440769... | |
begin
rs_value[7:0] = Switches;
end | [
-0.08911953121423721,
0.05242866277694702,
0.45476004481315613,
-0.24527832865715027,
0.15312020480632782,
-0.059026557952165604,
0.34389030933380127,
-0.1716018170118332,
-0.4072563946247101,
-0.17706964910030365,
-0.33346906304359436,
0.3875083029270172,
-0.34792783856391907,
0.320554077... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.