-
tuxingbianhuan
用c++编写的三维图像变换的源代码,也是计算机图像学中经常要学习的一种变换。(Transform the source code written in c++ three-dimensional images, but also often have to learn a transformation in the computer iconography.)
- 2012-05-24 16:00:54下载
- 积分:1
-
I2C-slave
模拟I2C主机的比较多,模拟I2C从机的资源不多,从机相对主机而言要难一些,这个供大家借鉴。
这个从机程序支持主机对它的随机写和随机读,连续读和连续写没做。(Simulation I2C host more, simulation I2C slave modest resources, from the host machine is relatively more difficult in terms of some of this for your reference. The host from the machine it supports random write and random read, sequential read and sequential write did not do.)
- 2011-11-11 14:19:52下载
- 积分:1
-
brick
这是一个俄罗斯方块的游戏,用VC++MFC编写的(This is a game)
- 2009-07-13 21:23:11下载
- 积分:1
-
飞控源码
说明: 以F407为主控核心实现的多旋翼飞行器飞控系统(Flight Control System of Multi-Rotor Aircraft Based on F407)
- 2019-03-23 19:08:13下载
- 积分:1
-
k_mean_uv
利用k—mean算法根据U、V进行聚类分块,最后完成图像分割,分割出得块用不同的灰度等级表示出来。(K-mean algorithm to cluster sub-blocks according to the U, V, to finalize the image segmentation, segmentation have blocks with different gray levels represented.)
- 2013-01-15 15:05:42下载
- 积分:1
-
suanfa
自己编写的floyd 最短距离求解程序。实用简单。gcc
(Floyd shortest distance to write your own solver. Practical and simple. gcc)
- 2012-09-02 14:59:02下载
- 积分:1
-
test-five
一个综合了AES,DES,Elgamal的综合性验证程序。(good luck.)
- 2020-11-26 16:39:30下载
- 积分:1
-
ucos_fs_gui
ucos系统+file文件系统+GUI显示器接口
系统源码(ucos system+ file file system+ GUI display interface system source code)
- 2009-11-10 10:37:43下载
- 积分:1
-
C# DataGridView初级操作范例
这是一个C# DataGridView初级操作范例,演示了连接数据库、读取数据库、移动数据库指针到下一条、上一条记录的操作,以及将数据绑定到DataGridView控件中显示的整个过程,比较基础级的C#源码,因此希望新手参考:
private void shippersDataGridView_DataError(object sender, DataGridViewDataErrorEventArgs e)
{//如果错误发生在提交操作过程中,则在 MessageBox 中显示该错误
if (e.Exception != null && e.Context == DataGridViewDataErrorContexts.Commit)
{//测试时在Phone列中输入一个超长的字符串
MessageBox.Show(e.Exception.Message, "信息提示", MessageBoxButtons.OK);
}
}
- 2022-01-22 02:28:43下载
- 积分:1
-
rain-flow-counting-method
随机载荷模拟及雨流计数方法在matlab中的实现(Random load simulation and rain flow counting method implemented in matlab)
- 2013-04-23 12:20:19下载
- 积分:1