-
Debugging a compiler bug encountered in the monitoring of the source code.
一个编译调试中遇到的bug的监测的源代码。-Debugging a compiler bug encountered in the monitoring of the source code.
- 2022-04-16 19:48:39下载
- 积分:1
-
Using FPGA to design the signal generator dds all the content inside,
用FPGA 来设计的dds的信号发生器的全部内容都在里面,-Using FPGA to design the signal generator dds all the content inside,
- 2022-02-21 10:56:59下载
- 积分:1
-
动态聚类模式识别算法
模式识别的动态聚类算法iso-data算法的具体实现,应用于模式分类等-dynamic clustering pattern recognition algorithm iso-specific data algorithm to achieve, such as data classification
- 2022-09-26 09:20:03下载
- 积分:1
-
闪光灯猜数游戏
它是动作脚本3.0的源代码,实现猜测在闪速号码的功能。它产生在第一个1到100之间的一个随机数。
然后,它显示了玩家自己猜的号码是否他们每次输入一个number.It是非常有用的,对于初学者学习
动作脚本3.0比固定数量更大或更小。
- 2022-02-05 19:16:47下载
- 积分:1
-
对采集图像的处理有很好的帮助,能在一定程度上加深地VC++的学习....
对采集图像的处理有很好的帮助,能在一定程度上加深地VC++的学习.-Collected images have a good deal of help to a certain extent, to deepen VC++ Learning.
- 2022-04-18 00:13:18下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
C common template library, as detailed in the annex to the Smart.h, test.cpp see...
C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : automatic target CAutoPtr support multiple elements, will assign values to completely pass on the right values smartphone left CSmartBuf buffer for the definition of the stack buffer of unknown size, highly efficient and versatile Fast mapping CQuickMap] ring cohort CRingQ
- 2023-09-05 10:35:03下载
- 积分:1
-
实例09
实例09-多人聊天室-09-people chat room
- 2022-04-16 06:49:32下载
- 积分:1
-
本程序是在LabWindows环境下,建立起一个启动项目。在该例程中启动的是我们windows系统下常用的记事本。...
本程序是在LabWindows环境下,建立起一个启动项目。在该例程中启动的是我们windows系统下常用的记事本。-This program is the LabWindows environment, establish a start-up projects. In the routine to start is that we are under the windows system, commonly used in Notepad.
- 2022-05-14 22:33:30下载
- 积分:1
-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1