搜索资源列表
code
- The driver supports both the 16F and 18F families. The trick is that the driver carefully emulates the hardware UART found in the PIC18F452 processor. This information has unfortunately misled some into thinking it does not work with the 16F family.
LinuxCommand
- 文档详细描述了Linux命令,可以作为查询工具书或熟悉Linux命令使用,千万别错过哦-Document a detailed descr iption of the Linux commands can be used as query tools are familiar with Linux commands or use of, oh, sure not to miss
embeddedingappl.tar
- This a program written in C++ and Qt 4.5 which will swallow running xapplications by just entering their winow id. Window id can be found out by the following command "xwinifo -name xxxx" where xxxx is the title of the application to be embedded, M
PanelCode
- The source code for the program is offered under the GNU General Public License. Please feel free to download the code, read it, modify it, compile it and run it locally. -Parameter definitions: use_naca: logical, true if we want to ge
iscsitarget-1.4.18.tar
- 一个在Linux下实现iSCSI的源码,已经编译成功,绝对可以使用!-iSCSI target source! i am sure it can be used!
linux
- 大学生攻克Linux系统教程(又名天下没有难学的Linux)本书汇集众多Linux学习者的心血与贡献,有很多作者在默默的为你呼喊,感谢他们的贡献。从学习Linux的那天起,我只记住一个词,那就是攻克。 一个障碍,一个学习Linux的最大障碍-无指导-在困扰着每一位企图闯出初中级Linux困境的人。攻克Linux系统教程给你提供动力,帮助你闯出难关。为何这么有把握?原因很简单,天下没有难学的Linux。-Students capture tutorials Linux system
qmonitor
- 4. This scr ipt is kind of a failure because for some reason NS2 only outputs a 10 line trace file. I am not sure why this is happening and will look into it. 5. 5. qmonitor.tcl is a modification of tutorial 5 and shows how the
Hero.tar
- 这是认真做的一个 五子棋小程序,比较适合刚学好C语言不久的同学,里面包含了一些小程序的一些基本的东西。个人觉得变成风格还是可以的,欢迎借鉴。 肯定有很多 不足的地方。一起探讨联系: 3768510-It is really doing a Gobang small program just to learn C language more suitable for students in the near future, which contains a number of small p
ThereisnodifficulttolearnLinux
- 大学生攻克Linux系统教程(又名天下没有难学的Linux)。一位在校大学生整理的教程,献给每一位要征服Linux的学习者-五星级的Linux教程。 本书汇集众多Linux学习者的心血与贡献,有很多作者在默默的为你呼喊,感谢他们的贡献。从学习Linux的那天起,我只记住一个词,那就是攻克。 一个障碍,一个学习Linux的最大障碍-无指导-在困扰着每一位企图闯出初中级Linux困境的人。攻克Linux系统教程给你提供动力,帮助你闯出难关。为何这么有把握?原因很简单,天
trans
- trans程序的源代码在Cygwin下编译调试通过。(因使用了Unix特有的文件读写函数,用TC,BC,VC编译时须改写部分代码) 使用说明:trans [-R/-S] file 其中,-R 将摩斯码翻译成英文; -S 将英语翻译成摩斯码。 file为需要翻译的文本文件。运行成功后结果会保存在“~file”文件中。 注意:若是翻译英文,须保证所有字母均为大写字母。且标点符号仅可为“.”,“,”和空格。-trans program' s sour
Stacks.rwplugin
- Make sure that you re using Mac OS X 10.5 or better and RapidWeaver 4.1.3 or better. In order for RapidWeaver to find plugins, they must be installed into a specific folder inside your Library folder. However RapidWeaver places them there automatical
testusb
- This program issues ioctls to perform the tests implemented by the kernel driver. It can generate a variety of transfer patterns you should make sure to test both regular streaming and mixes of transfer sizes (including short transfers) for linux.-Th
qthread_unix
- Adds an adopted thread to the list of threads that Qt watches to make sure the thread data is properly cleaned up. This function starts the watcher thread if necessary for Linux.
SDL_sysevents
- Make sure XBUTTON stuff is defined that isn t in older Platform SDKs..
test-threads-init
- Test to make sure late thread initialization works.
tst_badblocks
- This testing program makes sure the badblocks implementation works.
tst_byteswap
- This testing program makes sure the byteswap functions work.
tst_bitops
- This testing program makes sure the bitops functions work.
test-utils
- Make sure that strings that are truncated because of too small buffers are zero-terminated anyway for Linux. -Make sure that strings that are truncated because of too small buffers are zero-terminated anyway for Linux.
safe_strncpy
- Like strncpy but make sure the resulting string is always 0 terminated for Linux.