搜索结果

找到约 730 项符合 CSIX-L 的查询结果

SQL Server 本程序是在vagrant的升级程序上增加了SQL数据库的更新升级功能系统中采用了ACCES来存储数据更新的指令 从而达到逐步执行SQL代码的功能

本程序是在vagrant的升级程序上增加了SQL数据库的更新升级功能系统中采用了ACCES来存储数据更新的指令 从而达到逐步执行SQL代码的功能,因为在SQL中要创建表、存储过程、视图等对象时,需要删除原有老的对象,但是SQ L不支持将这些指令存放在一起从而导致出错所以用ACCES来存储数据了 ...
https://www.eeworm.com/dl/689/360630.html
下载: 75
查看: 1028

单片机开发 使用国产CH341A芯片实现USB转串口

使用国产CH341A芯片实现USB转串口,完全兼容AVR JTAGICE,可以自动升级。 支持芯片: ATmega16(L), ATmega162(L), ATmega169(L or V), ATmega32(L), ATmega323(L), ATmega64(L), ATmega128(L). 原理图还附加了RS232接口,可以方便用户自主选择串口或USB下载程序。 还附加有可自动升级的HEX文件 ...
https://www.eeworm.com/dl/648/363936.html
下载: 44
查看: 1152

数值算法/人工智能 The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far s ...
https://www.eeworm.com/dl/518/364508.html
下载: 183
查看: 1052

数学计算 The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far s ...
https://www.eeworm.com/dl/641/364510.html
下载: 52
查看: 1064

Linux/Unix编程 一个小的telnet程序与大家共享

一个小的telnet程序与大家共享,/* 本程序支持如一些参数: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 监听数量 或者 -B 监听数量 * --dir 服务默认目录 或者 -D 服务默认目录 * --log 日志存放路径 或者 -L 日志存放路径 * --daemon 使程序进入后台运行模式 */ ...
https://www.eeworm.com/dl/619/368831.html
下载: 94
查看: 1046

Java书籍 pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernu

pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") ...
https://www.eeworm.com/dl/656/370555.html
下载: 31
查看: 1130

压缩解压 算术编码是把一个信源表示为实轴上0和1之间的一个区间

算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的 ...
https://www.eeworm.com/dl/617/374560.html
下载: 46
查看: 1057

其他 linux下led数字显示驱动程序

linux下led数字显示驱动程序,l inux下led数字显示驱动程序
https://www.eeworm.com/dl/534/375168.html
下载: 68
查看: 1019

数值算法/人工智能 盘覆盖问题:在一个2k×2k 个方格组成的棋盘中

盘覆盖问题:在一个2k×2k 个方格组成的棋盘中,恰有一个方格与其它方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,要用图示的4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。 ...
https://www.eeworm.com/dl/518/376284.html
下载: 81
查看: 1314

数学计算 Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l

Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subse ...
https://www.eeworm.com/dl/641/376407.html
下载: 20
查看: 1592