自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

The simple, The best.

一切从思考开始改变

  • 博客(2)
  • 资源 (5)
  • 收藏
  • 关注

转载 JCreator配置JSP环境

 先讲讲怎么增加一个快捷吧 选择菜单中的 Configure -> Customize -> Keyboard。拿新建"编译单个程序"的快捷键来说,以这个顺序点击:在"Category"中选择"Build",然后在"Commands"中选择"Compile file",接着把光标移至"Press New Shortcut"下面那个文本框,再就按你想按的键了,按完后选择右边的

2006-07-17 09:42:00 1814

转载 CRC算法与实现

 摘要: 本文首先讨论了CRC的代数学算法,然后以常见的CRC-ITU为例,通过硬件电路的实现,引出了比特型算法,最后重点介绍了字节型快速查表算法,给出了相应的C语言实现。关键词: CRC, FCS, 生成多项式, 检错重传引言 CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通

2006-07-17 09:41:00 913

Linux Kernel DTS specification 《devicetree-specification-v0.4-r》

Linux Kernel DTS specification 《devicetree-specification-v0.4-r》

2022-03-19

octave编程手册,相当详细。

Octave manual

2021-10-10

glib2 帮助文档

GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on. It works on many UNIX-like platforms, Windows, OS/2 and BeOS. GLib is released under the GNU Library General Public License (GNU LGPL). The general policy of GLib is that all functions are invisibly threadsafe with the exception of data structure manipulation functions, where, if you have two threads manipulating the same data structure, they must use a lock to synchronize their operation.

2012-10-26

跟我一起写 Makefile

学习makefile最好的材料,让你在最短的时间内掌握makefile。

2010-10-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除