搜索资源列表
CADdraw
- 本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆和多边形。绘图步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点。 圆弧:用鼠标左键依次点四点确定圆弧。 贝赛尔曲线:用鼠标左键依次点四点确定贝赛尔曲线。 矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 圆角矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 椭圆:点左键确定起始点,拖动鼠标再点左键确定对角点,便作
huangshan
- huangshan 本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆 和多边形-Huangshan the program eight graphical mapping function is linear, arc, Bessel curve, rectangle, rounded rectangle, oval and Polygon
数学函数
- 包含求反余弦函数,计算Y/X的反正切值 ,向上舍入,把一个双精度数分解为尾数的指数,计算直角三角形的斜边长-include cosine function for calculating Y / X arc tangent, rounded upward, a few double precision decomposition of the final index, calculated length of the hypotenus
亲密数
- 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为
由8个整数形成奇特的立方体
- 任意给出8个整数,将这8个整数分别放在一个立方体的八个 顶点上,要求每个面上的四个数之和相等。-given eight arbitrary integer, these eight were rounded on a cube of eight vertex, face requires each of the four hours, and the same.
超长正整数的加法
- 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一
FLOOR
- 本程序实现标准浮点数取整FLOOR(x) 入口参数:X在ARGBH1:ARGBL1:EXP1中。 出口参数:FLOOR(X)在ARGBH1:ARGBL1:EXP1中-the program standards float rounded FLOOR (x) entrance parameters : X in ARGBH1 : ARGBL1 : EXP1 China. Exports parameters : FLOOR (X)
LngNum
- 可以对无限长度的整数进行加、减,乘的Basic类-of unlimited length can be rounded up for, plus or minus, by the Basic Class
flashedBeta002
- FlashEd 0.2 是个游戏引擎包,不过和Gamepackage不同的是: FlashEd is a 3d engine 只要功能如下: • Multiple Cameras • Collision Control • Rendering Effects • Gravity • Polygon Animation • Rounded Obj
hm4
- 数字翻译问题 设有输入3个数组: String x[]={ \"one\",“two\", \"three\",four\", \"five\",\"six\",seven\",\"eight\",\"nine\"} String y[]={ten\",\"eleven\",\"twelve\",\"thirteen\",\"fourteen\",\"fifteen\", \"sixteen\",\"seventeen\
shengxupailie
- 按升序排序 从键盘上输入若干个整数,按升序排序后输出-by ascending order from the keyboard input of a number rounded up by ascending order of the output
ELGamaltool
- 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需
jinzita
- 用数字(整数)在命令行界面显示金字塔形状(华为技术面试题)。-figures (rounded) on the command line interface shows pyramid shape (Huawei Technologies face questions).
caonima
- 使用库函数将字符转化为整数浮点数,很简单-use of library functions will be rounded characters into the float, a very simple
ColorRect
- 向容器中设置背景色为桌面颜色;设置颜色,并绘制矩形、圆角矩形、椭圆,并且将其显示出来;,并填充矩形、圆角矩形、椭圆(设置颜色);设置字体,并显示文本信息。-containers to set the background color of the desktop color; Set the color, and drawing rectangle, rounded corner rectangles, ovals, and to de
rounded-corners
- (圆角网页)挺不错的!!!界面设计也相当不错.-(Rounded corners page) very good!!! Interface design is also quite good.
CSS-rounded-corners
- 一款很不错的,用CSS实现网页的圆角边框设计-A very good, with rounded corners CSS web design to achieve
draw-rounded-rectangles
- 编写C#代码,绘制倒圆角的矩形,可以自己设置倒角半径的大小-Write C# code to draw rounded rectangles, you can set up their own size fillet radius
jQueryPcss3-Graphics-rounded-sliding
- jQuery+CSS3实现个性的图片圆形滑动效果-jQuery+css3 Graphics rounded sliding
rounded-rect-algorithm-
- 画圆和圆角矩形的算法 用d3d9来绘制圆及简单的圆角矩形-a circle and rectangle algorithm Draw circle and simple rounded rectangle by D3D9