CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 3.4.6

搜索资源列表

  1. nurbs++-3.0.11

    0下载:
  2. nurbs++-3.0.11, 经过修改继承关系定义,在MinGW, gcc version 4.6.2下编译通过。
  3. 所属分类:3D图形编程

    • 发布日期:2013-04-13
    • 文件大小:382652
    • 提供者:affe@sina.com
  1. 4

    0下载:
  2. Android平板电脑开发实战详解和典型案例——光盘源码 此书出版时间:2013-02-01 从Android 2.0趣味特性、Android 4.0新特性的基础知识到完整综合案例,由浅入深,循序渐进地进行了详解,既适合Android 4.0初学者学习,也适合有一定基础的读者进一步提升之用。 第4章 酷炫UI之选项选择界面 4.1 复选框选项设置——CheckBoxPreference 4.1.1 复选框选项设置基本知识 4.1.2 复选框选项设置使用案例 4.
  3. 所属分类:android

    • 发布日期:2017-11-17
    • 文件大小:329140
    • 提供者:Wendy
  1. ReportMachine2.6

    0下载:
  2. 这是一个报表控件包,For Borland Delphi Versions 3,4,5,6,7.100 源码.-Report Machine is reporting tool component. It consists of report engine,designer and preview. Its capabilities comparable with in QuickReport,ReportBuilder. It written on 100 Object
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-31
    • 文件大小:13709104
    • 提供者:sdfsdf
  1. Sudoku-Answers

    0下载:
  2. 数独解答 优化1:当试值的时候,参考同行、同列和同方阵的其他格子的值。比如其他格子已经填过1、3、4、6、8,那么当前格子只能从2、5、7、8、9中取值。 优化2(已加上):将0到80转换成对应的横纵坐标是很费时的操作(除法和整除),可以采用表驱动方法,预先存好它们的映射关系,以空间换时间(空间消耗不大,就一个81元素的HashMap)。-Optimization of a Sudoku Answer: When the test value, the reference-friendl
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:3195
    • 提供者:贾宝奇
  1. vmlinux_9196m

    0下载:
  2. vmlinux 2.6.12-4.2-brcmstb gcc-3.4.6
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-09
    • 文件大小:1636573
    • 提供者:YUJU
  1. dot_product

    0下载:
  2. 利用C++进行MPI并行程序的编程,实现点积计算 例如: 输入; X = 1 2 3 输入: Y = 3 4 6 输出: The dot product is 29.-Use MPI to have a dotproduct
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:253102
    • 提供者:laihaitao
  1. gnuplot-4.6.3.tar

    0下载:
  2. this spin document for your simulation codes in ubuntu 10.4 stay in your life and make your simulation-this is spin document for your simulation codes in ubuntu 10.4 stay in your life and make your simulation
  3. 所属分类:Linux Network

    • 发布日期:2017-05-18
    • 文件大小:4973116
    • 提供者:vicario rogo
  1. Calculating-arithmetic-expressions

    1下载:
  2. 顺序栈实现算术表达式的计算 输入格式:一行一个算术表达式,可以输入若干行 输出格式:一行一个输出结果 样例: 输入样例: 2*(3 + 4) 6+ 2 * 8 /4 输出样例 14 10 【基本要求】运算对象均为整数-Stack order to achieve the calculation of the arithmetic expression input formats: line an arithmetic expression, you can
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:444209
    • 提供者:邵阳
  1. Project

    0下载:
  2. 一个java跳棋程序,并没有采用gui编程,而是采用了较为直观的对话框控制棋子的移动,支持2,3,4,6人对战-A java checkers program, and did not use gui programming, instead of using a more intuitive mobile Dialog Control pawn who support the war 2,3,4,6
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:14355
    • 提供者:许哲纶
  1. sqr

    0下载:
  2. Performance is 2x of gcc 3.4.6 on z10. Coding "secret" is to "cluster" Address Generation Interlocks, so that one pipeline stall resolves several dependencies.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1823
    • 提供者:ciepenjou
  1. 3.4.6

    0下载:
  2. 单链表中的数据元素含有三种字符(字母、数字、其他字符),算法实现构造三个循环链表,是每个循环链表中只含有同一类字符,且利用原表中的结点空间作为这三个表的结点空间。-Singly linked lists of data element contains three characters (letters, Numbers and other characters), the algorithm constructs three circular linked list, each cycle l
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:197911
    • 提供者:宿琳涵
  1. mcp3422

    0下载:
  2. mcp3422.c - driver for the Microchip mcp3422 3 4 6 7 8 chip family.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3078
    • 提供者:dfpnqd
  1. Counter

    0下载:
  2. 表达式计算器,包括集合操作。可通过的样例输入: 11.1 + 22.2 、 ln2 或 ln(2) 、 pow(2,4) 、 2*(1+31/3.1) 、 2 + sum([sin30,3+4,6,sum([sum([sum([1,2,3]),2,3]),2,3])]) +4*3-Expression calculator, includes a set of operations. Sample input can be adopted: 11.1+ 22.2 、 ln2 或 ln
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:108350
    • 提供者:
  1. mlQQ_v3.6

    0下载:
  2. 1.程序自带可以显示Iphone,安卓,网页等的标识,在SID=xxx,1中的数字中,其中1代表网页,2/3/4/5/6分别代表其它版本,懂UA的朋友可以自己添加自动识别。 2.程序自带Iphone说说发表神器,用户添加SID登录后即可快捷发布IPhone说说。(即利用普通手机、电脑、智能手机都可发布带来自Iphone的字样) 安装说明 把程序解压,上传到空间根目录即可。 账号:admin 密码:123456 高密:123456-1 program comes with
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-26
    • 文件大小:44953
    • 提供者:zpudn91
  1. 1~9组成三个3位的平方数

    0下载:
  2. 将1、2、3、4、5、6、7、8、9九个数字分成三组,每个数字只能用一次,即每组三个数不允许有重复数字,也不许同其它组的三个数字重复,要求每组中的三位数都组成一个平方数。-1,2,3,4,5,6,7,8,9 nine figures will be split into three groups, each number can only be used once, the number three in each group is allowed to repeat the figures a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:zhan30840
  1. QcNews1.4.3.10.6.0

    0下载:
  2. 1、修改了search.asp在查询时,没有附带条件的问题。 2、admin_editpass.asp 中的可以修改角色的问题以及返回页面。 3、common.asp中的符号bullet常量 4、sortmod.asp中的符号bullet常量 5、list.asp中的符号bullet常量 6、后台管理中标题前的图片或符号不管用的错误。-1, modify the search.asp At query time, no strings attached problem.
  3. 所属分类:Web Server

    • 发布日期:2017-05-03
    • 文件大小:572765
    • 提供者:dj130806743
  1. MyDown_v3.3.3_20100611

    0下载:
  2. . 软件内容介绍水印的支持;水印可以判断图片大小,预设值之外的不加水印. 9. tag的独立页面,分页阅读,热门tag等. 10.前台页面需要登录后操作的, 当未登录时提示友好的登录窗口(原为错误提示信息), 登录后返回原页面可继续操作. 11.增加全部下载首个字母检索页面列表. 12.增加对MYSQL5的完全支持. 13.增加用户对单个软件的 投一票(好评/差评) 功能. 14.增加 最终下载页 功能. 可设置是否开启 15.下载列表分页增加[1] [2] [3]
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2199829
    • 提供者:zhang
  1. sortnat

    0下载:
  2. 可以将字符串排序按照ascIIs排序,例如‘1’‘2’‘4’‘6’‘8’‘46’‘3’‘6’‘9’,使用该函数后可以使顺序变为:‘1’‘2’‘3‘4’6’6‘8’‘9’‘46’(sort strings by ASCIIS)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:3072
    • 提供者:wen517620201
  1. 1.3 图像的边缘检测

    0下载:
  2. 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:145408
    • 提供者:张继刚123
  1. gcc-g77-3.4.6-3.1.x86_64

    0下载:
  2. 这是一个有用的rpm语言包,希望大家可以喜欢。多谢下载(this is a great package, I would appreciate it if you like it.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:2527232
    • 提供者:httpsea
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com