搜索结果
找到约 32 项符合
wrote 的查询结果
按分类筛选
游戏 I originally wrote this program as an exercise for learning JAVE. Gomoku game is well-known in many
I originally wrote this program as an exercise for learning JAVE. Gomoku game is well-known in many countries and every country calls it differently. The winner is the first player to get an unbroken row of five stones horizontally, vertically, or diagonally.
Oracle数据库 Connection Oracle9i database Read and Wrote Lob ,long or long raw type and save to file
Connection Oracle9i database
Read and Wrote Lob ,long or long raw type and save to file
Linux/Unix编程 Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and
Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.
单片机开发 I wrote the rotary encoder procedures, using C51, with disruption of 0 to achieve and very easy to u
I wrote the rotary encoder procedures, using C51, with disruption of 0 to achieve and very easy to use, no error.
其他 I originally wrote this for a Z80 back in the early 80s. I found the source code recently in one o
I originally wrote this for a Z80 back in the early 80s. I found the source
code recently in one of the boxes of printouts I ve kept over the years. Good
thing too, since most of the work was on a CPM system using 128k 8inch floppies.
单片机开发 I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x
I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
技术资料 MessageSender
自己写的网络通讯系统-himself wrote the network communications system
技术资料 SerCtlTest4
自己写的一个串口调试助手,使用的是一个简单的串口类-Himself wrote a serial debugging aides
微处理器开发 Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pre
Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose
is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is
a good place to start if you re trying to use or figure out pid though.
编辑器/阅读器 Some time during my development works I had the need of printing the contents of a ListView control.
Some time during my development works I had the need of printing the contents of a ListView control. So I wrote down the code for a custom control, named PrintableListView, that solved the following two problems:
* extend the print on multiple pages when the width of the list exceeds the width ...