-
wedd hello world
this is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log hahathis is a hello world log haha
- 2022-07-04 14:54:06下载
- 积分:1
-
扫描后,将内容放入PDF文件的一个开发示例。
扫描后,将内容放入PDF文件的一个开发示例。-a example: after scanning, get the content and output to pdf files.
- 2022-06-13 06:45:55下载
- 积分:1
-
这是一个笔记本
这个程序具备了记事本的所有基本功能,方便使用。-it s a notebook
- 2022-07-11 07:37:35下载
- 积分:1
-
短信收发程序,能从一个目录中固定格式的文本文件中读取出相应的信息,发送出去。...
短信收发程序,能从一个目录中固定格式的文本文件中读取出相应的信息,发送出去。-SMS transceiver procedures, from a directory fixed format text file to read out the corresponding information sent.
- 2022-12-05 18:35:03下载
- 积分:1
-
多普达710是SP系统的手机,此程序主要演示在710中操作捕获摄像头数据。这里用到了winbile上的CamSDK,效果不错。感谢作者。若加入视频压缩及网络传送...
多普达710是SP系统的手机,此程序主要演示在710中操作捕获摄像头数据。这里用到了winbile上的CamSDK,效果不错。感谢作者。若加入视频压缩及网络传送功能则更好。-Dopod 710 is the SP system of mobile phones, the main demonstration of this procedure to operate in the 710 camera to capture the data. Here used the winbile on CamSDK, good results. Thank the authors. If the video compression and network transmission function better.
- 2022-12-12 06:35:03下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1
-
CE 6.0平台调用IE浏览器的C++例子
CE 6.0平台调用IE浏览器的C++例子-CE 6.0 platform invoke IE browser C++ Example
- 2022-11-28 12:15:03下载
- 积分:1
-
时间加速工具,一个起始时间,一个结束时间,间隔时间,跳变时间。...
时间加速工具,一个起始时间,一个结束时间,间隔时间,跳变时间。-Time to speed up the tool, a starting time, an end time, interval time, the time hopping.
- 2022-10-08 19:40:03下载
- 积分:1
-
GdiMagic_srcxp.zip 如何生辰倒影
GdiMagic_srcxp.zip 如何生辰倒影-Reflection of how GdiMagic_srcxp.zip birthday
- 2022-12-17 00:35:03下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1