-
Beziar
说明: 基于函数的曲线曲面绘制,以及beziar曲线曲面的绘制(Drawing curves and surfaces based on function, and the drawing of curves and surfaces beziar)
- 2011-03-01 19:15:44下载
- 积分:1
-
prqfraeming-head
说明: 现在网上有许多三维条形码的工具,包括QRCode码的工具,但是,很多都是生成码的软件(Now there are many 3D bar code tools on the Internet, including QRCode code tools, but a lot of them are code-generating software.)
- 2019-05-11 00:17:25下载
- 积分:1
-
cplay
一个用C++编写的简单的播放器代码,交流交流,希望有用(Using C++ written a simple player code, exchange of communication, I hope be useful)
- 2010-06-22 15:35:15下载
- 积分:1
-
c03
该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
- 2020-07-04 05:40:02下载
- 积分:1
-
123456789
中国中小企业互联网应用状况调杳报告:
近几年,中国互联网应用市场一直保持着快速发展,在国民经济中的地位不断提升。一
方面,个人的互联网应用市场不断发展,截至2010年末中国网民规模已达4.57亿;另一方
面,企业的互联网应用市场也逐渐步入成熟,继企业内部信息化之后,互联网成为企业发展
的又一强劲推力,互联网已经被广泛应用于企业的营销销售、客户服务、办事办公等方面。(The Chinese small and medium-sized enterprise Internet application status of the report were: In recent years, China s Internet application market has been maintained a rapid development of the national economy of stature. a , personal Internet application market development, at the end of 2010 the scale of China s netizens has reached 457 million The other party Surface, enterprise Internet application market also gradually into mature, the enterprise internal information after, the Internet becomes the development of the enterprise And a strong thrust, the Internet has been widely used in enterprise)
- 2011-12-23 11:10:53下载
- 积分:1
-
测速PID
stm32f407电机PID调速,并显示,加键盘(Motor PID speed regulation and display)
- 2021-02-02 17:39:59下载
- 积分:1
-
C# 写入并读取内存流
C# 写入并读取内存流,演示一些基本的内存流操作方法,编写以下代码可实现这些功能:
byte[] BContent = Encoding.Default.GetBytes(textBox1.Text);
MemoryStream MStream = new MemoryStream(100);
MStream.Write(BContent, 0, BContent.Length);
richTextBox1.Text = "分配给该流的字节数:" + MStream.Capacity.ToString() + "
流长度:"
+ MStream.Length.ToString() + "
流的当前位置:" + MStream.Position.ToString();
MStream.Seek(0, SeekOrigin.Begin);
byte[] byteArray = new byte[MStream.Length];
int count = MStream.Read(byteArray,0,(int)MStream.Length-1);
while (count < MStream.Length)
{
byteArray[count++] = Convert.ToByte(MStream.ReadByte());
}
char[] charArray = new char[Encoding.Default.GetCharCount(byteArray, 0, count)];
Encoding.Default.GetChars(byteArray, 0, count, charArray, 0);
for (int i = 0; i < charArray.Length; i++)
{
richTextBox2.Text += charArray[i].ToString();
}
- 2022-03-11 09:55:00下载
- 积分:1
-
halcon-C#打开摄像头
halcon与C#混合编程(二)读取并处理图片--------------------halcon-C#打开摄像头
- 2022-03-14 22:07:30下载
- 积分:1
-
gamut.tar
说明: 色域映射算法是颜色恒常性中经常用到的算法,得到了广泛的认可和应用。(Gamut mapping color constancy algorithm is frequently used algorithms, has been widely recognized and applied.
朗读
显示对应的拉丁字符的拼音字典- 查看字典详细内容)
- 2011-02-26 17:37:28下载
- 积分:1
-
5路 抢答器
矩阵按键,数码管显示状态及选手,蜂鸣器提示音(Matrix keys, digital display status and player, buzzer prompt sound)
- 2020-06-21 20:40:02下载
- 积分:1