-
FPGA
FPGA-Lattice ISP 下载线,官方说明,英文。-FPGA-Lattice ISP download cable, the official description, English.
- 2022-11-26 05:30:03下载
- 积分:1
-
高斯迭代和雅克比迭代算法实现
此程序实现采用了两个算法;雅克比迭代算法和高斯塞得迭代算法,通过这两个算法可以计算任何其次线性方程组。在应用者两个算法之前,还进行判断所代的其次线性方程组是否能用该方法求解
- 2022-02-05 05:38:34下载
- 积分:1
-
使用VBA在Excel、Word、Access中进行数据交换。从Access中取出数据,使用Excel中的参数在Word中建立需要的文件。...
使用VBA在Excel、Word、Access中进行数据交换。从Access中取出数据,使用Excel中的参数在Word中建立需要的文件。-The use of VBA in Excel, Word, Access in the data exchange. Remove the data from Access using Excel in the parameters in Word to create documents required.
- 2022-07-02 01:07:58下载
- 积分:1
-
贝叶斯实现方法 很简单使用 希望大家继续完善
贝叶斯实现方法 很简单使用 希望大家继续完善-bayes
- 2022-08-02 22:43:00下载
- 积分:1
-
Fetch Image from website url in C#.NET
Fetch Image from website url in C#.NET
- 2022-02-01 16:01:44下载
- 积分:1
-
・AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。.. 开发工具:C, 提供者:dsf ・ x25045_c.rar, 2005...
・AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。.. 开发工具:C, 提供者:dsf ・ x25045_c.rar, 2005-6-13, 2KB, 0 ... ・GBK拼音码表,包含全部的GBK-18030 汉字,用于需要输入冷僻汉字的场合... -AT80C2051 used for internal comparisons for the AD converter, c source provided here, for reference. .. Development tools : C, providers : DSF x25045_c.rar, 2005-6-13, 2KB, 0 ... GBK phonetic code table contains all the GBK- 18030 Chinese characters, the need for the importation of Chinese characters rarely occasions .. .
- 2023-05-06 11:30:02下载
- 积分:1
-
数据结构(中文版),清华大学出版社,第三章,第三章。
数据结构(C语言版)清华大学出版社 第三章课件-Data structure (C language version), Tsinghua University Press, Chapter III of the courseware
- 2022-07-24 02:43:07下载
- 积分:1
-
powerbuilder开发的一个仓库程序
powerbuilder开发的一个仓库程序-PowerBuilder development of a warehouse procedures
- 2022-03-22 14:05:48下载
- 积分:1
-
这是和BCH码有关的源程序,前面提交过turbo码了,所以很有必要再加些BCH码的了,呵呵...
这是和BCH码有关的源程序,前面提交过turbo码了,所以很有必要再加些BCH码的了,呵呵 -This is a BCH code and related source code, submitted in front of turbo code, so it is necessary together with some of the BCH code, huh, huh
- 2023-04-17 08:25:04下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1