-
literacy DAO
DAO读写-literacy DAO
- 2023-01-15 21:15:03下载
- 积分:1
-
这些都是金典的c语言的例子,是语言学习者的必备
这些都是金典的c语言的例子,是语言学习者的必备-These are the c language examples of the sort of language learners
- 2022-01-25 17:53:34下载
- 积分:1
-
Prims算法的程序
Prims算法的程序-Prims algorithm procedures
- 2022-02-27 02:57:23下载
- 积分:1
-
数据结构霍夫曼编码译码程序
数据结构霍夫曼编码译码程序-data structure Hoffman codecs procedures
- 2022-03-26 13:44:00下载
- 积分:1
-
Database to monitor the backup software client software radio communication para...
数据库监视备份软件客户端通信软件广播状态参数
当前的主库(DWORD)+当前的状态(DWORD) -Database to monitor the backup software client software radio communication parameters the current state of the main library (DWORD)+ Current status (DWORD)
- 2022-04-18 18:43:25下载
- 积分:1
-
maxheap像插入和删除操作
MaxHeap operation like insert and delete
- 2022-01-22 16:19:44下载
- 积分:1
-
用二分法解高阶方程的近似解。区间范围合计算精度可调,每一步的计算结果一列表的形式显示出来,一目了然...
用二分法解高阶方程的近似解。区间范围合计算精度可调,每一步的计算结果一列表的形式显示出来,一目了然-dichotomy solution with the higher-order equation approximate solution. The scope of a range accuracy adjustable every step of the calculation results in the form of a list show up clearly
- 2022-03-30 23:11:23下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1
-
世上最全C源码,从基础语法到图书管理系统,应有尽有,你值得拥有
第一部分 基础篇
001 第一个C程序
002 运行多个源文件
003 求整数之积
004 比较实数大小
005 字符的输出
006 显示变量所占字节数
007 自增/自减运算
008 数列求和
009 乘法口诀表
010 猜数字游戏
011 模拟ATM(自动柜员机)界面
012 用一维数组统计学生成绩
013 用二维数组实现矩阵转置
014 求解二维数组的最大/最小元素
015 利用数组求前n个质数
016 编制万年历
017 对数组元素排序
018 任意进制数的转换
019 判断回文数
020 求数组前n元素之和
021 求解钢材切割的最佳订单
022 通过指针比较整数大小
023 指向数组的指针
024 寻找指定元素的指针
025 寻找相同元素的指针
026 阿拉伯数字转换为罗马数字
027 字符替换
028 从键盘读入实数
029 字符行排版
030 字符排列
031 判断字符串是否回文
032 通讯录的输入输出
033 扑克牌的结构表示
034 用“结构”统计学生成绩
035 报数游戏
036 模拟社会关系
037
- 2022-04-27 18:03:30下载
- 积分:1
-
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!...
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!-Solve the N Queens problem can be the source and run the program, analyze, and output, intuitive, and effective!
- 2022-03-24 16:51:03下载
- 积分:1