Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 558 results for
uc
- Page 1
Need advise on converting LC to UC letters using Easy68k
Programming
Software Development
14 Years Ago
by 1g0r
… begin lea LC,A0 store lowercase to A0 lea
UC
,A1 store uppercase to A1 move.b #Alph,d1…1,d1 loop move.b (A0)+,d0 convert LC to
UC
sub.b #32,d0 move.b d0,(A1)+ dbra… LC dc.b 'computer hardware' define lowercase org $4200
UC
ds.b 26 reserve for uppercase END begin The results…
Re: Need advise on converting LC to UC letters using Easy68k
Programming
Software Development
14 Years Ago
by nezachem
… Alphabets begin: lea LC,A0 store lowercase to A0 lea
UC
,A1 store uppercase to A1 move.b #Alph,d1 sub…#1,d1 loop: move.b (A0)+,d0 convert LC to
UC
sub.b #32,d0 move.b d0,(A1)+ dbra d0…$4100 LC dc.b 'computer hardware' define lowercase org $4200
UC
ds.b 26 reserve for uppercase END begin[/CODE] To…
Re: Need advise on converting LC to UC letters using Easy68k
Programming
Software Development
14 Years Ago
by 1g0r
Hi nezachem, thanks for your feedback...Basically I analysed the Ascii code table and found the trend that the difference between the lower case and uppercase letters is 32 in decimal...So if I would like to convert the the cases, I will either minus or add by 32. Correct me if I'm wrong. Cheers
Re: Need advise on converting LC to UC letters using Easy68k
Programming
Software Development
14 Years Ago
by GunnerInc
Yes, that is correct. IF the characters are between 41H and 5AH, then subtract 32 from the char code to make lower... If the characters are between 61H and 7AH then add 32 to make upper.
Re: Need advise on converting LC to UC letters using Easy68k
Programming
Software Development
14 Years Ago
by 1g0r
Which is why I do not know why mmy output only shows as COMPUTER with the hardware word missing from it. My only suspicions is the spacing in between which cause the problem. And somehow I need to identify the char spacing somewhere. Please help :)
Re: Need advise on converting LC to UC letters using Easy68k
Programming
Software Development
14 Years Ago
by nezachem
I explained why. Please reread my post. After that, please answer (in plain English, no code) - how do you want the loop to terminate, and - how does it actually terminates. Then we can proceed.
Identifying Drivers needed
Hardware and Software
Microsoft Windows
19 Years Ago
by Mishoboy
…MTRR 1: E0000000-E0FFFFFF (3584MB-3600MB)
UC
MTRR 2: E1000000-E1FFFFFF (3600MB-3616MB…
UC
- PAT 3:
UC
PAT 4: WB PAT 5: WC PAT 6:
UC
- PAT 7:
UC
…
Hibernate query eyception
Programming
Web Development
16 Years Ago
by dav555
… someone see the error? [CODE]"select
uc
.id,
uc
.userid,
uc
.carid,
uc
.description,
uc
.date,
uc
.km,
uc
.price,
uc
.remark, y.brand, y.type from….hibernate.QueryException: in expected: select [select
uc
.id,
uc
.userid,
uc
.carid,
uc
.description,
uc
.date,
uc
.km,
uc
.price,
uc
.remark, y.brand, y.type from ch…
Re: XPath how to get node without child nodes
Programming
Software Development
15 Years Ago
by yuvanbala
…gt; <q /> </Questions> </
uc
> <
uc
> <Questions> <q /> <…q /> <q /> </Questions> </
uc
> </ts> So I want the following result…: <ts> <
uc
> </
uc
> <
uc
> </
uc
> </ts> [/code] As…
XPath how to get node without child nodes
Programming
Software Development
15 Years Ago
by manowar83
…gt; <q /> </Questions> </
uc
> <
uc
> <Questions> <q /> <…q /> <q /> </Questions> </
uc
> </ts> So I want the following result…: <ts> <
uc
> </
uc
> <
uc
> </
uc
> </ts> [/code] As…
return control to method
Programming
Software Development
12 Years Ago
by anisha.silva
…{ Console.WriteLine("writeline");
uc
.setValue(false); qc.setValue(true);…] == "FAIL") {
uc
.setValue(false); qc.setValue(false); fc…
Tic-Tac-Toe HELP!!!!
Programming
Software Development
14 Years Ago
by canyvr
…randint(1,2) while True: if first ==1:
uc
=input("Enter your number,your number will be changed…to sign 'o': ") L[int(
uc
)-1]=u AL.remove(
uc
) print(AL) print(L) s=s.… s=s.replace(L[cc],c) print(s)
uc
=input("Enter your number,your number will be …
Multithreading in jsp-HELP!!!
Programming
Web Development
20 Years Ago
by mooling
…m_URLConn = m_URL.openConnection(); URLConnection
uc
= m_URL.openConnection(); //InputStream in = new FileInputStream(
uc
.getInputStream()); InputStream in = new BufferedInputStream(
uc
.getInputStream()); ByteArrayOutputStream bs = new…
error in copy constructor
Programming
Software Development
19 Years Ago
by alone2005
…(string ucData); //copy constructor UserCommand(const UserCommand&
uc
); inline const string getHandle(){return cHandle;}; inline const int… inline UserCommand operator=(UserCommand&
uc
); }; // //... UserCommand::UserCommand(const UserCommand&
uc
){ cHandle=
uc
.getHandle(); numPara=
uc
.getNumPara(); for(int i=0…
Re: XPath how to get node without child nodes
Programming
Software Development
15 Years Ago
by fpmurphy
…;/xsl:template> <xsl:template match="
uc
"> <
uc
> </
uc
> </xsl:template> </xsl…
UC540 new flash installation
Hardware and Software
Networking
12 Years Ago
by choybutchoy
…UC540 unified communication here at the office. This
UC
got an internal flash problem on it, so…project to reinstall the CUE and make the
UC
working. We have been reading a lots …We already got to the point that the
UC
did copied files from tftp and ftp servers …-module, but still CCA can't find the
UC
. Any help will be very much appreciated. Thank…
Noobish
Programming
Software Development
16 Years Ago
by scuba183
…')); $class=chomp ($temp); $temp=
uc
(param('type')); $type=chomp ($temp); $temp=
uc
(param('first')); $first=chomp ($temp); $temp=
uc
(param('last')); $last=chomp…'); $first3=chomp($temp); $temp=param('secondnum'); $last4=chomp($temp); $temp=
uc
(param('carrier')); $carrier=chomp($temp); $num="$areacode$first3$last4…
[Help] unkown .lev file decrypted
Programming
Game Development
16 Years Ago
by duo8668
… C 5 t <{: C t <
uC
, 9 H= X C 9 H=C B… < SCG t < - C t <
uC
t <x >Aj t < ( Ci…lt; ZC a t < KCQ t <
UC
t < mCR t < CQ t &… B e<b C PS t <
UC
) B e< C @ B e<…
PHP Function
Programming
Web Development
12 Years Ago
by Coyx
… = "SELECT locale_id FROM conf_settings WHERE client = '".$
UC
."'"; $loc_que = mysql_query($loc_sql); $loc_res = mysql_fetch_row($…Open the correct database dbConnect(); $dbLink = dbOpenDatabase($dbName); $
uc
=$GLOBALS['userclient']; // Build query statement if ($tabName == …
Re: return control to method
Programming
Software Development
12 Years Ago
by Momerath
Not sure what you mean. When you call
uc
.getData(a) it processes that method then returns control back to the calling code. The break statement right after that ends the while loop.
Exact Match using XPATH?
Programming
Web Development
11 Years Ago
by Mapper99
…. Any idea if this is possible? Here is my code: $
uc
= "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; $lc = "abcdefghijklmnopqrstuvwxyz" ; $lats = $users->…;xpath("/users/user[contains(translate(ID, '$
uc
', '$lc'), translate('$test', '$
uc
', '$lc'))]/lat"); $lons = $users->xpath("…
Sending a post request through url
Programming
Software Development
17 Years Ago
by kalaiselvi.v
… prepare it to POST // URLConnection
uc
= u.openConnection( ); HttpsURLConnection
uc
= (HttpsURLConnection) u.openConnection();
uc
.setDoOutput(true); OutputStream raw =
uc
.getOutputStream( ); OutputStream buff = new BufferedOutputStream…
Same Content Multiple Pages with User Control, tabControl, Gridview?
Programming
Software Development
15 Years Ago
by yellier35
…new tab that's created on my form form1. The
UC
with TabControl will contain: Tab 1(Units) contains a …properties but cant figure out how to properly call the
UC
and access the Datagrids from the form. Do I …test = new UCCites(); kpCity1.Controls.Add(test);[/ICODE] Here is
UC
code for the data grid that i tried. [ICODE]public…
problem in crop image
Programming
Web Development
15 Years Ago
by mangel.murti
… on line 59 [CODE] if($done) { include("images/profile_img/
uc
.php"); // Imageh $loc=$imgpath; $src =$loc; echo $src;//…;save_img("baby_" . $src); // Finalize $img->clear_cache(); } [/CODE]
uc
.php [CODE] <?php // Imaging class imaging { // Variables private $img_input…
C++ BMI calculator help
Programming
Software Development
13 Years Ago
by thecoolman5
… feet >> ff1; } if(f1 == "
uc
") { fstream feet1; feet1.open("feet.txt"…inches >> ii1; } if(f1 == "
uc
") { fstream inches1; inches1.open("inches.txt"…
Re: C++ BMI calculator help
Programming
Software Development
13 Years Ago
by thecoolman5
…(f1) >> ff1; } if(f1 == "
uc
") { ofstream feet1; feet1.open("feet.txt"); …stringstream(w1) >> ww1; } if(w1 == "
uc
") { ofstream weight1; weight1.open("weight.txt"); …
Code will not update cursor value
Programming
Software Development
13 Years Ago
by ljvasil
… "", "NEW_SELECTION")
uc
= arcpy.UpdateCursor(result) gridList = [] for row in
uc
: item = row.getValue("GRIDCODE"… > fi: row.setValue("GRIDCODE", LR_Value)
uc
.updateRow(row) arcpy.AddMessage(LR_Value) arcpy.AddMessage(fi) #arcpy…
Re: Code will not update cursor value
Programming
Software Development
13 Years Ago
by Gribouillis
…ily, "BOUNDARY_TOUCHES", ily, "", "NEW_SELECTION")
uc
= arcpy.UpdateCursor(result) gridList = sorted(subrow.getValue("GRIDCODE"…and LR_Value > fi: row.setValue("GRIDCODE", LR_Value)
uc
.updateRow(row) arcpy.AddMessage(LR_Value) arcpy.AddMessage(fi) del row…
Help me, I can't Update/Edit my jTable
Programming
Software Development
9 Years Ago
by Abdullah_7
….awt.event.ActionEvent evt) { UserClass
UC
= new UserClass(); String password = …quot;)) { DefaultTableModel model = (DefaultTableModel)
UC
.table_user.getModel(); String value1 = UN.getText…
Re: Exact Match using XPATH?
Programming
Web Development
11 Years Ago
by Mapper99
Thanks...I gave it a try, but get this error: Invalid expression Old code: `$lats = $users->xpath("/users/user[contains(translate(ID, '$
uc
', '$lc'), translate('$test', '$
uc
', '$lc'))]/lat");` is now: `$lats = $users->xpath('/users/user[text(@ID==$test)]/lat');` Perhaps my syntax is incorrect? Thanks, M
1
2
3
10
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC