-
学习MATLAB入门的有效途径,对学习新手很有帮助。欢迎下载。...
学习MATLAB入门的有效途径,对学习新手很有帮助。欢迎下载。-learning portal, is an effective way to learn useful novice. Welcome to download.
- 2022-07-07 22:06:05下载
- 积分:1
-
Powerbuilder的所有函数解释,详细,完整,希望大家踊跃下载哦!...
Powerbuilder的所有函数解释,详细,完整,希望大家踊跃下载哦!-Powerbuilder all the functions explained in detail, integrity, hope that we actively download Oh!
- 2023-02-25 04:00:03下载
- 积分:1
-
Enfora' s latest GPRS product specifications documentation
Enfora公司最新GPRS产品规格文档-Enfora" s latest GPRS product specifications documentation
- 2022-10-29 05:40:03下载
- 积分:1
-
C# ASCII源码
C# ASCII转换小工具
字母与ASCII相互转换
1.输入字母后,转换成ASCII码
2.输入ASCII码,转换成字母
非常方便易懂,对于有需要的,可以参考下。
- 2022-03-07 01:56:01下载
- 积分:1
-
下面的函数LoadBmpFile,其功能是从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄...
下面的函数LoadBmpFile,其功能是从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到,用来显示位图。该函数的两个参数分别是用来显示位图的窗口句柄,和.bmp文件名(全路径)。当函数成功时,返回TRUE,否则返回FALSE。-The following function LoadBmpFile, its function is from a. Bmp file to read data (including the BITMAPINFOHEADER, palette and the actual image data), its stored in a global memory handle hImgData, this hImgData will in the future plans used as treatment procedures. At the same time, fill out a type of global variable HBITMAP HBITMAP HPALETTE and a type of global variable hPalette. These two variables will be used for treatment WM_PAINT message, used to display bitmaps. The function of two parameters are used to display the bitmap handle of the window, and. Bmp file name (full path). When the function is successful, return TRUE, otherwise return FALSE.
- 2023-07-21 04:35:03下载
- 积分:1
-
基于模糊神经网络对摊铺机智能故障识别中的应用
介绍了模糊神经网络的对摊铺机的智能故障的识别应用-on FNN right paver Intelligent Fault Recognition Application
- 2023-08-15 08:40:03下载
- 积分:1
-
窗口类CBufferWnd:能够作为子窗口或者时弹出窗口支持滚动,自动根据滚动位置调整显示的内容支持光标显示在光标处或是指定位置插入文字输出辅助类CConsol...
窗口类CBufferWnd:能够作为子窗口或者时弹出窗口支持滚动,自动根据滚动位置调整显示的内容支持光标显示在光标处或是指定位置插入文字输出辅助类CConsoler:与指定的输出窗口对象进行绑定能够支持printf方式的输出能够对汉字进行处理避免出现换行时出现半个汉字的情况,在半个汉字时利用空格进行替换,并在下一行继续显示文字利用字符窗口可以方便的开发类似与控-CBufferWnd window class : to act as sub-window, or when the pop-up window support rolling, rolling under the automatic adjustment position that the content in support of the cursor shows the cursor or a designated location to insert language supporting category CConsoler output : the output window specified targets for bonding to support printf way to the output treatment of Chinese characters to avoid moving there for half of the Chinese characters, half a box of Chinese characters when using Replacement, and the next, and his party continue to show characters using text window can facilitate the development of similar and control
- 2022-09-27 02:05:02下载
- 积分:1
-
GIS软件arcinfo系统的交换文件E00的文件格式。很详细,有例子。是学GIS编程的辅助资料。...
GIS软件arcinfo系统的交换文件E00的文件格式。很详细,有例子。是学GIS编程的辅助资料。-arcinfo GIS software systems to exchange documents E00 file format. Very detailed, is an example. GIS is an academic program of supporting information.
- 2023-06-11 23:05:04下载
- 积分:1
-
Users can choose different access permissions. When access to the system adminis...
用户可选择不同权限进入系统。当以管理员权限进入系统时,可进行相应的成绩添加,查询,删除,修改,用户添加删除等功能,当以学生权限进入系统时,则只能进行成绩查询和密码修改等功能-Users can choose different access permissions. When access to the system administrator can add to the corresponding results, query, delete, modify, delete users and other functions, when the rights of students to enter the system, the results can only query and modify features such as password
- 2022-04-11 18:29:06下载
- 积分:1
-
A=alphabet(:,1)+rand(35,1) alphabet是已定义好的字符特征矩阵
A2=sim(netn,A) netn是前面已训练好的神经网...
A=alphabet(:,1)+rand(35,1) alphabet是已定义好的字符特征矩阵
A2=sim(netn,A) netn是前面已训练好的神经网络
A2=compet(A2)
answer=find(compet(A2)==1)
plotchar(alphabet(:,answer)) -A = alphabet (:, 1)+ Rand (35,1) alphabet is the definition of good character characteristic matrix A2 = sim (netn, A) netn that have already trained neural network A2 = compet (A2) answer = find (compet (A2) == 1) plotchar (alphabet (:, answer))
- 2022-03-22 00:30:20下载
- 积分:1