-
MFC_exit
MFC教程_ 应用程序的退出
MFC教程_ 应用程序的退出(MFC Tutorial _ application _ to withdraw from MFC tutorial application to withdraw from)
- 2009-02-03 18:29:01下载
- 积分:1
-
MatlabSimuLinkToCode
Matlab_Simulink模型到C_C_代码的自动实现(Matlab_Simulink model to C_C_ code automatically)
- 2010-10-10 10:45:17下载
- 积分:1
-
思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用...
思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen"s problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
- 2023-04-10 15:10:03下载
- 积分:1
-
PCShow
说明: 三维点云的伪彩色显示示例。自带5片点云用于测试。可平移、旋转、缩放视图;可单色、伪彩色显示点云。(An example of pseudo-color display of three-dimensional point clouds. It has five point clouds for testing. It can translate, rotate and zoom views; it can display point clouds in monochrome and pseudo-color.)
- 2020-11-10 16:59:46下载
- 积分:1
-
HYHY
VC++调Matlab的简易程序,调出Matlab的figure图(VC++ tune simple Matlab program, bring up Matlab' s figure diagram)
- 2009-12-14 16:59:51下载
- 积分:1
-
linux ftp 客户端和服务器程序
linux C 编写的 ftp 客户端和服务器小程序,可供初学者参考用
- 2022-10-01 21:45:04下载
- 积分:1
-
C#实现图片中文识别成文本文字,已应用项目中
C#将图片里中文识别成文本文字,中文识别,.net 实现中文识别 支持*.bmp; *.jpg; *.gif; *.jpeg;*.png等图片格式上的中文,文字 识别 【核心代码】 public Form1() { InitializeComponent(); //ocr = new TesseractEngine("./tessdata", "eng", EngineMode.TesseractAndCube);//设置语言 英文 ocr = new TesseractEngine("./tessdata", "chi_sim");//设置语言 中文 // ocr = new TesseractEngine("./tessdata", "jpn");//设置语言 日语 } private void button1_Click(object sender, EventArgs e) { OpenFileDialog filename = new OpenFileDialog(); filename.Filter = "All files(*.*)|*.*|image files(*.bmp)|*.bmp; *.jpg; *.gif; *.jpeg;*.png"; filename.FilterIndex = 2; if (filename.ShowDialog() == DialogResult.OK) { Bitmap bit = new Bitmap(Image.FromFile(filename.FileName.ToString())); Page page = ocr.Process(bit); string str = page.GetText();//识别后的内容 page.Dispose(); pictureBox1.Image = bit; richTextBox1.AppendText(str); } } /// /// 图片颜色区分,剩下白色和黑色 /// /// ///
- 2020-04-24下载
- 积分:1
-
closer to the WordPad function in the notebook Kazakhstan, is the basic function...
接近于写字板功能的记事本哈,基本是全功能了,而且,带那个浮动的边框工具栏,功能-closer to the WordPad function in the notebook Kazakhstan, is the basic function of, but with that floating frame toolbar, function lot
- 2023-08-02 06:35:03下载
- 积分:1
-
Mseires
用MATLAB产生M序列作为系统的输入,根据传递函数,仿真输出,并得出输入的自相关函数和输入输出的互相关函数。(M sequence generated by MATLAB as input, in accordance with transfer function, simulation output, and come to enter the auto-correlation function and the input and output of the cross-correlation function.)
- 2009-06-18 22:21:51下载
- 积分:1
-
dmcj
说明: 大漠插件,可以用于大多数的编程语言,国内的比如易语言,TC,按键精灵。等等(Desert plug-in can be used in most programming languages, such as Yi language, TC, and key wizard. wait)
- 2020-06-24 20:41:21下载
- 积分:1