-
Fractal
这个分形图像压缩还没有完成。但你还是可以看看
- 2022-03-02 12:07:55下载
- 积分:1
-
winform利用WaveOut播放音频流(UDP接收)
winform利用WaveOut播放音频流(UDP接收)
本案例为 从UDP接收音频数据进行使用WaveOut解析及播放音频流
- 2022-04-12 03:23:22下载
- 积分:1
-
zstack
关于使用CC2530开发ZIGBEE无线通信的源码,我修改后的DS18B20温度采集代码
- 2022-08-26 09:02:53下载
- 积分:1
-
chaoliujisuan
电力系统潮流计算程序,C++程序,电力系统稳态时的小作业(Power flow calculation program, small operations C++ procedures, steady state power system)
- 2014-01-16 16:03:01下载
- 积分:1
-
OpenCV计算机视觉编程攻略第3版高清中文版PDF
说明: 本书第 3 版针对 OpenCV 最新版本进行了修改,调整了很多函数和算法说明,还增加立体图像深度检测、运动目标跟踪、人脸识别、人脸定位、行人检测等内容(In the third edition of this book, the latest version of OpenCV has been modified, many functions and algorithm descriptions have been adjusted, and stereo image depth detection, moving target tracking, face recognition, face location, pedestrian detection and other contents have also been added)
- 2020-04-10 14:45:36下载
- 积分:1
-
C# GroupBy将字符串数组按元素长度分组
C#演示 GroupBy字符串操作范例,C# GroupBy将字符串数组按元素长度分组:
string[] Words = new string[] { "what", "is", "your", "name", "?", "my", "name", "is", "lyf", "." };
var Groups = from word in Words
group word by word.Length into lengthGroups//按单词长度将单词分组
orderby lengthGroups.Key descending//按单词长度降序排列
select new
{
Length = lengthGroups.Key,//取单词长度
WordCollect = lengthGroups//取该长度的单词分组集合
};最后使用foreach循环遍历每组单词,将罗列出包括指定字符的单词是哪几个。
- 2023-08-16 01:45:03下载
- 积分:1
-
结合了打印操作的控件,可以动态修改打印的格式
结合了打印操作的控件,可以动态修改打印的格式-combination of the printing controls can dynamically change the format Print
- 2022-06-18 22:02:49下载
- 积分:1
-
SPGame
SP短消息平台,非常GOOD的(SP short messaging platform, the very GOOD)
- 2005-03-01 11:46:22下载
- 积分:1
-
console
说明: 象棋马的哈密顿回路算法代码,分治递归的方法。当m n<24时结果正确。这是重新上传,上一次工程中疏漏没有包含源码。(Hamilton horse chess circuit algorithm code, recursive partition method. When mn < 24 hours was correct. This is a re-upload, the last project oversight does not include source code.)
- 2010-04-14 10:50:12下载
- 积分:1
-
Kalman-filter_GUI
卡尔曼滤波Kalman filter matlab GUI method M program
的matlab GUI实现方法 M程序 (Kalman filter matlab GUI method M program
)
- 2012-03-30 11:08:51下载
- 积分:1