-
Makefiles
介绍Linux内核结构的书籍。适合初学者使用。(Some introduction about linux and unix for beginners.)
- 2009-09-15 12:59:43下载
- 积分:1
-
12_LinearTransform
连接好电脑和DSP仿真器,给全部实验设备上电,打开CCS3.3并连接板卡。将视频线一头连接板卡的输入端,另一头连接显示器的输入,将显示器调到AV模式。打开工程LinearTransform.pjt,编译,下载,运行。此工程的功能是:把摄像头捕捉到的一幅图像进行线性变换处理,并将之输出到显示器。(Connect the computer and the DSP emulator to test equipment on all electric, open CCS3.3 and connect cards. One end of the video cable to connect the input of the board, the other end connected to the input of the display, the display transferred to AV mode. Open project LinearTransform.pjt, compile, download and run. This project features are: the camera to capture images of a linear transformation processing, and outputs it to the display.)
- 2014-06-16 10:13:46下载
- 积分:1
-
带CheckBox列头的DataGridView 支持全选 反选功能 例子完整源码下载
使用方法: 初始化这个列表头 DatagridViewCheckBoxHeaderCell cbHeader = new DatagridViewCheckBoxHeaderCell(); cbHeader.Value = ""; SelectUin.HeaderCell = cbHeader; cbHeader.OnCheckBoxClicked = new CheckBoxClickedHandler(cbHeader_OnCheckBoxClicked); 填写你的全选的业务逻辑 void cbHeader_OnCheckBoxClicked(bool Status) { for (int i = 0; i < this.dataGridView1.Rows.Count; i ) { dataGridView1.Rows[i].Cells["SelectUin"].Value = Status; } }
- 2013-09-19下载
- 积分:1
-
bootloader,自己写的bootloader,s3c2440,mini2440裸机
是自己写的在mini2440上可以完全运行的bootloader,可以完成从norflash和nandflash上重定位代码启动linux内核的代码.在linux2.6.32和linux3.4.2上都可以正常引导.代码的注释也比较清楚.在所有的s3c2440的板子上都可以运行起来.天嵌2440,mini2440,ok2440,jz2440都可以.如果有问题可以重点关注不同板子上的nandflash型号的时序的设置.稍微调整应该没问题.本代码在我的mini2440上开发运行的.
- 2022-05-12 10:33:02下载
- 积分:1
-
telnet
自己实现的telnet的服务器端和客户端源码,VC2010实现(Their implementation of Telnet server and client source code, VC2010 implementation)
- 2021-01-12 16:38:48下载
- 积分:1
-
水准网间接平差程序
水准网间接平差程序,已经完全通过。
- 2022-01-29 04:29:55下载
- 积分:1
-
library
MFC连接ACCESS ,一个图书管理系统,能完成多项功能(MFC connect ACCESS, a book management system, to complete a number of features)
- 2008-12-25 22:57:13下载
- 积分:1
-
TextCoreData
文本的核心数据,精选ios编程学习源码,很好的参考资料。(The core data text, select learning IOS programming source code, a good reference.)
- 2013-12-14 08:54:53下载
- 积分:1
-
linux
模拟文件系统的设计(Design and implementation of the Linux file system based simulation)
- 2013-12-02 15:09:41下载
- 积分:1
-
GPRS 服务器,可进行数据转接,走TCP协议,该系统已在成功运行...
GPRS 服务器,可进行数据转接,走TCP协议,该系统已在成功运行-GPRS server, data forwarding can take the TCP protocol, the system has been run successfully
- 2022-06-20 01:49:26下载
- 积分:1