搜索结果
找到约 1,158 项符合
itextsharp-all 的查询结果
其他嵌入式/单片机内容 The Unisoft software module GERBER CONNECTION (CNC-BRIDGE). GERBER CONNECTION has all the features o
The Unisoft software module GERBER CONNECTION (CNC-BRIDGE). GERBER CONNECTION has all the features of VIEW-MARKUP and adds the ability to open multiple gerber file layers and add information to components. It is always the preference to use the CAD data vs. gerber data. If you do not have the CAD da ...
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 ...
嵌入式/单片机编程 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 ...
游戏 Games programming all in one code chapter 15
Games programming all in one code chapter 15
游戏 Games programming all in one code chapter 17
Games programming all in one code chapter 17
游戏 Games programming all in one code chapter 18
Games programming all in one code chapter 18
游戏 Games programming all in one code chapter 20
Games programming all in one code chapter 20
游戏 Games programming all in one code chapter 21(final chapter)
Games programming all in one code chapter 21(final chapter)
数值算法/人工智能 北京大学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 ...
单片机开发 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.