-
GDI绘图
基于GDI的图形程序设计:画点,线,面和立体的茶壶在windows窗体。
- 2023-06-17 20:00:06下载
- 积分:1
-
根据ORACLE用户ID从数据库里提取已经已经执行过的语句,并导出到Access或者Excel中便于分析。也可用于跟踪所有连接数据的程序执行的。使用时需要先从数...
根据ORACLE用户ID从数据库里提取已经已经执行过的语句,并导出到Access或者Excel中便于分析。也可用于跟踪所有连接数据的程序执行的。使用时需要先从数据库查一下V$session中的用户ID,有兴趣的可以完善一下。-According to ORACLE user ID extracted from the database has already been implemented statement, and export to Access or Excel, to facilitate analysis. Can also be used to connect data to keep track of all the procedures implemented. Need to start with the database used to check V $ session user ID, are interested in what can be perfect.
- 2022-08-07 05:09:29下载
- 积分:1
-
simulation for chemo
simulation for chemo-taxi, the movement of bacteria towards higher
concentration of food based on biased random walk.
- 2022-05-22 06:19:30下载
- 积分:1
-
lsitcontrol演示
listcontrol的各类用法及例子,适合MFC小白,其中包括listcontrol的常用方法,一些常用的listcontrol重绘
- 2022-03-12 09:10:16下载
- 积分:1
-
MSK相干调制解调
首先实现了MSK信号的相干调制解调,再比较了在MSK系统中加入不同(慢扫和快扫)线性调频信号(LFM)作为干扰信号时系统的误比特性能,都有程序实现
- 2022-03-09 10:45:47下载
- 积分:1
-
今天恰好做一个东西需要一个C++读取CSV文件的函数。
没有找到现成的函数,所以就自己写了一个。...
今天恰好做一个东西需要一个C++读取CSV文件的函数。
没有找到现成的函数,所以就自己写了一个。
-today just do one thing one needs to read CSV files C functions. Not find ready-made functions, and so they wrote one.
- 2022-04-19 10:39:32下载
- 积分:1
-
很不错的一款C++开发的黑白棋游戏,对游戏编程的朋友比较有用,可以作参考。...
很不错的一款C++开发的黑白棋游戏,对游戏编程的朋友比较有用,可以作参考。
-A very good C++ Development Riversi games, game programming on friends more useful, can be used as references.
- 2023-05-02 00:30:03下载
- 积分:1
-
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。...
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be displayed.when using this method ,first of all you should sequence the series bigger and bigger.For this reason the program shoule have the founction of secquencing.
- 2023-06-28 05:30:04下载
- 积分:1
-
Wince.Net平台上使用标准API实现的控件界面,使用API实现了标准BUTTON、EDIT、RADIO控件的功能!...
Wince.Net平台上使用标准API实现的控件界面,使用API实现了标准BUTTON、EDIT、RADIO控件的功能!-Wince.Net platform using standard API interface, the controls, Use of the standard API BUTTON, EDIT, Radio Control Function!
- 2022-09-02 19:20:03下载
- 积分: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