搜索资源列表
功能强大的API
- 功能强大的API,其中一些很值得参考,涵盖了打印,文件系统,声音,游戏,网络,字符串,加密,等真的很好用。-powerful API, which is worth some reference, covering print, file systems, sound, games, networking, string encryption, such as really good use.
HtmlPrinter
- The HtmlPrinter allows one to print a html page. The source can be a url or a html string.-The HtmlPrinter allows one to print a html p age. The source can be a url or a string html.
ibook8_417489
- public static void main(String[] args) { try { Enterprise1TestClient1 client = new Enterprise1TestClient1() Enterprise1 remote=client.getHome().create() System.out.print(remote.helloWorld(\"Demo one\")) }catch (RemoteException ex) {
software5307anducos
- transplant uc/os2 on coldfire5307 编译通过,并且还有验证程序,2个task :循环点led,和串口print字符串-transplant uc/os2 on coldfire5307 compiler, and there are verification procedures, two task : recycling points led, and serial print string
AndroidPrinter
- Android下通过蓝牙通信打印之java范例代码 poi範例-the print string of the java example code through Android Bluetooth
Print_USART0_LIB
- AVR MEGA128 串口打印字符串头文件,包含后直接就可使用。清晰明了-Print String serial AVR MEGA128 header file that contains can be used directly. Clear
string
- 对一个字符串进行插入,删除,替换的操作并打印。-On a string to insert, remove, replace, and print operations.
swi
- how to install a swi handler for SWI 0xff to print string
8051_printer
- print string with dot matrix printer using 8051 microcontroller
Exp2
- C++ ARM实现字符打印,你输入数据,就打印机个字符-C++ ARM print string
example
- Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
uart_debug
- 单片机通过超级终端串口打印字符串,整数,浮点数的实现,需要自己实现输出单个字符。-Print string, integer, floating point implementation of the microcontroller via HyperTerminal serial, need to output a single character.
Serial-Print
- 本程序实现了以下功能: 单片机上电后等待从上位机串口发送来的命令,同时在数码管的前四位以十进制 显示 AD采集来的数值。 1)当收到以十六进制发送来的01后,向上位机发送字符串“Turn off ad!”,同时间隔 一秒读取AD的值,然后把AD转换过来的数表示成实际电压值(浮点数),并且从串口发 送给上位机,形式如“The voltage is 3.398438V”发送周期也是一秒一次。 2)当收到02时,向上位机发送“Turn off ad!”并停止发送电压值 3)
cx
- 这是一个MAG3110,测试程序在原来基础上做了改进,完善,使用STC单片机1T,测量的数据直接以字符串形式从串口打印,非常好的东西-This is a MAG3110, testing procedures based on the original improvements, improve STC microcontroller 1T measurement data directly from the serial port print string, very good things
UART
- msp430 串口打印程序,IAR,芯片msp430g2553,打印字符,打印字符串-MSP430 serial printing program, IAR, chip MSP430G2553, printable characters, print string
print_flags
- Print string that matches bit masked flags for Linux.
InterruptTest2
- //4、针对 interrupt 设计的作业。 //要求: //(1)创建一个线程,让这个线程不断的打印一个字符串(每隔0.5秒打印一个字符串) //(2)当线程启动 2秒后,调用线程的 interrupt 方法时,让线程不再打印字符串,并退出线程 //(用 isInterrupted() 方法来判断是否调用了 interrupt 方法,来控制线程的退出)-//4, the design for the interrupt job.// Requirements:// (1)
reverse_string
- algorithm recursive for print string reverse
printk_string
- 当printk无法打印的时候,利用tty方式打印字符串进行调试,驱动代码(When printk can't print, print string to debug with TTY and drive the code)
测试
- 万事开头难,这时刚学习LUA的一点心得,我总觉得,这点火苗可以燎原的(str1="women dushi haohaizi 2018/4/13" print(string.match(str1,"(%a+)%s%s(%a+)")) --nil print(string.match(str1,"(%a+)%s(%a+)")) --womendushi print(string.match(str1,"%a+%s%