-
websocket即时通讯
基于websocket即时通讯,jsp页面,js处理事件,servlet处理请求
- 2022-08-02 12:18:07下载
- 积分:1
-
可以实现屏幕保护功能.鼠标左键实现屏保.右键关闭屏保
可以实现屏幕保护功能.鼠标左键实现屏保.右键关闭屏保-Screen saver function can be achieved. Screensavers the left mouse button to achieve. Right Close screensavers
- 2022-06-02 00:41:59下载
- 积分:1
-
一个跨平台的C++ 获取可执行文件运行路径的代码。 GetMoudleFileName...
一个跨平台的C++ 获取可执行文件运行路径的代码。 GetMoudleFileName-A cross-platform exeuctable target full path. used GetMoudleFileName in win32 and readlink in linux
- 2022-02-05 00:42:28下载
- 积分:1
-
如何用c语言给一个文件加密???
应该可以做到吧?有人吗?
下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改...
如何用c语言给一个文件加密???
应该可以做到吧?有人吗?
下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user input limit within eight (of course you can change). :)
- 2022-03-25 06:01:48下载
- 积分:1
-
能控制其它窗口的透明度,强
能控制其它窗口的透明度,强-can control other window transparency, strong! !
- 2023-08-18 23:25: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
-
基于C++MFC的音乐播放器
基于C++MFC的音乐播放器新的AAC编码器,最高频宽达到20KHz,里面有与FAAC,neroAAC及经典的mp3编码,lame编码后的音频时频图的比较,从时频图和听觉上,falabaaac都要稍好一些 。支持windows与linux平台。 利用FFmpeg和SDL开发的媒体播放器,可实现264格式文件的解码播放。用mciSendString函数写的音乐播放器,能够实现mp3,wav等格式的音频播放。
- 2022-04-17 12:53:26下载
- 积分:1
-
A preview image with a selection box that can display real
一个带预览的图像选择框,能够即时显示选择的图片-A preview image with a selection box that can display real-time choice of picture
- 2022-05-13 00:17:51下载
- 积分:1
-
智能家居app控制界面设计
该app可用于智能家居控制的界面实现,里面包含多个界面,可用于wifi模块连接app,界面设计简便,代码有注释,可移植性好。
- 2022-02-04 16:55:01下载
- 积分:1
-
51单片机使用AD自动调光
应用背景使用4路AD中的1路检测外部模拟量输入,显示0-255数值 DA输出电压用LED显示,主要用于检测环境光线,光线强,则灯亮度小,以保证整体光强稳定在一个范围这种思路和用法主要用于自动调光,可以根据环境亮度自动调节,从而达到节能最大化,关键技术该代码使用4路AD,采用I2C协议,用于调节光线,然后再用数码管显示光强,非常直观看出其变化。代码移植性强,直接调用库函数,非常方便。
- 2022-04-22 23:32:37下载
- 积分:1