搜索结果
找到约 1,141 项符合
CSJ-R 的查询结果
Java编程 java中大部分对图形、文本、图像的操作方法都定义在Graphics类中
java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法; ...
通讯/手机编程 It s a tool designed to extract as much information as possible from Bluetooth devices without the r
It s a tool designed to extract as much information as possible from Bluetooth devices without the requeriment to pair.
通讯/手机编程 It s a tool designed to extract as much information as possible from Bluetooth devices without the r
It s a tool designed to extract as much information as possible from Bluetooth devices without the requeriment to pair.
书籍源码 A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he
A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he comp en2
sation cur rent int o t he p assive loop f ilte r during t he delay time of t he p hase f requency detect or ( PFD) , a maximum
reduction of t he p hase noise by about 16dB can be achieved. ...
中间件编程 给出一个非负小数
给出一个非负小数,找出分子不超过M,分母不超过N的最简分数或整数,
使其最接近给出的小数。如果这个分数不唯一,输出‘TOO MANY’。
输入文件格式(closest.in)
第一行,M,N(1<=M,N<=10^9)
第二行,即小数R,(0<R
输出文件格式(closest.out)
仅一行,若解唯一输出 分子 / 分母(整数K写成K/1),否则输出TOO MANY
样例 ...
Java编程 设存在集合A
设存在集合A,R是A上的关系,检查R是否为等价关系。并且生成R的自反闭包、对称闭包和传递闭包。R既可以由用户输入,也可以由程序随机生成。【最大选题人数:8】
提示:集合A中的元素可以是任何类型,甚至是对象。
通讯编程文档 MPC8260-MCC-HOWTO Abstract: This document attempts to give the linux developer community of motoro
MPC8260-MCC-HOWTO
Abstract:
This document attempts to give the linux developer community of motorola(R) s
mpc8260 processor a fairly good idea of programming details of Multi
Channel controller.
This document can be distributed under GPL version 2.0 or later, GPL is
available at (http://www.gnu.org ...
文章/文档 Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60H
Overview
Input Clock = 24Mhz
Preview VGA 15fps @ 60Hz
VGA 12.5fps @ 50Hz
Capture VGA 15fps @ 60Hz
VGA 12.5fps @ 50Hz
Output Format YCbCr 4:2:2 (ITU 656)
YCbCr to RGB conversion
R = Y + (351*(Cr – 128)) >> 8
G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8
B = Y + (443*(Cb – 128)) >> 8 ...
Java编程 OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI r
OReilly.Java.Rmithis book provides strategies for working with serialization,
threading, the RMI registry, sockets and socket factories, activation,
dynamic class downloading, HTTP tunneling, distributed garbage
collection, JNDI, and CORBA. In short, a treasure trove of valuable
RMI knowledge pa ...
Linux/Unix编程 一个基于GTK+的单词数值计算器
一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如:
WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71%
HARDWORK=H+A+R+D+W+O ...