搜索资源列表

  1. linuxmtd

    0下载:
  2. Linux MTD介绍: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系 统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个 抽象的接口。MTD的所有源代码在/drivers/mtd子目录下。我将CFI接口的MTD设备分为四层(从设备节 点直到底层硬件驱动),这四层从上到下依次是:设备节
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:79872
    • 提供者:hegaofen
  1. customcontrol

    0下载:
  2. 找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:\\*****再启动cmd.exe 如在C:\WINDOWS\Microsoft.NET\fr a mework\v2.0.50727\ /t:library /out:mycontrol.dll /r:system.dll,system.web.dll mycontrol.cls 然后
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:贾月昊
  1. ExcelTest

    0下载:
  2. 实现对c盘根目录下Test.xls的文件中指定行数据的导出。做这个程序的目的是因为有一张excel表,有好几千行的数据,每一行都是以时间开头,每隔2秒钟一行数据,现在需要将其每隔15分钟取一个数据,由于源数据中有缺失的,就不能按没450行取一行,只能先将时间导成字符串型,进行判断,再输出-C realize the root directory of the file under the specified Test.xls line
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:3480576
    • 提供者:李炎
  1. rsgeng

    0下载:
  2. matlab 产生高斯随机粗糙面的函数 输入变量为点数 长度 相关长度 均方根高度-matlab generate Gaussian random rough surface function of input variables for the points the length of root mean square height correlation length
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:浙江大学
  1. ZNTW

    0下载:
  2. MCS51汇编语言,加、减、乘、开平方子程序,经实际应用检验,绝无问题-MCS51 assembly language, add, subtract, multiply, square root subroutine, by the practical application of testing, no problem
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘欣
  1. math

    0下载:
  2. 用户输入十个数据,能够计算他们的平均值,方差,均方根-10 user input data, to calculate their average, variance, root-mean-square
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:zdm
  1. fyjxc_free

    0下载:
  2. 风云进销存web版,只要将源文件放置到网站根目录下即可使用-Fengyun ADOMS web version, as long as the source file to the Web root directory to use
  3. 所属分类:浏览器

    • 发布日期:2024-05-19
    • 文件大小:1858560
    • 提供者:欧阳锋网
  1. Bode-Niquist-locus-graph

    0下载:
  2. 自己编写的伯德图、尼奎斯特图、根轨迹图的Matlab绘图程序,虽然小、简单,却很实用。便于大家教学中分析习题。-I have written Byrd map, Nyquist diagram, root locus diagram of the Matlab graphics program, although small, simple, very practical. Facilitate the analysis of U.S.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:laiweidong
  1. shangji_1

    0下载:
  2. 输入一元二次方程 ,改变系数求得相应的 方程根-Enter a dollar quadratic equation, changing corresponding equation coefficients obtained root
  3. 所属分类:编辑框

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:袁娟
  1. MatchNum_check

    0下载:
  2. 基于Hough变换的火柴根数检测--Matlab7.0.4上开发-Based on the Hough Transform Detect root number of matches- Matlab7 .0.4 developed
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王宇
  1. ANIMATION

    0下载:
  2. 上次版本中没有包含ROOT与动画管理器的分离,我这里提供的版本是最小的,可供使用的分离版本-The last version does not contain ROOT
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:郭龙
  1. l-embedded-distro-pdf

    0下载:
  2. Learn how to build a custom Linux® distribution to use in an embedded environment, in this case to drive a Technologic Systems TS-7800 single-board computer. In this tutorial, you learn about cross-compiling, the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:38912
    • 提供者:黄鹏曾
  1. Huffman

    0下载:
  2. 哈夫曼树算法 根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj 在森林中选取两棵根结点权值最小的树作左右子树,构造一棵新的二叉树,置新二叉树根结点权值为其左右子树根结点权值之和 在森林中删除这两棵树,同时将新得到的二叉树加入森林中 重复上述两步,直到只含一棵树为止,这棵树即哈夫曼树 -Huffman tree algorithm based on a given n-weight
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:94208
    • 提供者:文静
  1. exer_8-15.tar

    0下载:
  2. http协议的服务器例程,在Linux下编译后使用浏览器登陆127.0.0.1即可浏览网站,网站的默认根文件在/var/www/下,可以自己配置文件进行设置。具体方法参见源码。-http protocol server routines in the compiler under Linux to use the browser to browse 127.0.0.1 landing site, the default root fil
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:faefb3
  1. g

    0下载:
  2. 此系统必需放在ROOT根目录下,不然会提示出错,于是我修改了原有的文件路径及文件夹名称。还有一个问题就是只限显示少6张幻灯片,不过在default.asp里可以修改显示张数。个性后虽然能显示更多,但没有序号出现,就这个BUG。。。还有,没有密码修改的后台设置, 调用时只需直接调用FLASH.ASP就行了。。。。。。可以在里面修改显示的尺寸及标题的去留。-This system must be under the root di
  3. 所属分类:WEB源码

    • 发布日期:2024-05-19
    • 文件大小:263168
    • 提供者:1244234
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:3057664
    • 提供者:丁一
  1. simple_iterative_root_1

    0下载:
  2. 数值分析中的简单迭代法求方程根问题(迭代公式为[1+1;x]),程序中含方程输入和根显示界面。-Numerical analysis of a simple iterative method for equation of the root problems (iterative formula [1+ 1 x]), process input and root equation containing display.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:206848
    • 提供者:丁一
  1. simple_iterative_root_2

    0下载:
  2. 数值分析中的简单迭代法求方程根问题(迭代公式为[sqrt(x+1)]),程序中含方程输入和根显示界面。-Numerical analysis of a simple iterative method for equation of the root problems (iterative formula is [sqrt (x+ 1)]), process input and root equation containing displ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:214016
    • 提供者:丁一
  1. sqrt1

    0下载:
  2. 单片机的一个开平方算法,是个工程包,很实用.-Singlechip a square root algorithm, is a project package, it is practical.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:zhanglin
  1. sphider

    0下载:
  2. 1、修改admin/auth.php中的管理员和密码 $admin = "admin" 用户名 $admin_pw = "admin" 密码 2、修改include/connect.php中的数据库设置 $database="sphider" 数据库名称 $mysql_user = "root" 数据库用户 $mysql_password = "" 数据库密码 $mysql_host
  3. 所属分类:WEB源码

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org