-
检测文本编码
应用背景你能发现文本的编码,通过该模块。关键技术我设计了这个模块在Visual Studio 10使用C Sharp。只是想展示世界你可以检测你的文字编码。
- 2023-08-13 06:50:02下载
- 积分:1
-
这是一个留言小软件:(数据库逻辑名为" text ",用户名为" 033 ",密码为" 0518 ") 初学者的做品...
这是一个留言小软件:(数据库逻辑名为" text ",用户名为" 033 ",密码为" 0518 ") 初学者的做品-This a message small software : (database logic called "text", user name "033", password "0518") beginners do Commodities
- 2022-03-21 23:04:35下载
- 积分:1
-
文件ST_CW_Ambg定义了模糊函数的表达式,以相对带宽B为参数。
2.文件MyFigure为运行文件,它调用ST_CW_Ambg中定义的函数作图。...
文件ST_CW_Ambg定义了模糊函数的表达式,以相对带宽B为参数。
2.文件MyFigure为运行文件,它调用ST_CW_Ambg中定义的函数作图。-ST_CW_Ambg document defines the ambiguity function of the expression to the relative bandwidth B for the parameters. 2. MyFigure running document files, it calls ST_CW_Ambg defined mapping function.
- 2023-04-25 12:10:03下载
- 积分:1
-
M pseudo
M伪随机序列生成器算法
这个Matlab算法用于生成二元、三元及五级的,m序列。可以用于直接扩频通信等
系统中的,伪随机序列生成器。-M pseudo-random sequence generator algorithm for the Matlab algorithm is used to generate binary, ternary, and five of the, m sequence. Can be used to direct spread spectrum communication system, the pseudo-random sequence generator.
- 2022-04-09 11:31:03下载
- 积分:1
-
这是一个vb的代码库,可以在vb的环境下打开运行编译。可以进行调试...
这是一个vb的代码库,可以在vb的环境下打开运行编译。可以进行调试-This is a vb code base, in vb open environment running compiler. Can debugging
- 2022-03-20 23:06:02下载
- 积分:1
-
Implemeation of a grafo reading the data from txt file
这段代码从一个文件(txt)中加载数据,并用该数据生成grafo。数据格式为:起源:命运:成本,nodo是否有2个或更多数据格式;起源:命运:成本:命运:成本:命运:成本支出:1:2:10:4:30:5:100
- 2022-05-12 10:12:24下载
- 积分:1
-
高质量Cpp编程指南
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“...
高质量Cpp编程指南
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C程序怎么会有那么多的毛病?”
别难过,作者只不过比你早几年、多几次惊慌而已。
请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议。
-High-quality Cpp Programming Guide software quality is seen by most programmers have paid lip service rather than the heart thing! In addition to complete layman and truly master the programming, the initial read a book, you feel will be the first to panic: " wow! I had fabricated C++/C program how would there be so many problems?" Do not sorry, the author merely A few years ago than you, more than just a few panic-stricken. Please take 12 hours to carefully read through 100 of this book, you will be benefited, which is N-1 in front of a reader" s suggestion.
- 2023-01-25 20:30:04下载
- 积分:1
-
< EVC高级编程及其应用开发>>电子书!!!
共13章,超星转PDF格式,这可是我自己转换独家首次发布!其源码本站已经有人发布过了,可以...
< EVC高级编程及其应用开发>>电子书!!!
共13章,超星转PDF格式,这可是我自己转换独家首次发布!其源码本站已经有人发布过了,可以自己找找。-> e-books! ! ! A total of 13 chapters, Chaoxing to PDF format, this is my own exclusive conversion the first time! The source website has been released, you can find their own.
- 2022-01-31 14:25:14下载
- 积分:1
-
一种用在开发的录音机程序,很适合初学者。
在windows环境下,使用VC开发的一个录音机程序,结构清晰,适合初学者-A recorder program developed by VC, it is suited for beginner.
- 2022-01-25 17:19:56下载
- 积分: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