-
在设计会计软件时,常常要把小写金额转换为大写金额,通过本例,你只要输入小写数字,即可转为大写金额....
在设计会计软件时,常常要把小写金额转换为大写金额,通过本例,你只要输入小写数字,即可转为大写金额.-accounting software in the design, it is often the amount should lowercase to uppercase conversion rates, through the cases, as long as you input lowercase figures, the amount can be converted to uppercase.
- 2023-03-05 14:50:03下载
- 积分:1
-
Arithmetic Coding
算术编码熵编码Arithmetic Coding-Arithmetic Coding
- 2022-03-12 09:12:53下载
- 积分:1
-
运用apache的poi读取excel表格内容,将读取出来的数据插入db2数据库。...
运用apache的poi读取excel表格内容,将读取出来的数据插入db2数据库。-The poi using apache to read the contents of excel table, will read out the data into db2 database.
- 2022-02-27 05:09:11下载
- 积分:1
-
用数据库的资源管理系统
用数据库的资源管理系统-use database resource management system
- 2022-02-21 08:14:19下载
- 积分:1
-
按层遍历二叉树的算法设计探讨
按层遍历二叉树的算法设计探讨-layer by the binary tree traversal algorithm design
- 2022-03-22 03:25:53下载
- 积分:1
-
Bplustree (实现的功能)
每个关键字的指针指向的内容,稍后我会搜索特定的内容,直接在二叉树搜索关键字,找到一个匹配
- 2022-05-04 21:58:08下载
- 积分:1
-
二叉树的动态链表存储结构及表示,二叉树的三种遍历算法(递归和非递归两类)运用二叉树三种遍历的方法求解有关问题...
二叉树的动态链表存储结构及表示,二叉树的三种遍历算法(递归和非递归两类)运用二叉树三种遍历的方法求解有关问题-Binary tree structure and the dynamics of linked list is stored, said three kinds of binary tree traversal algorithms (recursive and non-recursive types) the use of three kinds of binary tree traversal of the method for solving the problem
- 2022-04-11 18:58:18下载
- 积分:1
-
sqlite轻量级数据库,适用于嵌入式系统的开发
sqlite轻量级数据库,适用于嵌入式系统的开发-sqlite database, applicable to embedded system development
- 2023-09-01 17:35:03下载
- 积分:1
-
一个小的闹钟程序
一个小的闹钟程序-a small alarm clock procedures
- 2022-07-15 20:15:28下载
- 积分:1
-
实现堆栈先入后出的功能
堆栈是一种执行“先入后出”算法的存储器。数据一个一个顺序的存入(也就是压入——push)存储区中。有一个地址指针总是指向最后一个压入堆栈的数据所在的数据单元,存放这个地址的指针的寄存器叫做堆栈指示器。开始放入数据的单元叫做“栈底”,最后放入的数据的单元叫做“栈顶”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面的一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器的地址数自动减1,这个过程叫做“弹出——pop”。如此,就可以实现了“先入后出”的原则。
- 2022-02-14 16:34:28下载
- 积分:1