-
ruby 示例
create.rb
在Oracle中建立一个叫test的表,并插入一条记录。
locreate.rb
在Oracle...
ruby 示例
create.rb
在Oracle中建立一个叫test的表,并插入一条记录。
locreate.rb
在Oracle中建立一个叫test的表(表中有一个大字段),并插入一条记录。
trans.rb
遍历目录(包括所有子目录)中的某种类型的文件,将符合条件的内容取
出放在一个新文件中,最后,用新文件替换旧文件。
mksql.rb
根据class.def文件的定义,生成各表的insert语句。
ie.rb
打开ie浏览器,进入新浪主页,关闭浏览器。
ienavi.rb
打开ie浏览器,并监控你所进入的URL。
每当进入一个新的URL,监控窗口会将URL立即打印出来。
当退出ie时,将所有进入过的URL一起打印出来。
oledirs.rb
分别打印出当前目录下的所有子目录及文件。
mkfile.rb
根据jxkh.def的定义,生成数据库表的查看、对照查看页面。-err
- 2023-07-08 06:30:03下载
- 积分:1
-
顺序表的基本运算
(1) 初始化顺序表L
(2) 依次采用尾插法插入a,b,c,d,e
(3) 输出顺序表L
(4) 输出顺序表L长度;...
顺序表的基本运算
(1) 初始化顺序表L
(2) 依次采用尾插法插入a,b,c,d,e
(3) 输出顺序表L
(4) 输出顺序表L长度;
(5) 判断顺序表L是否为空;
(6) 判断顺序表L 的第3个元素;
(7) 输出元素‘a’的位置;
(8) 在第4个元素位置上插入‘f’元素;
(9) 输出顺序表L
(10) 删除L的第3个元素;
(11) 输出顺序表L
(12) 释放顺序表L
-The order of the table basic operations (1) The initialization sequence table L (2) followed by tail-interpolation method into a, b, c, d, e (3) the output sequence table L (4) the output sequence of Table L length (5) to determine the order of the table is empty L (6) to determine the order of the table L, the first three elements (7) output elements of " a" position (8) in the first four elements in place insert the " f" element (9) the output sequence of Table L (10) to delete the first three elements of L (11) the output sequence of Table L (12) the release of the order form L
- 2022-03-19 16:49:15下载
- 积分:1
-
最小二乘法C语言源码,便于移植在嵌入式系统
最小二乘法C语言源码,便于移植在嵌入式系统-source code using language c of least square method
- 2022-09-27 09:30:02下载
- 积分:1
-
avr_oscilloscopev101.zip液晶示波表v101
AVR_oscilloscopeV101.zip LCD Oscilloscpe V101
- 2023-05-05 23:00:02下载
- 积分:1
-
Snowflake OPen GL demo program source code in detail to demonstrate OPen GL proc...
OPen GL 雪花演示程序,该程序源码详细演示了OPen GL 程序的开发方法。运行该程序可以看到雪花从上而下飘落,点击鼠标,可切换画面!-Snowflake OPen GL demo program source code in detail to demonstrate OPen GL process development methodology. Run this program can see the snowflakes falling from the top down, the clicking of the mouse, can switch the screen!
- 2022-03-16 07:59:00下载
- 积分:1
-
Bezier曲线绘制,可以实现多种调解需求,交互能力很强。
Bezier曲线绘制,可以实现多种调解需求,交互能力很强。-Bezier curve drawing, you can realize a variety of mediation demand, the capacity of a strong interaction.
- 2022-03-11 20:51:54下载
- 积分:1
-
按键串口控制电机转速加测速STM32
通过按键控制直流电机的加减速同时通过串口显示当前速度,亦可用串口发送指令来控制电机转速,带有测速显示,使用STM32单片机控制。
- 2022-11-03 17:30:03下载
- 积分:1
-
Given a connected weighted undirected graph, find the minimum spanning tree grap...
给出一个连通带权的无向图,找出该图的最小生成树。并带有问题的详细描述及测试数据。-Given a connected weighted undirected graph, find the minimum spanning tree graph. With a detailed description of the problem and the test data.
- 2022-05-08 15:47:03下载
- 积分:1
-
转换文本日志文件为HTML格式
转换文本日志文件为HTML格式--Transform log files to HTML format
- 2022-05-21 16:19:19下载
- 积分:1
-
图的遍历包括深度优先搜索和广度优先搜索,大家可以看看。...
图的遍历包括深度优先搜索和广度优先搜索,大家可以看看。-Graph traversal, including depth-first search and breadth-first search, we can look at.
- 2022-06-01 17:16:41下载
- 积分:1