-
heapmgrbase
heapmgrbase program for dynamic memory
- 2013-12-06 17:59:26下载
- 积分:1
-
程序代码
NSGA-Ⅱ是目前最流行的多目标进化算法之一,它降低了非劣排序遗传算法的复杂性,具有运行速度快,解集的收敛性好的优点,成为其他多目标优化算法性能的基准。NSG..
- 2022-01-23 10:57:57下载
- 积分:1
-
PowerfulMailSystem
强大的C++邮件服务器系统...不可多得.(Strong C++ mail server system ... rare.)
- 2010-05-12 15:19:48下载
- 积分:1
-
fft_scope
此程序用于430单片机,通过单片机采样波形,再对此波形进行快速傅里叶变换,并将变换的结果用12864显示出来(This program is used 430 microcontroller, through the microcontroller sampled waveform, then this waveform fast Fourier transform, and the result of the transformation is displayed with 12864)
- 2013-08-24 20:23:12下载
- 积分:1
-
板球系统单点定位代码
说明: 板球控制系统单点定位代码,2017电子设计大赛国赛(Single Point Positioning Code for Cricket Control System)
- 2020-06-21 19:20:01下载
- 积分:1
-
BeagleBoardBlack_RevA5_Altium
说明: beagle black bone AD版本的原理图,PCB源文件(beagle black bone SCH,PCB BY AD)
- 2020-06-18 07:20:01下载
- 积分:1
-
双线性插值求亚像素
对像素之间的颜色或灰度进行插值
- 2019-04-09下载
- 积分:1
-
xml读写_opencv2
实现opencv2,xml读写文件。可以作为opencv2读写xml的初学者学习xml文件生成的简单入门demo。
xml文件存储数据,在opencv2图像处理和识别中应用很广泛。
- 2022-03-25 17:47:38下载
- 积分:1
-
C# 设置DataGridView控件中的指定(第二)列只读
C# 设置DataGridView控件中的指定(第二)列只读,核心代码如下:
private void Form1_Load(object sender, EventArgs e)
{
this.customersTableAdapter.Fill(this.northwindDataSet.Customers);
//设置DataGridView控件中的指定(第二)列只读
this.customersDataGridView.Columns[1].ReadOnly = true;
}
- 2022-02-12 23:56:36下载
- 积分:1
-
C-language
【功能与要求】(1)角色和权限管理。设有系统管理员、图书管理员和普通用户,他们设有不同的权限,各类用户进入系统时需先登录。(2)系统管理员角色,系统管理员管理各类用户的增加、删除、修改和查询。(3)图书管理员角色,图书管理员可对图书信息的录入、删除及修改、统计; (4)普通用户角色,普通用户可借阅图书、归还图书。(Functions and Requirements】 (1) the role and rights management. Offers system administrators, librarians and ordinary users, they have different permissions, all kinds of users need to be logged into the system. (2) System Administrator role, the system administrator to manage all types of users to add, delete, modify, and query. (3) the role librarian, librarians can book information entry, delete, and modify, statistics (4) the role of ordinary users, ordinary users can borrow books, return books.)
- 2013-06-20 18:16:52下载
- 积分:1