登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:文件格式
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 基于MSP430的DS18B20温度采集程序

基于MSP430的DS18B20温度采集程序-MSP430-based temperature acquisition program DS18B20

1
下载
85
浏览
2022-04-09发布

2. Self

无线传感器网络自组织成簇问题优化模型 为了有效延长网络的运行时间,需要设计能量最优的自组织成簇机制,以适应传感器网络的特点。本文提出了一种适合无线传感器网络的能量有效的成簇优化模型。-Self-organizing wireless sensor network problems optimization model cluster in order to effectively extend the network run-time, the energy necessary to design the optimal mechanism for self-organizing clusters, in order to adapt to the characteristics of sensor networks. This paper presents a wireless sensor networks for energy efficient cluster optimization model.

1
下载
87
浏览
2022-04-08发布

3. gifencoder

GifEncoder gif格式图片的java转换 jar文件-GifEncoder

1
下载
69
浏览
2022-04-08发布

4. Inet控与WebBrowser控配合使用自动登陆网络站点详解

Inet控件与WebBrowser控件配合使用自动登陆网络站点详解-Inet and WebBrowser controls with the use of automatic landing control Web site explain

1
下载
79
浏览
2022-04-08发布

5. S

;;;;;;;;;;;;;;;;;

1
下载
93
浏览
2022-04-07发布

6. 这是一个从维基百科屏幕上的实际操作程序,大家可以看看,哈

这是一款实用的屏幕抓图程序,大家可以下来看看,-This is one practical procedures From Wikipedia screen, we can see down, Ha-ha

1
下载
112
浏览
2022-04-07发布

7. 读取内容并以二进制显示

读取文件内容并以二进制显示-read the contents of the documents and binary show

1
下载
104
浏览
2022-04-07发布

8. 创建由 ANSYS 正交各向异性材料

FINISH /CLEAR,NOSTART /TITLE,Modified timberlog coordinates /CONFIG, NRES, 1000000 /PREP7   ! Units used ! m, N, s, kg, Pa, m/s, m/(s^2), kg/(m^3), W  /UNITS,SI !! Define local element type !  ET, ITYPE, Ename, KOP1, KOP2, KOP3, KOP4, KOP5, KOP6, INOPR ET,1,SOLID45 ET,2,LINK8   !! Define material properties for Timber Log (Kapur-SD4)(isotropic) MP,DENS,1,750      ! Density = 750 kg/m3

1
下载
108
浏览
2022-04-06发布

9. < 电子工艺学>>PPT ,是北大出版社出版的,电子工艺的知识比较全面....

< 电子工艺学>>PPT 文件,是北大出版社出版的,电子工艺的知识比较全面.

1
下载
98
浏览
2022-04-06发布

10. 我写的一个大字体字库访问程序,类似于shxvier,显示方面简单一些主要面向字库的应用,字库索引按照区位码顺序做了调整,有兴趣的看看吧.^_^...

我写的一个大字体字库访问程序,类似于shxvier,显示方面简单一些主要面向字库的应用,字库索引按照区位码顺序做了调整,有兴趣的看看吧.^_^-I wrote a large font library visit procedures, similar to shxvier. a simple display of some of the major application-oriented font, font Index location code with the order made adjustments interested let"s see it. ^ _ ^

1
下载
97
浏览
2022-04-06发布

11. 锐捷网络最新笔试题目(2010年的)在福州大学

锐捷网络最新笔试题目(2010年的)在福州大学-Ruijie latest topics written (in 2010) at Fuzhou University

1
下载
91
浏览
2022-04-02发布

13. 介绍通过API函数读写INI,还介绍了其使用方法

介绍通过API函数读写INI文件,还介绍了其使用方法-introduced through the API reading and writing INI file, but also on its use

1
下载
90
浏览
2022-04-01发布

14. * 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n

* 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -Newton interpolation method based on N-known data points even function* Input : n-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- Known number stronghold of the second N-dimensional coordinates listed Vector* xx-point first interpolation* Coordinate output : function return values for the second interpolation point coordinates

1
下载
89
浏览
2022-04-01发布

15. literacy ini format configuration file

读写ini格式的配置文件-literacy ini format configuration file

1
下载
116
浏览
2022-04-01发布

16. * 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m...

* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * a--无用 * 输出: 函数返回值为曲线拟和的均方误差 * a为用基函数进行曲线拟和的系数, * 即a[0]f[0]+a[1]f[1]+...+a[M]f[M]. -* The algorithm using the least-squares method based on the designated function of M and N-known curve data to be imported and* : m-- the known number of data points M* f-- From M* n vector function-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- known data points of the second N-dimensional coordinates shown in a vector*-- useless* Output : function return value to the curve-fitting and the mean square error* for the use of a base function and the curve fitting coefficients,* is a f [0] [0] a [1] f [a] ... a [M] f [M].

1
下载
78
浏览
2022-03-31发布

18. 单片机的模块化思想,这也是在网上下载的。。希望大家也能够有所帮组...

单片机的模块化思想,这也是在网上下载的。。希望大家也能够有所帮组 -you will very happy

1
下载
98
浏览
2022-03-30发布

19. VC中基于 Windows 的精确定时,介绍了几种方法,对定时方法的编程很有帮助...

VC中基于 Windows 的精确定时,介绍了几种方法,对定时方法的编程很有帮助-VC-based Windows precise timing, introduction of several methods, methods of regular programming helpful

1
下载
93
浏览
2022-03-30发布