Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 9

Building Java Programs Chapter 1 - cis.temple.edu

https://cis.temple.edu/~jfiore/2024/fall/1068/handouts/ch01/ch01_basic_java_programs.pdf

describe computations in a format that is editable by humans. – This textbook teaches programming in a language named Java.

CIS 4307: Monitors

https://cis.temple.edu/~giorgio/cis307/readings/monitor.html

They are supported, in a simplified form, in Java [each object is a monitor with an implicit condition variable so that within the synchronized methods of the object one can use the methods wait, notify, and notifyAll].

CIS-2168 - Temple University

https://cis.temple.edu/~wangp/2168-DS/2168-index.htm

Relevant Links : the official specification of Java : an integrated development environment for Java URL: http://www.cis.temple.edu/~pwang/2168-DS/2168-index.htm

Distributed System Design: An Overview* - Temple University

https://cis.temple.edu/~wu/teaching/Spring2018/distributed-computing-2018.pdf

meeting-time-scheduling ::= t:= 0; *[ t:= a(t) t:= b(t) t:= c(t) ] Communication and Synchronization One-way communication: sendand receive Two -way communication: RPC(Sun), RMI(Java and CORBA), and rendezvous(Ada) Several design decisions: One-to one or one-to-many Synchronous or asynchronous

2.3A.ppt - Temple University

https://cis.temple.edu/~latecki/Courses/RobotFall08/Talks/LinearProgramming.pdf

provides 2 units of vitamin C and 2 units of iron and each ounce of B provides 1 unit of vitamin C and 2 units of iron. Suppose the cost of A is 4¢/ounce and the cost of B is 3¢/ounce. If the breakfast menu must provide at least 8 units of vitamin C and 10 units of iron, how many ounces of each item should be provided in order to meet the iron and vitamin C requirements for the least cost ...

CRC_AU2832_C01.tex - cis.temple.edu

https://cis.temple.edu/~wu/research/publications/Publication_files/handbook-part1.pdf

The JAVA Reflection API. http://java.sun.com/j2se/1.4.2/docs/guide/reflection/ index.html, 2002. A.J. Goldsmith and S.B. Wicker. Design challenges for energy-constrained ad hoc wireless networks. IEEE Wireless Communication, 9(4):8–27, 2002. E.M. Royer and C.-K. Toh. A review of current routing protocols for ad hoc mobile wireless networks.

Lecture Set 4 – Selection Structures - Temple University

https://cis.temple.edu/~friedman/cis071/Lecture4-web.doc

Finally – having said all this about C, … what can we say about FORTRAN? COBOL? SNOBOL? Pascal? C++? Java? Now that this part of the sermon is over … let’s move on … 7) Joining two or more logical expressions Logical expressions can be "joined" together to form more complex expressions using the AND operator '&&' and the OR '||' operator

HackerRank Solutions: Jesse and Cookies – Vahid E-Portfolio

https://sites.temple.edu/vahid/2022/03/05/hackerrank-solutions-jesse-and-cookies/

Problem Jesse loves cookies and wants the sweetness of some cookies to be greater than value . To do this, two cookies with the least sweetness are repeatedly mixed. This creates a special combined cookie with: sweetness Least sweet cookie 2nd least sweet cookie). This occurs until all the cookies have a sweetness . Given the sweetness of a number of cookies, determine the minimum number of ...

TileSR: Accelerate On-Device Super-Resolution with Parallel Offloading ...

https://cis.temple.edu/~jiewu/research/publications/Publication_files/m37113-chen%20final.pdf

Abstract—Recent years have witnessed the unprecedented performance of convolutional networks in image super-resolution (SR). SR involves upscaling a single low-resolution image to meet application-specific image quality demands, making it vital for mobile devices. However, the excessive computational and memory requirements of SR tasks pose a challenge in mapping SR networks on a single ...