-
chahu
说明: 可以通过输入改变茶壶颜色光泽度以及透视与否,当然也可以对环境光进行编辑(You can decide what color the teacup is by input through the key board)
- 2011-04-07 13:27:22下载
- 积分:1
-
CSharp-USB
C# 检测USB设备插入 程序十分简单 注意:程序中用到了一个USB设备的控件,该控件有6个方法,除了识别USB插入 还有检测USB拔出,接收USB消息等方法。(C# detect USB device is plugged into the program is very simple. Note: The program used in the control of a USB device, the control has six methods, in addition to recognize the USB insert also detect USB unplug USB receive messages and other methods.)
- 2014-11-19 15:12:38下载
- 积分:1
-
gt9xx
说明: GT911系列的液晶触摸驱动,可以移植后直接使用的。(lcd touch chip driver)
- 2020-06-16 13:40:02下载
- 积分:1
-
MFC框架下聊天室客户机与服务器程序(完整源码,亲测通过)
MFC框架下聊天室客户机与服务器程序(完整源码,亲测通过)
- 2019-11-24下载
- 积分:1
-
C#将listBox值添加到Textbox控件中
C#将listBox值添加到Textbox控件中,在Listbox中输入任意内容,单击添加按钮即可将此内容添加到Textbox文本框中显示,同时还将值从ListBox中移除:
添加值:
listBox1.Items.Add(textBox1.Text);
textBox1.Text = "";
将值从listBox移除:
listBox1.Items.Remove(listBox1.SelectedItem);
- 2022-06-15 11:46:02下载
- 积分:1
-
synthetic-seismogram
地震勘探中,正演合成地震记录;通过子波(这里有几种不同子波模型)与定义好的反射系数进行褶积运算,实现地震记录的人工合成。(Seismic exploration, modeling synthetic seismic record via wavelets (there are several models of different wavelets) defined reflection coefficient convolution operation, realization of synthetic seismic record.)
- 2015-01-29 13:28:13下载
- 积分:1
-
Laba_2
Default constructor
MyString::MyString()
{
m_szString = NULL
m_aSize = 0
cout << "Default constructor from my sting
"
}
- 2010-01-21 00:08:12下载
- 积分:1
-
vc_Code_j
说明: vc源码,包括特色状态栏、特色工具栏、
特色菜单、特色编辑框、特色按钮和其他一些应用(vc source, including the status bar characteristics, characteristics toolbar, menu characteristics, features editor frame, characteristics buttons and other applications)
- 2006-04-27 19:04:31下载
- 积分:1
-
mylepaint
Paint Example and 2d shapes
- 2016-12-17 05:31:51下载
- 积分:1
-
BCH码编、译码源程序
BCH(762,752)的编译码代码,用C语言编写,自带vc项目文件。可直接使用,也可修改编码参数对其他类型的bch码进行测试。
- 2022-02-21 08:46:55下载
- 积分:1