社区
非技术版
帖子详情
|
CCEO
2006-09-09 10:29:54
马可说他发明的是一个点也没有的
我发不了
...全文
185
18
打赏
收藏
|
马可说他发明的是一个点也没有的 我发不了
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
18 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
zlj113
2006-09-09
打赏
举报
回复
CEO结贴还真快....
zlj113
2006-09-09
打赏
举报
回复
楼主说话不算数,
说了要等到66楼的,之前那个贴子不是还没到66嘛,就结了.骗人....
xyxfly
2006-09-09
打赏
举报
回复
-_-
九斤半
2006-09-09
打赏
举报
回复
还来?
xeqtr1982
2006-09-09
打赏
举报
回复
^^
txlicenhe
2006-09-09
打赏
举报
回复
邹建可以做证,我以前发过。
txlicenhe
2006-09-09
打赏
举报
回复
我刚才试了好久试不出来了。
txlicenhe
2006-09-09
打赏
举报
回复
function input(ok)
{
var M1=ok.TopicName.value;
if (M1=="") {
alert("标题不可以为空.");
return false;
}
M1 = ok.Content.value;
if (M1=="") {
alert("内容不可以为空.");
return false;
}
if (parseInt(ok.Point.value) != 0 )
{
if (!confirm("问题给分("+ok.Point.value+"),真的吗?"))
{
return false;
}
}
else
{
//if (!confirm("你确认在非技术区发贴,真的吗?"))
//{
//return false;
//}
}
ok.B1.disabled = true;
return true;
}
zlj113
2006-09-09
打赏
举报
回复
我们应该把马可送到火星上去,
那里应该很稀罕水的....
xiaoku
2006-09-09
打赏
举报
回复
发不了...
zlj113
2006-09-09
打赏
举报
回复
又有呀,马可你又干嘛了呢?
老之
2006-09-09
打赏
举报
回复
:)
xiaomeixiang
2006-09-09
打赏
举报
回复
马可说他发明的是一个点也没有的
我发不了
-------------------------------------
这说明了楼主的人品比马可的好呀!
xiaomeixiang
2006-09-09
打赏
举报
回复
又来了
lxzm1001
2006-09-09
打赏
举报
回复
嗯,发不了了,有一竖
lxzm1001
2006-09-09
打赏
举报
回复
3
shuiniu
2006-09-09
打赏
举报
回复
haha...
shuiniu
2006-09-09
打赏
举报
回复
1
Modbus通讯协议(TCP和RTU)
Modbus TCP/RTU 协议的详细介绍
嵌入式Linux应用开发完全手册
. |-- drivers_and_test | |-- buttons | | |-- button_test.c | | |-- Makefile | | `-- s3c24xx_buttons.c | |-- fb_test | | |-- fb.h | | |-- fb_test.c | | `-- Makefile | |-- leds | | |-- led_test | | |-- led_test.c | | |-- Makefile | | `-- s3c24xx_leds.c | `-- regeditor | |-- Makefile | `-- regeditor.c |-- hardware | |-- adc_ts | | |-- adc_ts.c | | |-- adc_ts.h | | |-- adc_ts.lds | | |-- head.S | | |-- include | | | |-- ctype.h | | | |-- gcclib.h | | | |-- kernel.h | | | |-- stdio.h | | | |-- string.h | | | |-- system.h | | | `-- types.h | | |-- init.c | | |-- interrupt.c | | |-- interrupt.h | | |-- lib | | | |-- ctype.c | | | |-- div64.h | | | |-- div64.S | | | |-- lib1funcs.S | | | |-- Makefile | | | |-- muldi3.c | | | |-- printf.c | | | |-- printf.h | | | |-- string.c | | | |-- vsprintf.c | | | `-- vsprintf.h | | |-- main.c | | |-- Makefile | | |-- nand.c | | |-- s3c24xx.h | | |-- serial.c | | `-- serial.h | |-- hello | | `-- hello.c | |-- i2c | | |-- head.S | | |-- i2c.c | | |-- i2c.h | | |-- i2c.lds | | |-- include | | | |-- ctype.h | | | |-- gcclib.h | | | |-- kernel.h | | | |-- stdio.h | | | |-- string.h | | | |-- system.h | | | `-- types.h | | |-- init.c | | |-- interrupt.c | | |-- interrupt.h | | |-- lib | | | |-- ctype.c | | | |-- div64.h | | | |-- div64.S | | | |-- lib1funcs.S | | | |-- Makefile | | | |-- muldi3.c | | | |-- printf.c | | | |-- printf.h | | | |-- string.c | | | |-- vsprintf.c | | | `-- vsprintf.h | | |-- m41t11.c | | |-- m41t11.h | | |-- main.c | | |-- Makefile | | |-- nand.c | | |-- s3c24xx.h | | |-- serial.c | | `-- serial.h | |-- int | | |-- head.S | | |-- init.c | | |-- interrupt.c | | |-- main.c | | |-- Makefile | | `-- s3c24xx.h | |-- key_led | | |-- crt0.S | | |-- key_led.c | | `-- Makefile | |-- lcd | | |-- framebuffer.c | | |-- framebuffer.h | | |-- head.S | | |-- include | | | |-- ctype.h | | | |-- gcclib.h | | | |-- kernel.h | | | |-- stdio.h | | | |-- string.h | | | |-- system.h | | | `-- types.h | | |-- init.c | | |-- interrupt.c | | |-- interrupt.h | | |-- lcddrv.c | | |-- lcddrv.h | | |-- lcd.lds | | |-- lcdlib.c | | |-- lcdlib.h | | |-- lib | | | |-- ctype.c | | | |-- div64.h | | | |-- div64.S | | | |-- lib1funcs.S | | | |-- Makefile | | | |-- muldi3.c | | | |-- printf.c | | | |-- printf.h | | | |-- string.c | | | |-- vsprintf.c | | | `-- vsprintf.h | | |-- main.c | | |-- Makefile | | |-- nand.c | | |-- s3c24xx.h | | |-- serial.c | | `-- serial.h | |-- led_on | | |-- led_on.S | | `-- Makefile | |-- led_on_c | | |-- crt0.S | | |-- led_on_c.c | | |-- led_on_c.c.bak | | `-- Makefile | |-- leds | | |-- crt0.S | | |-- leds.c | | |-- leds.lds | | `-- Makefile | |-- link | | `-- link.S | |-- mmu | | |-- head.S | | |-- init.c | | |-- leds.c | | |-- Makefile | | `-- mmu.lds | |-- nand | | |-- head.S | | |-- init.c | | |-- main.c | | |-- Makefile | | |-- nand.c | | `-- nand.lds | |-- options | | |-- main.c | | |-- Makefile | | |-- sub.c | | `-- sub.h | |-- sdram | | |-- head.S | | |-- leds.c | | `-- Makefile | |-- stdio | | |-- head.S | | |-- include | | | |-- ctype.h | | | |-- gcclib.h | | | |-- kernel.h | | | |-- stdio.h | | | |-- system.h | | | `-- types.h | | |-- init.c | | |-- lib | | | |-- ctype.c | | | |-- div64.h | | | |-- div64.S | | | |-- lib1funcs.S | | | |-- Makefile | | | |-- muldi3.c | | | |-- printf.c | | | |-- printf.h | | | |-- string.c | | | |-- string.h | | | |-- vsprintf.c | | | `-- vsprintf.h | | |-- main.c | | |-- Makefile | | |-- nand.c | | |-- s3c2410.h | | |-- serial.c | | |-- serial.h | | `-- stdio.lds | |-- timer | | |-- head.S | | |-- init.c | | |-- interrupt.c | | |-- interrupt.h | | |-- main.c | | |-- Makefile | | |-- s3c24xx.h | | `-- timer.lds | `-- uart | |-- head.S | |-- init.c | |-- main.c | |-- Makefile | |-- s3c24xx.h | |-- serial.c | |-- serial.h | `-- uart.lds `-- log 31 directories, 194 files
算法导论答案
算法导论答案 算法导论答案
匈牙利命名法规则大全
guan yu ming ming de gui ze
Vim完整中文手册
Vim完整中文手册
非技术版
11,848
社区成员
33,670
社区内容
发帖
与我相关
我的任务
非技术版
MS-SQL Server 非技术版
复制链接
扫一扫
分享
社区描述
MS-SQL Server 非技术版
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章