Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • matlabmatrix.rar 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns ... 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for ... to the screen both A and reverse(A). 2) Write a program which accepts an input k from ...
  • BeeStackDocuments.rar ... BeeStack, including discussions on major considerations for commercial applications. This document is intended for software developers who write applications for BeeStack-based products using Freescale development tools. It is assumed the reader is a ...
  • Project1.rar This project requires you to write a program that imitates a simple desk calculator. Your calculator must be able to accept an infix expression which at least includes (, ), +, -, *, /, %, and ^ (exponentiation operator, a^b = ab ). If the expression is ...
  • 2262.rar ... Today it is still unproven whether the conjecture is right. (Oh wait, I have the proof of course, but it is too long to write it on the margin of this page.) Anyway, your task is now to verify Goldbach s conjecture for all even numbers less than a ...
  • 2136.rar 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or ...
  • whu.rar Please help us write a program to count down days to the upcoming Beijing 2008 Olympic games.
  • Delphi7_Component_Write_Guide.rar Delphi7开发环境下的组件编写指南——Component Write s Guide for Delphi7
  • BKP.rar This example shows how to write/read data to/from Backup data registers and demonstrates the Tamper detection feature. The associated software performs the following: Configures the Tamper pin to be active on low level and enable Tamper interrupt. ...
  • CortexM3.rar This example shows how to use CortexM3 Bit-Band access to perform atomic read-modify-write and read operations on a varaible in SRAM.
  • MultithreadMathServer.rar Using client-server architecture, write a multi-threaded server which returns results of mathematical functions such as sqrt(x),sin(x), cos(x), tan(x), etc. and a companion client to invoke these functionalities from a remote machine.