搜索结果

找到约 1,154 项符合 All 的查询结果

按分类筛选

显示更多分类

Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Every ...
https://www.eeworm.com/dl/619/280847.html
下载: 33
查看: 1053

嵌入式/单片机编程 Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to buil

Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer: 74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard. Now here the results. Note, that the Bus timing is diff ...
https://www.eeworm.com/dl/647/281636.html
下载: 103
查看: 1036

游戏 Games programming all in one code chapter 15

Games programming all in one code chapter 15
https://www.eeworm.com/dl/625/282668.html
下载: 119
查看: 1054

游戏 Games programming all in one code chapter 17

Games programming all in one code chapter 17
https://www.eeworm.com/dl/625/282669.html
下载: 128
查看: 1059

游戏 Games programming all in one code chapter 18

Games programming all in one code chapter 18
https://www.eeworm.com/dl/625/282670.html
下载: 156
查看: 1059

游戏 Games programming all in one code chapter 20

Games programming all in one code chapter 20
https://www.eeworm.com/dl/625/282671.html
下载: 79
查看: 1030

游戏 Games programming all in one code chapter 21(final chapter)

Games programming all in one code chapter 21(final chapter)
https://www.eeworm.com/dl/625/282673.html
下载: 114
查看: 1050

数值算法/人工智能 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input

北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper ...
https://www.eeworm.com/dl/518/286897.html
下载: 171
查看: 1584

单片机开发 This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within

This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.
https://www.eeworm.com/dl/648/287608.html
下载: 23
查看: 1060

单片机开发 This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte

This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board
https://www.eeworm.com/dl/648/287610.html
下载: 90
查看: 1040